Skip to content

Commit b06d8e0

Browse files
committed
release version 4.5.0
1 parent 67edbc1 commit b06d8e0

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

1515

16+
## 4.5.0 - 2022-08-13
17+
18+
- Allow Checkbox to be toggled in viewmode (#861 by @newhinton)
19+
- Update table style (#878 by @newhinton)
20+
- Add a button to create a new note to the dashboard (#873 by @salixor)
21+
- rename settings to Notes settings (#891)
22+
- auto create notes folder only if app is opened (#890)
23+
- fix minor API version (#898)
24+
- fix loading (should fix some error situations) (#897)
25+
- maintenance (#888, #893, #899)
26+
27+
1628
## 4.4.0 - 2022-07-10
1729

1830
### Added

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.4.0</version>
10+
<version>4.5.0</version>
1111
<licence>agpl</licence>
1212
<author>Kristof Hamann</author>
1313
<author>Bernhard Posselt</author>

0 commit comments

Comments
 (0)