|
| 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 | + |
1 | 47 | ## 0.15.0 - 2023-05-16
|
2 | 48 |
|
3 | 49 | This version of Tasks is only compatible with Nextcloud server 25 and newer.
|
|
0 commit comments