diff --git a/config.yml b/config.yml index 851e953..b60623e 100644 --- a/config.yml +++ b/config.yml @@ -1,4 +1,4 @@ -baseurl: https://vikunja.io/ +baseurl: https://vikunja.io/blog/ title: Vikunja theme: vikunja enableRobotsTXT: false diff --git a/content/post/version-0.13.0-is-released.md b/content/post/version-0.13.0-is-released.md new file mode 100644 index 0000000..aadb0ad --- /dev/null +++ b/content/post/version-0.13.0-is-released.md @@ -0,0 +1,56 @@ +--- +title: "Vikunja 0.13.0 is released" +date: 2020-05-12T12:00:00+00:00 +--- + +This is a big release! + +There were a total of 84 api related and 114 frontend related merged features and improvements since the last release. + +Thanks to [Furai](https://kolaente.dev/Furai), [jonastheis](https://kolaente.dev/jonastheis) and [funkythings](https://kolaente.dev/funkythings) for contributing to this release. + +## Breaking + +All api field names are now `snake_case`. The frontend already reflects that. + +## Highlights + +This release has a few highlights: + +### Kanban + + + +You can now organize and prioritize your tasks in a kanban board - each card on a board represents a task. +All tasks can be added through the usual ways and will then show up in the kanban board where they can be easily rearranged and reordered. + +### 2fa + +It is now possible to additionally secure a user account with two-factor authentication. + +### Configurable api url in frontend + +You can now [tell the frontend](https://vikunja.io/docs/install-frontend/#api-url-configuration) where it can find the backend - this makes deployment and management of frontend installations easier. + +### Vuex + +Under the hood, the frontend now uses vuex for centralized state management. This enables some features like displaying the list titles in the task overview pages. + +## Other Changes + +Other notable changes include: + +* Move tasks between lists +* User settings to change email, password and 2fa +* Properly highlight the current list in the menu +* Show parent lists and namespaces for related tasks +* Fix not all labels being shown in labels overview +* Fixes for team managment +* Prevent link share creation with admin rights from a link share without admin rights + +### All changes + +The full list of changes is available in the release notes from the [api](https://kolaente.dev/vikunja/api/releases/tag/v0.13) and [frontend](https://kolaente.dev/vikunja/frontend/releases/tag/v0.13) repos.