feat: 0.19.1 release blogpost
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2022-08-17 10:40:23 +02:00
parent 32c54771dc
commit ec68debf4d
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
2 changed files with 29 additions and 0 deletions

View File

@ -10,6 +10,11 @@ If Vikunja is useful to you, please consider <a href="https://www.buymeacoffee.c
I'm also offering <a href="https://vikunja.cloud/?utm_source=vikunja.io&utm_medium=blog&utm_campaign=release_0.18.0" class="!text-white !underline">a hosted version of Vikunja</a> if you want a hassle-free solution for yourself or your team.
</div>
<div class="bg-amber-200 p-4 text-white rounded mt-4">
There has been a [patch release]({{< ref "./release-0.19.1.md">}}) with additional fixes.
Updating is highly encouraged.
</div>
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.

View File

@ -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.