Skip to content

Commit 53593ba

Browse files
committed
release version 3.1.2
1 parent 8588a8c commit 53593ba

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

1717

18+
## 3.1.2 - 2020-02-03
19+
20+
### Added
21+
- support for Nextcloud 19 (#439)
22+
- API: send HTTP 507 if storage is insufficient (#438/#449)
23+
24+
### Fixed
25+
- fix wrapping in a note's code elements (#447)
26+
- fix link-color in preview mode (#448)
27+
- improved error handling (#449)
28+
- improve error handling if notes path fails (#450)
29+
- dependency updates (#441, #452)
30+
31+
1832
## 3.1.1 - 2020-01-03
1933

2034
### 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.1.1</version>
10+
<version>3.1.2</version>
1111
<licence>agpl</licence>
1212
<author>Kristof Hamann</author>
1313
<author>Bernhard Posselt</author>

0 commit comments

Comments
 (0)