Skip to content

Commit

Permalink
release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
korelstar committed Jun 14, 2019
1 parent e3c1aa2 commit b0a20d7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit b0a20d7

Please sign in to comment.