Skip to content

Commit

Permalink
Merge pull request #2271 from nextcloud/0.15.0
Browse files Browse the repository at this point in the history
Bump version, update changelog
  • Loading branch information
raimund-schluessler authored May 16, 2023
2 parents d2e3a0f + 9ba42f0 commit fde2247
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 4 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]">Raimund Schlüßler</author>
<namespace>Tasks</namespace>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tasks",
"description": "Nextcloud - Tasks",
"version": "0.14.5",
"version": "0.15.0",
"author": {
"name": "Raimund Schlüßler",
"email": "[email protected]"
Expand Down

0 comments on commit fde2247

Please sign in to comment.