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>2022-08-13 20:34:14 +0300
committerkorelstar <korelstar@users.noreply.github.com>2022-08-14 11:57:55 +0300
commitb06d8e0b9462ab79312e10ae625f8196d2e9152e (patch)
tree1aa44bbc63f7864efefa9b5503e9e2561aa25365
parent67edbc1ffd048d40b477fa9d39c7386752e60665 (diff)
release version 4.5.0v4.5.0
-rw-r--r--CHANGELOG.md12
-rw-r--r--appinfo/info.xml2
2 files changed, 13 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 90bdff1c..94be004b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,18 @@ Types of changes:
- *Security* in case of vulnerabilities.
+## 4.5.0 - 2022-08-13
+
+- Allow Checkbox to be toggled in viewmode (#861 by @newhinton)
+- Update table style (#878 by @newhinton)
+- Add a button to create a new note to the dashboard (#873 by @salixor)
+- rename settings to Notes settings (#891)
+- auto create notes folder only if app is opened (#890)
+- fix minor API version (#898)
+- fix loading (should fix some error situations) (#897)
+- maintenance (#888, #893, #899)
+
+
## 4.4.0 - 2022-07-10
### Added
diff --git a/appinfo/info.xml b/appinfo/info.xml
index dedfe766..4d3f4671 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.4.0</version>
+ <version>4.5.0</version>
<licence>agpl</licence>
<author>Kristof Hamann</author>
<author>Bernhard Posselt</author>