From 7c20b5c69101568a7354b14b220bbeff30e9236b Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 18 Dec 2022 12:31:04 +0100 Subject: [PATCH] feat: 0.20.2 release blog post --- content/post/release-0.20.1.md | 5 +++++ content/post/release-0.20.2.md | 23 +++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 content/post/release-0.20.2.md diff --git a/content/post/release-0.20.1.md b/content/post/release-0.20.1.md index 765ea68..b75cf07 100644 --- a/content/post/release-0.20.1.md +++ b/content/post/release-0.20.1.md @@ -4,6 +4,11 @@ date: 2022-11-11T12:05:34+01:00 draft: false --- +
+There has been a }}" class="!underline">patch release for the frontend with additional fixes. +Updating is highly encouraged. +
+ This is a patch release with important fixes and refactorings in the frontend and api. Noteworthy changes: diff --git a/content/post/release-0.20.2.md b/content/post/release-0.20.2.md new file mode 100644 index 0000000..acf985a --- /dev/null +++ b/content/post/release-0.20.2.md @@ -0,0 +1,23 @@ +--- +title: "Vikunja Frontend 0.20.2 was released" +date: 2022-12-18T12:11:35+01:00 +draft: false +--- + +This is a patch release with important fixes and improvements in the frontend. + +Noteworthy changes: + +* The error causing the message "Error: Assignment to constant variable" when editing tasks is now fixed +* When the same new label is used in multiple tasks created via quick add magic it is now created only once +* A list specified via quick add magic is now passed down to all subtasks created via indention +* A task is now correctly removed from its bucket when it is in the first kanban bucket +* Fullscreen side-by-side editing is now disabled as there was no way of getting out of this editing mode +* Only automatically redirect to provider if the url contains ?redirectToProvider=true and it's the only one +* Variable fonts with subsetting are now used + +As usual, you can find the full changelogs in the [frontend repo](https://kolaente.dev/vikunja/frontend/src/branch/main/CHANGELOG.md#0-20-2-2022-12-18). + +To get the upgrade, simply replace the frontend files 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. +