Prepare changelog & readme for 0.11 release
This commit is contained in:
parent
ff4299beb1
commit
057f3c8337
2 changed files with 79 additions and 1 deletions
78
CHANGELOG.md
78
CHANGELOG.md
|
@ -9,6 +9,84 @@ 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.11] - 2020-03-01
|
||||
|
||||
### Added
|
||||
|
||||
* Add a button to the task detail page to mark a task as done
|
||||
* Add a link to vikunja.io (#56)
|
||||
* Add automatic user token renew (#43)
|
||||
* Add auto save for task edit sidebar
|
||||
* Add moment.js for date related things (#50)
|
||||
* Add removing of tasks (#48)
|
||||
* Add saving task title with ctrl+enter
|
||||
* Add saving the description with ctrl+enter
|
||||
* Add slight background change when hovering over a task in the list
|
||||
* Add Wunderlist migration (#46)
|
||||
* Task Comments (#66)
|
||||
* Task Pagination (#38)
|
||||
* Task Search (#52)
|
||||
* Task sorting (#39)
|
||||
* Notifications for task reminders (#57)
|
||||
* PWA update available notification (#42)
|
||||
* Set the end date to the same as the due date if a start date was set but no end date
|
||||
* Show parent tasks in task overview list (#41)
|
||||
|
||||
### Fixed
|
||||
|
||||
* Fix textarea in task detail view not having a background when focused (#937 in Vikunja)
|
||||
* Fix "Add a reminder" being shown
|
||||
* Fix adding a task to an empty list
|
||||
* Fix a typo (#64)
|
||||
* Fix changelog version
|
||||
* Fix changing the right of a list shared with a user
|
||||
* Fix date handling on task detail page
|
||||
* Fix drone testing pipeline triggering only when pushing to master and not on prs
|
||||
* Fix email field type (#58)
|
||||
* Fix error container at registration page always being displayed
|
||||
* Fix gravatar url
|
||||
* Fix height of task add button
|
||||
* Fix initial dates on task edit sidebar
|
||||
* Fix label input field breaking in a new line on task detail page
|
||||
* Fix loading tasks for the first page after navigating to a new list
|
||||
* Fix not using router links for previous and back buttons
|
||||
* Fix priority label styling
|
||||
* Fix reminders not being shown on task detail view on mobile
|
||||
* Fix task text breaking on list home on mobile
|
||||
* Fix task title on mobile (#54)
|
||||
* Fix update notification layout on mobile (#44)
|
||||
* Fix using the error data prop in components (#53)
|
||||
* Don't schedule a reminder if the reminder date is in the past
|
||||
* Don't try to cancel notifications if the browser does not support it
|
||||
* Only focus inputs if the viewport is large enough (#55)
|
||||
* Set user menu inactive when logging out
|
||||
* Show if a related task is done (#49)
|
||||
|
||||
### Changed
|
||||
|
||||
* Always schedule notification
|
||||
* Hide the llama from the top on the task detail page
|
||||
* Improve link share layout
|
||||
* Load Fonts directly
|
||||
* Make sure to use date objects everywhere where dealing with dates
|
||||
* Migration Improvements (#47)
|
||||
* Move "Next Week" section in menu below "Next Month"
|
||||
* Move the Vikunja logo to the hamburger menu on mobile
|
||||
* Preload fonts css
|
||||
* Rearrange button order on task detail view
|
||||
* Reorganize Styles (#45)
|
||||
* Show motd everywhere
|
||||
* Sort tasks on start page by due date desc and id desc
|
||||
* Update dependencies (#40)
|
||||
* Use message mixin for handling success and error messages (#51)
|
||||
* Use the same method everywhere to calculate the avatar url
|
||||
* Better default profile image
|
||||
* Better wording for shared settings
|
||||
* Bump npm to 6.13
|
||||
* Put the add reminders button on the task detail page higher up
|
||||
* Directly link to the task for tasks on the start page
|
||||
* Disable production source maps
|
||||
|
||||
## [0.9] - 2019-11-24
|
||||
|
||||
### Added
|
||||
|
|
|
@ -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.9-brightgreen.svg)](https://storage.kolaente.de/minio/vikunja/)
|
||||
[![Download](https://img.shields.io/badge/download-v0.11-brightgreen.svg)](https://storage.kolaente.de/minio/vikunja/)
|
||||
|
||||
This is the web frontend for Vikunja, written in Vue.js.
|
||||
|
||||
|
|
Loading…
Reference in a new issue