diff --git a/CHANGELOG.md b/CHANGELOG.md index 0632eb06f..d0e85e222 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +## 0.17.0 + +### Added +- Allow to add reminders #154 +- Allow editing completion date #2686 +- Enable sorting by tags #2658 +- Require caldav backend #2621 + +### Changed +- Remove unused dependency #2707 +- Updated translations +- Updated dependencies + +### Fixed +- No need to include CSS chunks separately #2667 #2767 +- Trash bin with fullday event can be opened again #2784 +- Don't close sidebar when clicking outside #2785 +- Correctly open task from dashboard #2881 + + ## 0.16.1 - 2024-08-18 ### Added diff --git a/appinfo/info.xml b/appinfo/info.xml index 63984881e..70fe23063 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -5,7 +5,7 @@ Tasks The Tasks app for Nextcloud - 0.16.1 + 0.17.0-alpha.0 agpl Raimund Schlüßler Tasks @@ -21,7 +21,7 @@ https://raw.githubusercontent.com/nextcloud/tasks/master/screenshots/tasks-1.png - + caldav diff --git a/package-lock.json b/package-lock.json index 0c8a84355..830e3e47e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tasks", - "version": "0.16.1", + "version": "0.17.0-alpha.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tasks", - "version": "0.16.1", + "version": "0.17.0-alpha.0", "license": "AGPLv3", "dependencies": { "@nextcloud/axios": "^2.5.1", diff --git a/package.json b/package.json index 2cdbea9f9..01412f748 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tasks", "description": "Nextcloud - Tasks", - "version": "0.16.1", + "version": "0.17.0-alpha.0", "author": { "name": "Raimund Schlüßler", "email": "raimund.schluessler@mailbox.org"