fix: correct breaking change info
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2023-12-20 11:36:29 +01:00
parent 51da078689
commit 529e786db0
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 3 additions and 2 deletions

View File

@ -13,7 +13,7 @@ I'm also offering <a href="https://vikunja.cloud/?utm_source=vikunja.io&utm_medi
I'm proud to announce Vikunja 0.22.0!
This release contains 415 changes in the frontend and 241 in the api.
Most changes are improvements and fixes with one big breaking change.
Most changes are improvements and fixes with one breaking change.
## Getting the new version
@ -72,7 +72,8 @@ Once configured, Vikunja will index all tasks and projects in Typesense and use
* **Metrics:** The prometheus endpoing now returns information about the number of files, attachments and active link shares.
* **Subtasks in calDAV:** The [calDAV](https://vikunja.io/docs/caldav/) integration now has support for subtasks. Thanks to [@zewaren](https://kolaente.dev/zewaren) and [@mayanez](https://kolaente.dev/mayanez) for contributing this feature!
* **Default Bucket:** It is now possible to set the default kanban bucket per project instead of Vikunja always using the leftmost one.
* **Default bucket:** It is now possible to set the default kanban bucket per project instead of Vikunja always using the leftmost one.
* **Changed API endpoint for new tasks (BREAKING):** The API endpoint to create a new task is now `/projects/{id}/tasks` instead of `/projects/{id}`.
## Closing