forked from vikunja/blog
feat: release blog post for 0.20.1
This commit is contained in:
parent
a6b7a6974c
commit
94a84b8324
@ -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-400 p-4 rounded mt-4">
|
||||
There has been a <a href="{{< ref "./release-0.20.1.md">}}" class="!underline">patch release</a> with additional fixes.
|
||||
Updating is highly encouraged.
|
||||
</div>
|
||||
|
||||
I'm proud to announce Vikunja 0.20.0!
|
||||
|
||||
This release contains 558 changes in the frontend and 96 in the api.
|
||||
|
22
content/post/release-0.20.1.md
Normal file
22
content/post/release-0.20.1.md
Normal file
@ -0,0 +1,22 @@
|
||||
---
|
||||
title: "Vikunja 0.20.1 was released"
|
||||
date: 2022-11-11T12:05:34+01:00
|
||||
draft: false
|
||||
---
|
||||
|
||||
This is a patch release with important fixes and refactorings in the frontend and api.
|
||||
|
||||
Noteworthy changes:
|
||||
|
||||
* The last release broke connecting to postgres databases via a UNIX socket. This is now fixed.
|
||||
* Filtering for date fields now supports dates in other formats than ISO dates. This fixes compatibility with Safari Browsers.
|
||||
* If a label, assignee or list looked like a date expression the Quick Add Magic feature previously parsed it as a date.
|
||||
* When opening a task from the gantt chart an error about "too much recursion" was shown while making the task popup unusable. This is now fixed.
|
||||
* Sorting tasks alphabetically now works as intended.
|
||||
* More components and intenals habe been migrated to the new VueJS script setup syntax.
|
||||
|
||||
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user