Skip to content

Commit 439c570

Browse files
committed
release version 4.1.0
1 parent 7976ac0 commit 439c570

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,20 @@ Types of changes:
1313
- *Security* in case of vulnerabilities.
1414

1515

16+
## 4.1.0 - 2021-06-27
17+
18+
- API: new minor API version 1.2 (#701)
19+
- API: new settings API (#694)
20+
- API: allow requesting notes list in chunks (#720)
21+
- API and frontend: Prevent lost updates by using ETags for notes (#692)
22+
- API and frontend: new attribute "readonly" for read-only notes (#711)
23+
- slow-down refresh interval if app is hidden (#710)
24+
- EasyMDE: Always use contenteditable and native spellcheck (#712)
25+
- fix action buttons running out of window (#717)
26+
- change EasyMDE tab size to 4 (#718)
27+
- maintenance (#693, #699, #705, #709, #719, #723, #727, #731)
28+
29+
1630
## 4.0.4 - 2021-03-06
1731

1832
- fix note creation on encrypted s3 storage (#690)

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<description><![CDATA[
88
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.
99
]]></description>
10-
<version>4.0.4</version>
10+
<version>4.1.0</version>
1111
<licence>agpl</licence>
1212
<author>Kristof Hamann</author>
1313
<author>Bernhard Posselt</author>

docs/api/v1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ In this document, the Notes API major version 1 and all its minor versions are d
99
|:-----------:|:----------------------------|:-------------------|
1010
| **1.0** | Notes 3.3 (May 2020) | Separate title, no auto rename based on content |
1111
| **1.1** | Notes 3.4 (May 2020) | Filter "Get all notes" by category |
12-
| **1.2** | DRAFT | TODO |
12+
| **1.2** | Notes 4.1 (June 2021) | Preventing lost updates, read-only notes, settings |
1313

1414

1515

0 commit comments

Comments
 (0)