Skip to content

Commit b0a20d7

Browse files
committed
release 3.0.0
1 parent e3c1aa2 commit b0a20d7

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@ Fixed for any bug fixes.
1313
- Security in case of vulnerabilities.
1414

1515
## [Unreleased]
16+
17+
## 3.0.0 - 2019-06-14
1618
### Added
1719
- preview mode (#315, #23)
18-
- group list of notes by timeslots (#313)
20+
- group list of notes by timeslots (#313, #319)
1921
- sidebar for metadata details (instead of status-bar) (#290)
2022
- welcome screen (#290, #14)
2123
- show placeholder if note is empty (#290)
@@ -38,7 +40,8 @@ Fixed for any bug fixes.
3840
- copy & paste on text in Markdown syntax (#199)
3941
- when selecting text, the App navigation bar opens (#282)
4042
- title underlined with "=" doesn't get rendered in edit view (#259)
41-
- code style (#314, #290)
43+
- code quality (#314, #290)
44+
- editor code style (#305, #321)
4245

4346
## 2.6.0 - 2019-04-16
4447
- Checkbox functionality (#303)

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<description><![CDATA[
88
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.
99
]]></description>
10-
<version>2.6.0</version>
10+
<version>3.0.0</version>
1111
<licence>agpl</licence>
12+
<author>Kristof Hamann</author>
1213
<author>Bernhard Posselt</author>
1314
<author>Hendrik Leppelsack</author>
1415
<author>Jan-Christoph Borchardt</author>
15-
<author>Kristof Hamann</author>
1616
<namespace>Notes</namespace>
1717
<category>office</category>
1818
<category>organization</category>

0 commit comments

Comments
 (0)