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-12-29 16:40:41 +0300
committerkorelstar <korelstar@users.noreply.github.com>2020-12-29 16:46:35 +0300
commitd7f4897dca3d89546b9b96a99f4dcd80611ad3c6 (patch)
treeee02ece24cdd290f4fb2db5d5bb6dc10bd1a0518
parent3c2429417e3f2ccddec1dbd4cfac1ca15b87c9bb (diff)
release version 4.0.2v4.0.2
-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 d761b921..78400b28 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,15 @@ Types of changes:
- *Security* in case of vulnerabilities.
+## 4.0.2 - 2020-12-29
+
+- fix actions popover (#653)
+- fix deletion of multiple notes (#657)
+- remove "more" entry from dashboard (#656)
+- exclude dev files from build (#644)
+- maintenance (#645, #649, #654, #658)
+
+
## 4.0.1 - 2020-11-23
- fix multi-byte handling in excerpt for dashboard (#630)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 3912febb..7d7c012c 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.0.1</version>
+ <version>4.0.2</version>
<licence>agpl</licence>
<author>Kristof Hamann</author>
<author>Bernhard Posselt</author>