Skip to content

Commit aa547d0

Browse files
committed
release version 4.4.0
1 parent a18aa5f commit aa547d0

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGELOG.md

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

1515

16+
## 4.4.0 - 2022-07-10
17+
18+
### Added
19+
- Add support for images/attachments (by @newhinton, #785, #823, #834)
20+
- Allow custom file extensions (#795 by @vincowl)
21+
- external API for custom file extension (#850)
22+
23+
### Fixed
24+
- break long words in preview mode (#817)
25+
- allow empty settings (required for root directory) (#819)
26+
- don't ignore newlines in preview mode (#820)
27+
- fix noteservice not returning the final filename (#821 by @newhinton)
28+
- fix undo deletes note (#825)
29+
- fix conflict solution (#849)
30+
- disable some shortcuts in editor mode (#865 by @newhinton)
31+
- fix checked list item with backslash (#867)
32+
- fix checkbox editable in read-only mode (#876)
33+
34+
- maintenance (#803, #808, #813, #827, #829, #830, #833, #835, #838, #840, #844, #846, #847, #848, #851, #853, #874, #877)
35+
36+
1637
## 4.3.1 - 2022-02-27
1738

1839
- add support for PHP 8.1, maintenance (#824)

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
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.3.1</version>
10+
<version>4.4.0</version>
1111
<licence>agpl</licence>
1212
<author>Kristof Hamann</author>
1313
<author>Bernhard Posselt</author>
@@ -23,7 +23,7 @@ The Notes app is a distraction free notes taking app for [Nextcloud](https://www
2323
<screenshot small-thumbnail="https://raw.githubusercontent.com/nextcloud/screenshots/master/apps/Notes/notes-thumbnail.jpg">https://raw.githubusercontent.com/nextcloud/screenshots/master/apps/Notes/notes.png</screenshot>
2424
<dependencies>
2525
<php min-version="7.4" max-version="8.1" />
26-
<nextcloud min-version="22" max-version="25" />
26+
<nextcloud min-version="22" max-version="26" />
2727
</dependencies>
2828
<repair-steps>
2929
<post-migration>

docs/api/v1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ In this document, the Notes API major version 1 and all its minor versions are d
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 |
1212
| **1.2** | Notes 4.1 (June 2021) | Preventing lost updates, read-only notes, settings |
13-
| **1.3** | DRAFT | Allow custom file suffixes |
13+
| **1.3** | Notes 4.4 (July 2022) | Allow custom file suffixes |
1414

1515

1616

0 commit comments

Comments
 (0)