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>2019-06-14 23:54:02 +0300
committerkorelstar <korelstar@users.noreply.github.com>2019-06-14 23:54:02 +0300
commitb0a20d78519fa2c8a60a1952f8f94ada4e9ea225 (patch)
tree078eefe4018c49fa1a73f523948e34d89660aaa6
parente3c1aa2dc4f314f25dafa6735e42def4fbfda3bd (diff)
release 3.0.0v3.0.0
-rw-r--r--CHANGELOG.md7
-rw-r--r--appinfo/info.xml4
2 files changed, 7 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4f5d10d8..dc056c50 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,9 +13,11 @@ Fixed for any bug fixes.
- Security in case of vulnerabilities.
## [Unreleased]
+
+## 3.0.0 - 2019-06-14
### Added
- preview mode (#315, #23)
-- group list of notes by timeslots (#313)
+- group list of notes by timeslots (#313, #319)
- sidebar for metadata details (instead of status-bar) (#290)
- welcome screen (#290, #14)
- show placeholder if note is empty (#290)
@@ -38,7 +40,8 @@ Fixed for any bug fixes.
- copy & paste on text in Markdown syntax (#199)
- when selecting text, the App navigation bar opens (#282)
- title underlined with "=" doesn't get rendered in edit view (#259)
-- code style (#314, #290)
+- code quality (#314, #290)
+- editor code style (#305, #321)
## 2.6.0 - 2019-04-16
- Checkbox functionality (#303)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index b296f9ec..3510bb49 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -7,12 +7,12 @@
<description><![CDATA[
The Notes app is a distraction free notes taking app. 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 [RESTful API](https://github.com/nextcloud/notes/wiki/API-0.2) allows for an easy integration into third-party apps (currently, there are notes apps for [Android](https://github.com/stefan-niedermann/nextcloud-notes) and [iOS](https://github.com/owncloud/notes-iOS-App) which allow convenient access to your Nextcloud notes). Further features include marking notes as favorites.
]]></description>
- <version>2.6.0</version>
+ <version>3.0.0</version>
<licence>agpl</licence>
+ <author>Kristof Hamann</author>
<author>Bernhard Posselt</author>
<author>Hendrik Leppelsack</author>
<author>Jan-Christoph Borchardt</author>
- <author>Kristof Hamann</author>
<namespace>Notes</namespace>
<category>office</category>
<category>organization</category>