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-10-03 10:53:10 +0300
committerkorelstar <korelstar@users.noreply.github.com>2020-10-03 10:53:10 +0300
commit45b9ee2bec10788fb6234a2457902e841f7668cf (patch)
treeb94c301e188455bdc2926efd04b545a723b40371
parenta8cb609c3a941425ca3c8d34d7ca289bfbe63bea (diff)
release version 4.0.0v4.0.0
-rw-r--r--CHANGELOG.md13
-rw-r--r--appinfo/info.xml2
2 files changed, 14 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 92b6c4d0..20803bb6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,19 @@ Types of changes:
- *Security* in case of vulnerabilities.
+## 4.0.0 - 2020-10-03
+
+### Added
+
+- dashboard widget (#614)
+- unified search (#600)
+
+### Changed
+
+- migrate to Nextcloud 20 / require at least Nextcloud 20 (#599)
+- maintenance (#609, #617)
+
+
## 3.6.4 - 2020-08-26
### Fixed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 0a67f39f..6014aa73 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>3.6.4</version>
+ <version>4.0.0</version>
<licence>agpl</licence>
<author>Kristof Hamann</author>
<author>Bernhard Posselt</author>