diff --git a/content/post/release-0.20.0.md b/content/post/release-0.20.0.md new file mode 100644 index 0000000..7ee18a9 --- /dev/null +++ b/content/post/release-0.20.0.md @@ -0,0 +1,93 @@ +--- +title: "What's new in Vikunja 0.20.0" +date: 2022-10-28T12:28:44+02:00 +draft: false +--- + +
+If Vikunja is useful to you, please consider buying me a coffe, +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. +
+ +I'm proud to announce Vikunja 0.20.0! + +This release contains 558 changes in the frontend and 96 in the api. +A lot of the frontend changes were refactoring and continuing the move to vue 3. + +## Getting the new version + +As usual, just grab a new release from the [downloads page](https://dl.vikunja.io) or pull the latest docker container. + +## New to Vikunja? + +Vikunja is the open-source, self-hostable to-do app. +It lets you organize all kinds of things, from your shopping list to a multi-month project with multiple team members. +Different ways to view, filter and share your tasks make this a breeze. + +Check out [the features page](https://vikunja.io/features) to learn more about all of its features. + +## Highlights + +### Gantt chart + +The gantt chart got a major overhaul. +It looks almost exactly like the old one but should work a lot more reliably. +Most of the issues people reported over and over again are solved now. +Expect more refactoring and improvements to the gantt chart in the future! + +![The overhauled gantt chart](/blog/images/0.20.0-gantt.png) + +### Link shares can do more now + +It is now possible to set a default view when opening the share and hiding the logo with the `logoVisible` query parameter. +To set the default view you can select one in the share dialog when creating a link share for a list. +To hide the logo, simply append the query parameter to the final link, like so: `?logoVisible=true`. + +This feature was sponsored by Relm. + +### Subtasks on indention + +When creating multiple tasks at once through the multiline input in the list view you can now use indention to indicate subtasks. +For example, inputting a text like this: + +``` +task + subtask + second subtask + third subtask + sub sub task +``` + +will create 5 new tasks, with "subtask", "second subtask" and "third subtask" being subtasks of "task" and "sub sub task" being a subtask of "third subtask". + +This works in combination with quick add magic on every task. + +### Task cover images + +You can now promote an attachment to task cover image! +Cover images will show up on the kanban board and make it easy to recognize a particular task. + +![Cover images for tasks](/blog/images/0.20.0-cover-image.png) + +This feature was sponsored by Relm. + +### TickTick import + +You can now import task data from a csv TickTick export. +The option is available without any configuration on the migration page. + +### Default settings for new users + +It is now possible to change the default setting for new users via the config file. +This is especially useful when using Vikunja with an external openid auth provider. + +[Check out the docs about this feature](https://vikunja.io/docs/config-options/#defaultsettings). + +## Closing thoughts + +This release is smaller than the last one and does not have a lot of new, big features but more general improvements to the codebase. +I hope to improve the rate of new releases a little so that there will be smaller releases more often. + +Please tell me what you think of this release, either [in the community forum](https://community.vikunja.io), [Twitter](https://twitter.com/vikunja.io) or [email](mailto:hello@vikunja.io). + diff --git a/static/images/0.20.0-cover-image.png b/static/images/0.20.0-cover-image.png new file mode 100644 index 0000000..31384f4 --- /dev/null +++ b/static/images/0.20.0-cover-image.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:499937ea568e38ffdf471a6ab17b87c73bc674b16f9e7259b3573a96ba172e12 +size 177204 diff --git a/static/images/0.20.0-gantt.png b/static/images/0.20.0-gantt.png new file mode 100644 index 0000000..840d79c --- /dev/null +++ b/static/images/0.20.0-gantt.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e86148511b84ec3cc02917e0de56f38272cd12ee5e1e7a9be6e82805d959d2d +size 43708