diff --git a/content/post/release-0.19.0.md b/content/post/release-0.19.0.md index 3ff9d69..d35c92c 100644 --- a/content/post/release-0.19.0.md +++ b/content/post/release-0.19.0.md @@ -10,6 +10,11 @@ If Vikunja is useful to you, please consider a hosted version of Vikunja if you want a hassle-free solution for yourself or your team. +
+There has been a [patch release]({{< ref "./release-0.19.1.md">}}) with additional fixes. +Updating is highly encouraged. +
+ I'm proud to announce Vikunja 0.19.0! This release contains a whopping 2060 new changes in the frontend and 333 in the api. diff --git a/content/post/release-0.19.1.md b/content/post/release-0.19.1.md new file mode 100644 index 0000000..a434c83 --- /dev/null +++ b/content/post/release-0.19.1.md @@ -0,0 +1,24 @@ +--- +title: "Vikunja 0.19.1 is released" +date: 2022-08-17T10:23:07+02:00 +draft: false +--- + +This is a patch release with fixes in the frotnend and api. + +Code blocks and button styles in dark mode now work better and moving a list into another namespace if it was moved to the first position was fixed. +Searching for assignees by username now works as expected. +It also provides docker images for arm 32 (raspbery pi) and fixes a problem generating blur hashes for list backgrounds in certain formats. + +This release also contains **one breaking change**: +When filtering tasks for assignees the api now requires the username instead of the user id. +This was nessecary to be able show the users with their name when re-opening a saved filter. + +All saved filters with assignees are automatically migrated. +As a user, you shouldn't notice anything. + +As usual, you can find the full changelogs in the respective [frontend](https://kolaente.dev/vikunja/frontend/releases/tag/v0.19.1) and [api](https://kolaente.dev/vikunja/api/releases/tag/v0.19.1) repos. + +To get the upgrade, simply replace the frontend files and replace the api binary or pull the latest docker image. +You can also check out the update docs for the [frontend](https://vikunja.io/docs/install-frontend/#updating) updating process. +