From 974e20e15c350efb3526068f6ca6d82fcdda4770 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimund=20Schl=C3=BC=C3=9Fler?= Date: Tue, 10 Sep 2019 21:35:33 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version=20and=20update=20changelog=20Sig?= =?UTF-8?q?ned-off-by:=20Raimund=20Schl=C3=BC=C3=9Fler=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 18 ++++++++++++++++++ appinfo/info.xml | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc068d19..556bb7fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## 0.11.2 - 2019-09-10 +### Added +- Support for Nextcloud 17 #579 +- Adjust checkbox design to match overall Nextcloud style #572 +- Rework task item layout #598 +- Updated translations +- Updated dependencies + +### Fixed +- Fix problems with Chrome 77 #593 +- Don't show raw JSON when adding categories #416 +- Only show toggle-all-day checkbox when a date is set #576 +- Fix the key in `v-for` for tasks #578 +- Slightly reduced the bundlesize #571 +- Properly scope instance properties #586 +- Use built-in replace functionality for translations #591 +- Remove legacy code #600 + ## 0.11.1 - 2019-08-08 ### Added - Add possibility to drop tasks on calendars and collections in left sidebar #399 diff --git a/appinfo/info.xml b/appinfo/info.xml index 248a2e5f..a74bc606 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -5,7 +5,7 @@ Tasks The Tasks app for Nextcloud - 0.11.1 + 0.11.2 agpl Raimund Schlüßler Tasks diff --git a/package-lock.json b/package-lock.json index 3b8811bd..4ff2966b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "tasks", - "version": "0.11.1", + "version": "0.11.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8165b947..6014015a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tasks", "description": "Nextcloud - Tasks", - "version": "0.11.1", + "version": "0.11.2", "author": { "name": "Raimund Schlüßler", "email": "raimund.schluessler@mailbox.org"