From 9ba42f0ca3bd0ab1dcc38b021f9524f94fb2d80c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimund=20Schl=C3=BC=C3=9Fler?= Date: Tue, 16 May 2023 21:39:15 +0200 Subject: [PATCH] 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 | 24 ++++++++++++++++++++++++ appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 28 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bc978037..2c3f9f098 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ +## 0.15.0 - 2023-05-16 + +This version of Tasks is only compatible with Nextcloud server 25 and newer. + +### Added +- Adjust style for Nextcloud 25 and above #2166 #2168 +- Use `NcTextField` for task create input, show submit button on the right #2226 + +### Changed +- Adjust task list sharing interface #2219 +- Sort tasks by priority before sorting alphabetically #2210 +- Migrate from `NcMultiselect` to `NcSelect` #2193 #2197 #2217 +- Code cleanup #2192 #2218 #2254 + +### Fixed +- Fix closing tag list after selection #1796 +- Don't occlude sort order dropdown by sidebar #2227 +- Correctly import `NcProgressBar` #2187 +- Fix Tasks icon color in Dashboard widget #2186 +- Fix markdown checkbox style #2206 +- Show notes equally in editing and preview mode #2209 +- Fix inconsistent property `X-ALT-DESC` #2240 +- Fix TaskStatusDisplay #2256 + ## 0.14.5 - 2022-10-19 ### Added diff --git a/appinfo/info.xml b/appinfo/info.xml index 9b0cec749..5eca1aa02 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -5,7 +5,7 @@ Tasks The Tasks app for Nextcloud - 0.14.5 + 0.15.0 agpl Raimund Schlüßler Tasks diff --git a/package-lock.json b/package-lock.json index ef55e215f..d52da4755 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tasks", - "version": "0.14.5", + "version": "0.15.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "tasks", - "version": "0.14.5", + "version": "0.15.0", "license": "AGPLv3", "dependencies": { "@nextcloud/auth": "^2.0.0", diff --git a/package.json b/package.json index c4ef79179..a7e0eb58d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tasks", "description": "Nextcloud - Tasks", - "version": "0.14.5", + "version": "0.15.0", "author": { "name": "Raimund Schlüßler", "email": "raimund.schluessler@mailbox.org"