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-07-30 23:55:26 +0300
committerGitHub <noreply@github.com>2020-07-30 23:55:26 +0300
commit64df04f4a4165e0b060a44d6731ccf1007c41b39 (patch)
treeed0ef9e30acf2f08d3ec0d82bde669649b64e4f2
parentc3665971bf527f41abf5017d4f4e1df1088f6e2d (diff)
parent02236c4ac88c7b5332922b290b65440f19905c04 (diff)
Merge pull request #1152 from nextcloud/0.13.3v0.13.3
Bump version and update changelog
-rw-r--r--CHANGELOG.md15
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 18 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ca70b56b..e00676c6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,18 @@
+## 0.13.3 - 2020-07-30
+
+### Added
+- Update the design of the task list #1136
+- Updated translations
+- Updated dependencies
+
+### Fixed
+- Fix double escaping of calendar names, needs NC 18.0.5 or 19.0.1 onwards #1123
+- Allow dragging to parent tasks which have their subtasks hidden #1150
+- Fix opacity of completed tasks dropdown menu #1136 #1145
+- Fix Internal Server Error when not logged in #1138
+- Fix unused import of css file #1125
+- Add SCSS stylelint, fix SCSS style issues #1139 #1144
+
## 0.13.2 - 2020-07-13
### Added
diff --git a/appinfo/info.xml b/appinfo/info.xml
index f7945ef2..0219e191 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.2</version>
+ <version>0.13.3</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 d7c9f6e8..d759436f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "tasks",
- "version": "0.13.2",
+ "version": "0.13.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index def5269a..7b5b41c8 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "tasks",
"description": "Nextcloud - Tasks",
- "version": "0.13.2",
+ "version": "0.13.3",
"author": {
"name": "Raimund Schlüßler",
"email": "raimund.schluessler@mailbox.org"