release 3.0.0

This commit is contained in:
korelstar 2019-06-14 22:54:02 +02:00
parent e3c1aa2dc4
commit b0a20d7851
2 changed files with 7 additions and 4 deletions

View File

@ -13,9 +13,11 @@ Fixed for any bug fixes.
- Security in case of vulnerabilities.
## [Unreleased]
## 3.0.0 - 2019-06-14
### Added
- preview mode (#315, #23)
- group list of notes by timeslots (#313)
- group list of notes by timeslots (#313, #319)
- sidebar for metadata details (instead of status-bar) (#290)
- welcome screen (#290, #14)
- show placeholder if note is empty (#290)
@ -38,7 +40,8 @@ Fixed for any bug fixes.
- copy & paste on text in Markdown syntax (#199)
- when selecting text, the App navigation bar opens (#282)
- title underlined with "=" doesn't get rendered in edit view (#259)
- code style (#314, #290)
- code quality (#314, #290)
- editor code style (#305, #321)
## 2.6.0 - 2019-04-16
- Checkbox functionality (#303)

View File

@ -7,12 +7,12 @@
<description><![CDATA[
The Notes app is a distraction free notes taking app. 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 [RESTful API](https://github.com/nextcloud/notes/wiki/API-0.2) allows for an easy integration into third-party apps (currently, there are notes apps for [Android](https://github.com/stefan-niedermann/nextcloud-notes) and [iOS](https://github.com/owncloud/notes-iOS-App) which allow convenient access to your Nextcloud notes). Further features include marking notes as favorites.
]]></description>
<version>2.6.0</version>
<version>3.0.0</version>
<licence>agpl</licence>
<author>Kristof Hamann</author>
<author>Bernhard Posselt</author>
<author>Hendrik Leppelsack</author>
<author>Jan-Christoph Borchardt</author>
<author>Kristof Hamann</author>
<namespace>Notes</namespace>
<category>office</category>
<category>organization</category>