From ede990ed8594f7b49f2c231404ab5687cedee344 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sat, 4 Apr 2020 22:38:01 +0200 Subject: [PATCH] 0.12 Release Preparations --- CHANGELOG.md | 40 ++++++++++++++++++++++++++++++++++++++++ README.md | 2 +- 2 files changed, 41 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7486218f1..058f31655 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,46 @@ All releases can be found on https://code.vikunja.io/frontend/releases. The releases aim at the api versions which is why there are missing versions. +## [0.12] - 2020-04-04 + +#### Added + +* Table View for tasks (#76) +* 404 page +* Add creating new related tasks +* Add getting the user avatar from the api (#68) +* Add support for archiving lists and namespaces (#73) +* Add task search term to query param to enable navigation +* Add undo button to notification when marking a task as done +* Add user to attachments list +* Colors for lists and namespaces (#74) +* Enable marking tasks as done from the task overview +* Ensure labels of a task get updated when updating them +* Input length validation for new tasks, lists and namespaces (#70) +* Pre/Suffix formatted dates with relative pronouns like "in [one day]" or "[two days] ago" + +#### Fixed + +* Fix avatar sizes +* Fix changing task dates (due/start/end/reminders) +* Fix comments not being loaded again when switching between tasks +* Fix error notification still being shown on password reset pages despite no error +* Fix gantt chart (#79) +* Fix icon overflowing in navigation +* Fix namespace model name showing wrong placeholder until the namespace was loaded +* Fix new related task not being visible in the search field +* Fix not highlighting the current list in menu when paginating +* Fix updating a task with repeat after interval from list view (Fixes #75) +* Use deep imports for importing lodash to make tree shaking easier +* Revert "Use deep imports for importing lodash to make tree shaking easier" +* Work around browsers preventing Vue bindings from working with autofill (Fixes #78) + +#### Changed + +* Schedule token renew every minute +* Swap moment.js with date-fns +* Change release bucket + ## [0.11] - 2020-03-01 ### Added diff --git a/README.md b/README.md index 294ef9506..9a380f999 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Build Status](https://drone.kolaente.de/api/badges/vikunja/frontend/status.svg)](https://drone.kolaente.de/vikunja/frontend) [![License: LGPL v3](https://img.shields.io/badge/License-LGPL%20v3-blue.svg)](LICENSE) -[![Download](https://img.shields.io/badge/download-v0.11-brightgreen.svg)](https://storage.kolaente.de/minio/vikunja/) +[![Download](https://img.shields.io/badge/download-v0.12-brightgreen.svg)](https://dl.vikunja.io) This is the web frontend for Vikunja, written in Vue.js.