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>2020-10-11 12:22:09 +0300
committerGitHub <noreply@github.com>2020-10-11 12:22:09 +0300
commite7c610bb7a58af7c6bb4fbf15e1495f15acc37b4 (patch)
treec276edd5e82f9439deb9f9edf7f40d6ca961ec68
parenta9eb67f021c0d6995eda66bdb4facc68efc27758 (diff)
parent0c14128ee8203e2f46726246bd801dffacd18c9c (diff)
Merge pull request #1264 from nextcloud/0.13.4v0.13.4
Bump version and update changelog
-rw-r--r--CHANGELOG.md14
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 17 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e00676c6..039271bf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,17 @@
+## 0.13.4 - 2020-10-11
+
+### Added
+- Allow to adjust the calendar order #15 #1155
+- Adjust app to unified search of Nextcloud 20 #1202 #1226
+- Updated translations
+- Updated dependencies
+
+### Fixed
+- Fix failing SCSS compilation #1251 #1262
+- Improve calculating new task sort order #1169
+- Better indicate dropping on empty completed list #1170
+- Fix actions menus #1225
+
## 0.13.3 - 2020-07-30
### Added
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 76dede95..8b339aaa 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.13.3</version>
+ <version>0.13.4</version>
<licence>agpl</licence>
<author mail="raimund.schluessler@mailbox.org">Raimund Schlüßler</author>
<namespace>Tasks</namespace>
diff --git a/package-lock.json b/package-lock.json
index f56f248a..d6525ba8 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "tasks",
- "version": "0.13.3",
+ "version": "0.13.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 8307bda2..194a9bb8 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "tasks",
"description": "Nextcloud - Tasks",
- "version": "0.13.3",
+ "version": "0.13.4",
"author": {
"name": "Raimund Schlüßler",
"email": "raimund.schluessler@mailbox.org"