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>2021-11-13 12:24:17 +0300
committerkorelstar <korelstar@users.noreply.github.com>2021-11-13 13:50:10 +0300
commit56e30f04e2c225dd70bc6793f5d5074428b45109 (patch)
treeb85d3c4d79b103547bab570c0422bb48e8ad636f
parentabdf2a3f7f683e6d8b33c1498fef2073a80b8288 (diff)
release 4.2.0v4.2.0
-rw-r--r--CHANGELOG.md7
-rw-r--r--appinfo/info.xml2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2f4ee2a6..b23ed370 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,13 @@ Types of changes:
- *Security* in case of vulnerabilities.
+## 4.2.0 - 2021-11-13
+
+- add setting for view mode (#747)
+- keep Sidebar open when open other note (#775)
+- maintenance (#748, #773, #774, #776)
+
+
## 4.1.1 - 2021-07-31
- fix error handling if loading notes fails (#740)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 1ac159f0..5d32ae44 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](https://github.com/nextcloud/notes/blob/master/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>4.1.1</version>
+ <version>4.2.0</version>
<licence>agpl</licence>
<author>Kristof Hamann</author>
<author>Bernhard Posselt</author>