From d067ebbeb192d388d366b59f055e978041a2b15a Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 28 Jan 2024 20:11:37 +0100 Subject: [PATCH] feat: 0.22.1 release blog post --- content/post/release-0.22.0.md | 5 ++++ content/post/release-0.22.1.md | 42 ++++++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 content/post/release-0.22.1.md diff --git a/content/post/release-0.22.0.md b/content/post/release-0.22.0.md index 893b61a..d8afcd1 100644 --- a/content/post/release-0.22.0.md +++ b/content/post/release-0.22.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 }}" class="!underline">new release with additional fixes and improvements. +Updating is highly encouraged. +
+ I'm proud to announce Vikunja 0.22.0! This release contains 415 changes in the frontend and 241 in the api. diff --git a/content/post/release-0.22.1.md b/content/post/release-0.22.1.md new file mode 100644 index 0000000..7ecc669 --- /dev/null +++ b/content/post/release-0.22.1.md @@ -0,0 +1,42 @@ +--- +title: "Vikunja frontend and API v0.22.1 was released" +date: 2024-01-28T19:53:14+01:00 +draft: false +--- + +
+If Vikunja is useful to you, please consider buying me a coffee, +sponsoring me on github or buying a sticker pack.
+I'm also offering a hosted version of Vikunja if you want a hassle-free solution for yourself or your team. +
+ +This is a patch release with many small bug fixes and improvements. +We have brought some new features onboard, fixed some existing issues, and have made various improvements in performance as well as dependencies. +Let's take a look at all the updates we made. + +## Features + +* The datepicker now uses the user locale to display weekdays ([#3878](https://kolaente.dev/vikunja/frontend/pulls/3878)). Thanks to [PeterX](https://kolaente.dev/PterX) for contributing this feature! +* Task reminders, are now shown with other notifications in the notifications bar. + +## Fixes & Improvements + +Among a bunch of smaller fixes, these are the most significant ones: + +* Revised user permissions, adjusting visibility and editing options for assignees and task details. +* Implemented necessary validation and adjustments in the filter title field after loading it for editing. +* Fixed focusing, image rendering, and propagation of changes in the editor. +* In kanban, text and icon colors now exclusively rely on the card background color, disregarding the color scheme. +* Notifications now left-align text and accurately display read indicators. +* Multiple changes to the task detail view, including playing the pop sound on some browsers, and triggering related tasks. Also styling adjustments with regards to spacing. +* Explicitly subscribe assignees when they are assigned, eliminating double notifications. +* When using openid authentication, the redirect url is now derived from the current frontend url. This fixes issues when trying to authenticate with the desktop app. +* Webhooks now include full task details. This sometimes prevented some webhooks from being sent at all. +* Multiple third-party dependencies were updated. + +As usual, you can find the full changelogs in the [frontend](https://kolaente.dev/vikunja/frontend/src/branch/main/CHANGELOG.md#0-22-1-2024-01-28) and [api](https://kolaente.dev/vikunja/api/src/branch/main/CHANGELOG.md#0-22-1-2024-01-28) repos. + +To get the upgrade, simply replace the frontend files or 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) or [api](https://vikunja.io/docs/install-backend/#updating) updating process. + +