Add 0.15.0 and 0.15.1 release blog post
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2021-04-25 20:02:38 +02:00
parent 62f04bbe4c
commit c0aba1f617
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
5 changed files with 65 additions and 3 deletions

View File

@ -18,7 +18,7 @@ Thanks to [leggettc18](https://kolaente.dev/leggettc18) for improving the docs a
You can now set beautiful list backgrounds directly from unsplash ([requires configuration](https://vikunja.io/docs/config-options/)) 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.
![List Backgrounds](/blog/images/0.14.0-list-backgrounds.jpg)
![List Backgrounds](/images/0.14.0-list-backgrounds.jpg)
### Migrate tasks from todoist
@ -29,7 +29,7 @@ Vikunja now lets you import tasks directly from todoist - this works pretty much
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.
![Task Filter](/blog/images/0.14.0-task-filters.png)
![Task Filter](/images/0.14.0-task-filters.png)
### Namespaces & Lists Page
@ -37,7 +37,7 @@ 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.
![Namespaces and Lists page](/blog/images/0.14.0-namespace-list-page.png)
![Namespaces and Lists page](/images/0.14.0-namespace-list-page.png)
### Dump and restore commands

View File

@ -0,0 +1,48 @@
---
title: "Vikunja 0.15.0 is released"
date: 2020-10-19T12:00:00+00:00
---
**Update:** There has been [a fix release for the api]({{< ref "./release-0.15.1.md">}}).
Long time no release! This is again a rather big release (I feel like I'm writing that way too often).
# Getting the Upgrade
As usual, just grab a new release from the [downloads page](https://dl.vikunja.io) or pull the latest docker container.
# Highlights
## Favorite Lists & Tasks
![Favorite lists and tasks](/images/0.15.0-favorites.png)
You can now mark tasks and lists as favorite which lets them show up in special namespaces and lists for easier access! No more "Where was that important task I wanted to do later today?"
## Saved Filters
![Saved filters](/images/0.15.0-saved-filters.png)
You can now save a specific set of filters to create a new pseudo list which will dynamically contain all tasks matching the filter! This lets you easily see important (as per your definition) tasks in one go.
## Mange users through cli
After popular request, you can now manage users through the cli. [The new commands](https://vikunja.io/docs/cli/#user) let you create, edit, delete or change a user's password.
## Keyboard Shortcuts and quick actions
The frontend now supports quick actions like `ctrl-click` on a task in the kanban board to mark a task as done or adding a label to a task by including text prefixed with `~` in the task title. Keyboard shortcuts let you quickly achieve what you're trying to do. Click the link in the user menu for a list of all available shortcuts.
## Vikunja Desktop
Starting with this release, you can run the frontend as a [standalone desktop installation](https://vikunja.io/download/#desktop-apps)! This opens up the possibility to run only the api on a server and to use the desktop app as the only frontend.
# Other notable changes
* Lots of improvements and fixes to [Caldav](https://vikunja.io/docs/caldav/) - thanks to [freaktechnik](https://kolaente.dev/freaktechnik) for the PRs!
* More avatar Providers - You can now upload an avatar, only show the initials or use a gravatar one (based on your email address)
* Rights are now reflected in the UI - This means if you only have read access to a list Vikunja won't show you the edit buttons. It already wasn't possible to use these edit buttons, now they're just hidden to avoid confusion.
## All changes
As usual, the full list of changes is available in the release notes from the [api ](https://kolaente.dev/vikunja/api/releases/tag/v0.15.0) and [frontend ](https://kolaente.dev/vikunja/frontend/releases/tag/v0.15.0) repos.

View File

@ -0,0 +1,8 @@
---
title: "[API] Vikunja 0.15.1 is released"
date: 2020-10-20T12:00:00+00:00
---
This is a quick fix for a bug which prevented creating new tasks when metrics were enabled.
As always, you can grab a release from [the downloads page ](https://dl.vikunja.io/api/0.15.1) or [docker hub ](https://hub.docker.com/r/vikunja/api).

BIN
static/images/0.15.0-favorites.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
static/images/0.15.0-saved-filters.png (Stored with Git LFS) Normal file

Binary file not shown.