Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkorelstar <korelstar@users.noreply.github.com>2020-07-17 19:34:29 +0300
committerkorelstar <korelstar@users.noreply.github.com>2020-07-17 19:38:05 +0300
commit7644cd64da04b0e8b3ae0dff237a7ad6b8610b4b (patch)
tree0ed6b4eea67b26c53c37b80130bc5fb7e84bc0e1
parent7a049726bbaf0623683011aca60bfa35086f6d99 (diff)
release 3.6.1v3.6.1
-rw-r--r--CHANGELOG.md9
-rw-r--r--appinfo/info.xml2
2 files changed, 10 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 50fccd97..4e442052 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,15 @@ Types of changes:
- *Security* in case of vulnerabilities.
+## 3.6.1 - 2020-07-17
+
+### Fixed
+
+- fix note refresh for unsaved changes (#576)
+- improved error handling (#573)
+- maintenance (#563, #567, #569, #571, #572, #575)
+
+
## 3.6.0 - 2020-06-28
### Added
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 12bc38c3..b84d381b 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -7,7 +7,7 @@
<description><![CDATA[
The Notes app is a distraction free notes taking app for [Nextcloud](https://www.nextcloud.com/). 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 [REST API](docs/api/README.md) allows for an easy integration into third-party apps (currently, there are notes apps for [Android](https://github.com/stefan-niedermann/nextcloud-notes), [iOS](https://github.com/owncloud/notes-iOS-App) and the [console](https://git.danielmoch.com/nncli/about) which allow convenient access to your Nextcloud notes). Further features include marking notes as favorites.
]]></description>
- <version>3.6.0</version>
+ <version>3.6.1</version>
<licence>agpl</licence>
<author>Kristof Hamann</author>
<author>Bernhard Posselt</author>