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-06-27 16:19:07 +0300
committerkorelstar <korelstar@users.noreply.github.com>2021-06-27 16:29:47 +0300
commit439c570d76079574aa125fe57763e2cd7772b140 (patch)
treef1988e4c7078a0e9836b02efd3e844558b865d59
parent7976ac032dc26c4956073bdc025248facbc3cef2 (diff)
release version 4.1.0v4.1.0
-rw-r--r--CHANGELOG.md14
-rw-r--r--appinfo/info.xml2
-rw-r--r--docs/api/v1.md2
3 files changed, 16 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 934f3522..c0486d1d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,20 @@ Types of changes:
- *Security* in case of vulnerabilities.
+## 4.1.0 - 2021-06-27
+
+- API: new minor API version 1.2 (#701)
+- API: new settings API (#694)
+- API: allow requesting notes list in chunks (#720)
+- API and frontend: Prevent lost updates by using ETags for notes (#692)
+- API and frontend: new attribute "readonly" for read-only notes (#711)
+- slow-down refresh interval if app is hidden (#710)
+- EasyMDE: Always use contenteditable and native spellcheck (#712)
+- fix action buttons running out of window (#717)
+- change EasyMDE tab size to 4 (#718)
+- maintenance (#693, #699, #705, #709, #719, #723, #727, #731)
+
+
## 4.0.4 - 2021-03-06
- fix note creation on encrypted s3 storage (#690)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 730e9061..cb85f6d8 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.4</version>
+ <version>4.1.0</version>
<licence>agpl</licence>
<author>Kristof Hamann</author>
<author>Bernhard Posselt</author>
diff --git a/docs/api/v1.md b/docs/api/v1.md
index 08ec5892..3199d847 100644
--- a/docs/api/v1.md
+++ b/docs/api/v1.md
@@ -9,7 +9,7 @@ In this document, the Notes API major version 1 and all its minor versions are d
|:-----------:|:----------------------------|:-------------------|
| **1.0** | Notes 3.3 (May 2020) | Separate title, no auto rename based on content |
| **1.1** | Notes 3.4 (May 2020) | Filter "Get all notes" by category |
-| **1.2** | DRAFT | TODO |
+| **1.2** | Notes 4.1 (June 2021) | Preventing lost updates, read-only notes, settings |