release version 3.4.0

This commit is contained in:
korelstar 2020-05-24 15:51:24 +02:00
parent a55e490444
commit 126121bb7f
2 changed files with 13 additions and 2 deletions

View File

@ -12,7 +12,18 @@ Types of changes:
- *Fixed* for any bug fixes.
- *Security* in case of vulnerabilities.
## [Unreleased]
## 3.4.0 - 2020-05-24
### Added
- API: filter notes by category (API v1.1) (#518)
### Changed
- show empty categories in Sidebar (#515)
### Fixed
- Category list: fix notes count (#517)
- maintenance (#516, #520)
## 3.3.1 - 2020-05-17

View File

@ -7,7 +7,7 @@
<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](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>
<version>3.3.1</version>
<version>3.4.0</version>
<licence>agpl</licence>
<author>Kristof Hamann</author>
<author>Bernhard Posselt</author>