Version 0.14.0 - 2020-07-01

Update: There is now a bugfix release: Version 0.14.1 - 2020-07-07

This is (again?) a rather big release!

A total of 111 api related and 99 frontend related changes have been merged and pushed since the last release.

Thanks to leggettc18 for improving the docs about running Vikunja with Caddy.

Highlights

List Backgrounds

You can now set beautiful list backgrounds directly from unsplash (requires configuration) or upload a custom one!
With unsplash backgrounds, we’ve gone great lengths to make sure your privacy is preserved, all requests to the unsplash api go through the Vikunja api and are stripped of any useful information.

Migrate tasks from todoist

Vikunja now lets you import tasks directly from todoist - this works pretty much the same as with the wunderlist migrator.

Task Filters

You can now hide done tasks and filter tasks with a due date (more filters coming in future releases)
By default, only tasks which are not done will be shown.

image

Namespaces & Lists Page

Quickly get an overview about all your lists and namespaces on a dedicated page!
As you can see in the screenshot this will also show all backgrounds you may have set on a list.
In the same go, the menu has been cleaned up a bit to only show visible lists and namespaces.

image

Dump and restore commands

With the dump and restore commands you can now make a full backup of a Vikunja installation - this includes all database data and even files which makes it perfect for a full backup of your installation.

Changes to repeating tasks

Whenever you mark a repeating task as done, it now makes sure to the new dates are always in the future. This is very useful if you have a task which repeats every week but haven’t done it all in a while: Before this change, you’d need to mark it as done a few times until the new due date was in the future - Vikunja now saves you the hassle and does that for you.

Other changes

  • Duplicate lists: You can now create a full copy of a list with all its tasks, backgrounds, settings, shares, files etc.
  • The Docker images now let you set the uid and gid as environment variables, preventing permission problems.
  • Docker arm images are now available for both the frontend and api containers

All changes

The full list of changes is available in the release notes from the api and frontend repos.

2 Likes