Bump version, update changelog

Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
This commit is contained in:
Raimund Schlüßler 2023-05-16 21:39:15 +02:00
parent eb04df2578
commit 9ba42f0ca3
No known key found for this signature in database
GPG Key ID: 036FA7EB1A599178
4 changed files with 28 additions and 4 deletions

View File

@ -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

View File

@ -5,7 +5,7 @@
<name>Tasks</name>
<summary>The Tasks app for Nextcloud</summary>
<description><![CDATA[Once enabled, a new Tasks menu will appear in your Nextcloud apps menu. From there you can add and delete tasks, edit their title, description, start and due dates and mark them as important. Tasks can be shared between users. Tasks can be synchronized using CalDav (each task list is linked to an Nextcloud calendar, to sync it to your local client: Thunderbird, Evolution, KDE Kontact, iCal … - just add the calendar as a remote calendar in your client). You can download your tasks as ICS files using the download button for each calendar.]]></description>
<version>0.14.5</version>
<version>0.15.0</version>
<licence>agpl</licence>
<author mail="raimund.schluessler@mailbox.org">Raimund Schlüßler</author>
<namespace>Tasks</namespace>

4
package-lock.json generated
View File

@ -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",

View File

@ -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"