diff --git a/content/post/release-0.20.5.md b/content/post/release-0.20.5.md index c31c129..3e3e76f 100644 --- a/content/post/release-0.20.5.md +++ b/content/post/release-0.20.5.md @@ -4,6 +4,11 @@ date: 2023-03-12T10:25:18+01:00 draft: false --- +
+There has been a }}" class="!underline">new release with additional fixes and improvements. +Updating is highly encouraged. +
+ This is a patch release which fixes a problem with the last release's docker images. A bug prevented running the frontend container on some systems and the api container with some different group ids than the default. diff --git a/content/post/release-0.21.0.md b/content/post/release-0.21.0.md new file mode 100644 index 0000000..3d510b4 --- /dev/null +++ b/content/post/release-0.21.0.md @@ -0,0 +1,73 @@ +--- +title: "What's new in Vikunja 0.21.0" +date: 2023-07-07T16:11:10+02:00 +draft: true +--- + +
+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. +
+ +I'm proud to announce Vikunja 0.21.0! + +This release contains 756 changes in the frontend and 250 in the api. +Most changes are improvements and fixes with one big breaking change. + +## 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 + +### Lists and Namespaces are now Projects + +Since the beginning of Vikunja, it always had the concept of lists which hold a bunch of tasks and namespaces, which contain multiple lists. +Originally, lists were just that: A simple list of multiple tasks. + +Since then, lists have evolved significantly with support for gantt, kanban and more, representing no longer simple to-do lists but more and more complex projects. +At the same time, namespaces felt like a big, bulky thing, a word used nowhere else than in programming contexts. + +With this release, we rename lists to projects to make represent what they are actually used for and remove the concept of a namespace alltogether. +Organizing multiple projects hierarchially was an important feature though - that's why projects are nestable for as many levels as you want, allowing for "subprojects" for the first time. + +All of your existing namespaces will be converted to top-level projects containing the lists they previously contained. + +Please note that importing a previous dump or export is not supported - please do a new dump instead of importing the old one. + +### Relative Reminders + +Thanks! + +todo: mention caldav + +todo: screenshot + +### Assignee Search + +todo: screenshot + +### Frontend Settings + +### Helm Chart + +Thanks! + +## Closing + +This release does not really contain + +todo: mention 1.0 coming next +todo: remove draft! + +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). +