release version 3.3.1

This commit is contained in:
korelstar 2020-05-17 19:47:09 +02:00
parent 1782f5f9e7
commit ab32e2bfa4
2 changed files with 9 additions and 1 deletions

View File

@ -15,6 +15,14 @@ Types of changes:
## [Unreleased]
## 3.3.1 - 2020-05-17
### Fixed
- fix autotitle (#511)
- relax autosave (#513)
- maintenance (#514)
## 3.3.0 - 2020-05-05
### Added

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.0</version>
<version>3.3.1</version>
<licence>agpl</licence>
<author>Kristof Hamann</author>
<author>Bernhard Posselt</author>