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"