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-03-06 21:47:49 +0300
committerkorelstar <korelstar@users.noreply.github.com>2021-03-06 21:53:54 +0300
commitec246e5890b9805a70959f341504736461413c65 (patch)
treee0f6e2a260c5bc4caba1b2b1d98067a3784fcb10
parentd2651d70ac6f02e79a24e379b50e1efdc6eaec7f (diff)
release version 4.0.4v4.0.4
-rw-r--r--CHANGELOG.md6
-rw-r--r--appinfo/info.xml2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9a0e8df2..934f3522 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,12 @@ Types of changes:
- *Security* in case of vulnerabilities.
+## 4.0.4 - 2021-03-06
+
+- fix note creation on encrypted s3 storage (#690)
+- maintenance (#691)
+
+
## 4.0.3 - 2021-03-02
- add PHP8 support (#685)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 989684f6..407fbd1c 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.3</version>
+ <version>4.0.4</version>
<licence>agpl</licence>
<author>Kristof Hamann</author>
<author>Bernhard Posselt</author>