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

This commit is contained in:
kolaente 2022-08-17 17:17:13 +02:00
parent 9b55df2829
commit 3746906174
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
3 changed files with 21 additions and 2 deletions

View File

@ -10,8 +10,8 @@ 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.
<div class="bg-amber-400 p-4 rounded mt-4">
There has been a <a href="{{< ref "./release-0.19.1.md">}}" class="!underline">patch release</a> with additional fixes.
Updating is highly encouraged.
</div>

View File

@ -4,6 +4,12 @@ date: 2022-08-17T10:23:07+02:00
draft: false
---
<div class="bg-amber-400 p-4 rounded mt-4">
<strong>This release introuced a critical bug which will break your saved filters!</strong>
<br/>
Please upgrade the api directly to <a href="{{< ref "./release-0.19.2.md">}}" class="!underline">0.19.2</a>.
</div>
This is a patch release with fixes in the frontend 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.

View File

@ -0,0 +1,13 @@
---
title: "[API] Vikunja 0.19.2 is released"
date: 2022-08-17T17:06:09+02:00
draft: false
---
This release fixes a critical bug which was introduced in the api in 0.19.1.
The bug would replace all saved filters of all users with the last one.
**Updating is highly recomended.**
To upgrade, replace the api binary with the latest one from [the downloads page](https://dl.vikunja.io/api/0.19.2) or pull the [latest docker image](https://hub.docker.com/r/vikunja/api).