release version 4.0.3

This commit is contained in:
korelstar 2021-03-02 23:07:53 +01:00
parent ce700a9244
commit c0ba42b521
2 changed files with 7 additions and 1 deletions

View File

@ -13,6 +13,12 @@ Types of changes:
- *Security* in case of vulnerabilities. - *Security* in case of vulnerabilities.
## 4.0.3 - 2021-03-02
- add PHP8 support (#685)
- fix long duplicate title generation (#665, thanks to @skazi0)
- maintenance (#663, #673, #678, #686, #688)
## 4.0.2 - 2020-12-29 ## 4.0.2 - 2020-12-29
- fix actions popover (#653) - fix actions popover (#653)

View File

@ -7,7 +7,7 @@
<description><![CDATA[ <description><![CDATA[
The Notes app is a distraction free notes taking app for [Nextcloud](https://www.nextcloud.com/). It provides categories for better organization and supports formatting using [Markdown](https://en.wikipedia.org/wiki/Markdown) syntax. Notes are saved as files in your Nextcloud, so you can view and edit them with every Nextcloud client. Furthermore, a separate [REST API](https://github.com/nextcloud/notes/blob/master/docs/api/README.md) allows for an easy integration into third-party apps (currently, there are notes apps for [Android](https://github.com/stefan-niedermann/nextcloud-notes), [iOS](https://github.com/owncloud/notes-iOS-App) and the [console](https://git.danielmoch.com/nncli/about) which allow convenient access to your Nextcloud notes). Further features include marking notes as favorites. The Notes app is a distraction free notes taking app for [Nextcloud](https://www.nextcloud.com/). It provides categories for better organization and supports formatting using [Markdown](https://en.wikipedia.org/wiki/Markdown) syntax. Notes are saved as files in your Nextcloud, so you can view and edit them with every Nextcloud client. Furthermore, a separate [REST API](https://github.com/nextcloud/notes/blob/master/docs/api/README.md) allows for an easy integration into third-party apps (currently, there are notes apps for [Android](https://github.com/stefan-niedermann/nextcloud-notes), [iOS](https://github.com/owncloud/notes-iOS-App) and the [console](https://git.danielmoch.com/nncli/about) which allow convenient access to your Nextcloud notes). Further features include marking notes as favorites.
]]></description> ]]></description>
<version>4.0.2</version> <version>4.0.3</version>
<licence>agpl</licence> <licence>agpl</licence>
<author>Kristof Hamann</author> <author>Kristof Hamann</author>
<author>Bernhard Posselt</author> <author>Bernhard Posselt</author>