Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaimund Schlüßler <raimund.schluessler@mailbox.org>2021-07-18 13:32:27 +0300
committerGitHub <noreply@github.com>2021-07-18 13:32:27 +0300
commitec22bc1e73cb22ebe8147190855f42b1058652d8 (patch)
tree798b0969b26b29a20b5bad90de56c43b1e4f0c3e
parent66086f7a7beca0521d803630a49bc5a8cba3f0a0 (diff)
parenta5c0aa2f93b954a73f8f7e52c9d71e6ce837236b (diff)
Merge pull request #1697 from nextcloud/0.14.0v0.14.0
Bump version and update changelog
-rw-r--r--CHANGELOG.md29
-rw-r--r--appinfo/info.xml2
2 files changed, 29 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0ae3816c..831326e0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,31 @@
-## 0.13.6 -2020-11-11
+## 0.14.0 - 2021-07-18
+
+### Added
+- Completely new AppSidebar using Nextcloud style #1030
+- Added GUI for the trash bin #1675
+- Dashboard widget #1641
+- Allow to create tasks from Talk messages #1649
+- Show week number in date picker #1556
+- Allow to download/export a single task #103
+- Add link to calendar for tasks with due date #803
+
+### Changed
+- Treat cancelled tasks as completed #1553
+- Allow to remove status property #1510
+- Move task delete action into dropdown menu #1328
+- Adjust the app-navigation-toggle alignment #1668
+- Rename categories to tags #1526
+- Require Nextcloud server v20 or newer #1655
+- Use NPM7 and simplify build configuration #1638
+- Use Codecov action instead of bash uploader #1594
+- Updated translations
+- Updated dependencies
+
+### Fixed
+- Correctly show sunday column in Datepicker #935
+- Fix moving tasks between calendars #1581
+
+## 0.13.6 - 2020-11-11
### Added
- Updated translations
diff --git a/appinfo/info.xml b/appinfo/info.xml
index ec4181d1..a5b73ab5 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -5,7 +5,7 @@
<name>Tasks</name>
<summary>The Tasks app for Nextcloud</summary>
<description><![CDATA[Once enabled, a new Tasks menu will appear in your Nextcloud apps menu. From there you can add and delete tasks, edit their title, description, start and due dates and mark them as important. Tasks can be shared between users. Tasks can be synchronized using CalDav (each task list is linked to an Nextcloud calendar, to sync it to your local client - Thunderbird, Evolution, KDE Kontact, iCal, … - just add the calendar as a remote calendar in your client). You can download your tasks as ICS files using the download button for each calendar.]]></description>
- <version>0.14.0-alpha.1</version>
+ <version>0.14.0</version>
<licence>agpl</licence>
<author mail="raimund.schluessler@mailbox.org">Raimund Schlüßler</author>
<namespace>Tasks</namespace>