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-06-06 10:36:19 +0300
committerkorelstar <korelstar@users.noreply.github.com>2020-06-06 11:32:43 +0300
commit9b3247a5b284253058e8430d0f756e60e93c719b (patch)
tree82be2725f73bf0b9f67255893d2cca6bca33124f
parentca89679fbd57756f6a2b4d80643235f036248192 (diff)
release version 3.5.03.5.0
-rw-r--r--CHANGELOG.md15
-rw-r--r--appinfo/info.xml2
2 files changed, 16 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 528ac2e0..7bedb560 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,21 @@ Types of changes:
- *Security* in case of vulnerabilities.
+## 3.5.0 - 2020-06-06
+
+### Added
+- auto-refresh notes list (#519)
+- allow scrolling past the note end (#529)
+- show number of characters (#530)
+
+### Changed
+- speed-up synchronization (#525)
+
+### Fixed
+- retry on LockedException (should fix #350)
+- maintenance (#526, #527, #531)
+
+
## 3.4.0 - 2020-05-24
### Added
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 62496242..44027f20 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.5.0-dev</version>
+ <version>3.5.0</version>
<licence>agpl</licence>
<author>Kristof Hamann</author>
<author>Bernhard Posselt</author>