Skip to content

Commit 86fc864

Browse files
Merge pull request #2568 from nextcloud/0.16.0
chore: bump version, update changelog
2 parents ec302f4 + 2d04c09 commit 86fc864

File tree

4 files changed

+50
-4
lines changed

4 files changed

+50
-4
lines changed

CHANGELOG.md

+46
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,49 @@
1+
## 0.16.0 - 2024-05-08
2+
3+
This version of Tasks is only compatible with Nextcloud server 28 and newer.
4+
5+
### Breaking
6+
- Hard-links to tasks or lists have changed, because the app now uses router web history instead of web hash history mode #2480
7+
8+
### Added
9+
- Implement bulk task creation #2273
10+
- Extract tags from task summary #2425
11+
- Implement filtering by tags #2427
12+
- Allow to clear global search in filter menu #2431
13+
- Show link to Deck for deck cards #2436
14+
- Show start date as label in task body #2438
15+
- Implement sorting trash bin items #2440
16+
- Implement setting task location #2442
17+
- Implement setting task URL #2443
18+
19+
### Changed
20+
- Migrate the app to vue 3 #1971
21+
- Use router web history instead of web hash history mode #2480
22+
- Unify style of tags in task body with sidebar #2426
23+
- Use circular progress bar instead of linear bar #2464
24+
- Treat tasks with `STATUS:COMPLETED` as completed #2429
25+
- Use `TagMultiple` icon consistently #2432
26+
- Sort tags in dropdown alphabetically #2433
27+
- Use `NcButton` component to toggle completed tasks visibility #2434
28+
- Update issue templates #2363
29+
- Migrate from webpack to vite #2321
30+
- Migrate from jest to vitest #2409
31+
- Updated translations
32+
- Updated dependencies
33+
34+
### Fixed
35+
- Correctly handle timezones #2446
36+
- Fix missing tasks icon in talk app #2364
37+
- Do not use the router in the store #2362
38+
- Don't set percent to `0` for `NEEDS-ACTION` #2365
39+
- Correctly show task body corners when tasks are hidden #2430
40+
- Correctly translate the loading completed tooltip #2435
41+
- Don't show empty category for empty `CATEGORIES` param #2437
42+
- Use `NcDateTime` to show time in trashbin #2439
43+
- Show correct calendar weeks in date picker #2366
44+
- Show completed button label correctly #2558
45+
- Remove margin from link in task body summary #2559
46+
147
## 0.15.0 - 2023-05-16
248

349
This version of Tasks is only compatible with Nextcloud server 25 and newer.

appinfo/info.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<name>Tasks</name>
66
<summary>The Tasks app for Nextcloud</summary>
77
<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>
8-
<version>0.16.0-alpha.0</version>
8+
<version>0.16.0</version>
99
<licence>agpl</licence>
1010
<author mail="[email protected]">Raimund Schlüßler</author>
1111
<namespace>Tasks</namespace>

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tasks",
33
"description": "Nextcloud - Tasks",
4-
"version": "0.16.0-alpha.0",
4+
"version": "0.16.0",
55
"author": {
66
"name": "Raimund Schlüßler",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)