From 1aa2fdb998770318c43f35f746773cd681bcf486 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimund=20Schl=C3=BC=C3=9Fler?= Date: Sun, 18 Aug 2024 10:48:57 +0200 Subject: [PATCH] chore: bump version, update changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raimund Schlüßler --- CHANGELOG.md | 16 ++++++++++++++++ appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce7fbcec9..0632eb06f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## 0.16.1 - 2024-08-18 + +### Added +- Display error dialog to user when creating calendar for new list fails #2607 + +### Changed +- Updated translations +- Updated dependencies + +### Fixed +- Fix selecting color when creating list #2635 +- Fix selecting all-day and wrong time zone #2636 +- Correctly handle timezone of created, modified and complete dates #2638 +- Bring back titles in sidebar #2639 +- Fix `this.$refs.menuButton is null` error #2634 + ## 0.16.0 - 2024-05-08 This version of Tasks is only compatible with Nextcloud server 28 and newer. diff --git a/appinfo/info.xml b/appinfo/info.xml index 486889c1b..c1c26359b 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -5,7 +5,7 @@ Tasks The Tasks app for Nextcloud - 0.16.0 + 0.16.1 agpl Raimund Schlüßler Tasks diff --git a/package-lock.json b/package-lock.json index 48e9e7282..aa543bb37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tasks", - "version": "0.16.0", + "version": "0.16.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tasks", - "version": "0.16.0", + "version": "0.16.1", "license": "AGPLv3", "dependencies": { "@nextcloud/auth": "^2.4.0", diff --git a/package.json b/package.json index c5b4fd082..7a7894143 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tasks", "description": "Nextcloud - Tasks", - "version": "0.16.0", + "version": "0.16.1", "author": { "name": "Raimund Schlüßler", "email": "raimund.schluessler@mailbox.org"