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-11-12 00:38:01 +0300
committerGitHub <noreply@github.com>2020-11-12 00:38:01 +0300
commitd5205a59e71e6cfe09db5ceb2463b70209df6c1c (patch)
tree21bd5057d3d90524b267f00ebbeae0816aca1328
parentdb663fbdb8640dcc394aecfdf7283576ac1f7e64 (diff)
parent89c23c776181b11a0774c30f836e5bbf23e31166 (diff)
Merge pull request #1344 from nextcloud/0.13.6v0.13.6
Bump version and update changelog
-rw-r--r--CHANGELOG.md9
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 12 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2162e2b3..0ae3816c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+## 0.13.6 -2020-11-11
+
+### Added
+- Updated translations
+- Updated dependencies
+
+### Fixed
+- Only moved dragged task #1329 #1330
+
## 0.13.5 - 2020-10-20
### Added
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 7a024a28..e56b5d33 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.5</version>
+ <version>0.13.6</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 fb6f63b7..a9995910 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "tasks",
- "version": "0.13.5",
+ "version": "0.13.6",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 9ce15e15..2eb60ce6 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "tasks",
"description": "Nextcloud - Tasks",
- "version": "0.13.5",
+ "version": "0.13.6",
"author": {
"name": "Raimund Schlüßler",
"email": "raimund.schluessler@mailbox.org"