Skip to content

Commit 5bc287e

Browse files
committed
release version 3.1.0
1 parent 5102f54 commit 5bc287e

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,23 @@ Types of changes:
1515
## [Unreleased]
1616

1717

18+
## 3.1.0 - 2019-12-23
19+
20+
### Added
21+
- undo for deleted notes (#54, #398)
22+
23+
### Changed
24+
- App navigation was confusing (#364, #373)
25+
26+
### Fixed
27+
- set font color to black for printing (#401; thanks to @bovender)
28+
- fix search result in app-navigation (#399)
29+
- update favorite only if different to current state (#407, #409)
30+
- warning if JavaScript was not built (#408)
31+
- improve code quality (#380, #381, #394, #396, #409)
32+
- dependency updates (#387, #373, #397, #400, #405, #412, #414)
33+
34+
1835
## 3.0.3 - 2019-09-17
1936

2037
### Fixed

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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>3.0.3</version>
10+
<version>3.1.0</version>
1111
<licence>agpl</licence>
1212
<author>Kristof Hamann</author>
1313
<author>Bernhard Posselt</author>

0 commit comments

Comments
 (0)