Prepare changelog & readme for 0.9 release
This commit is contained in:
parent
2c78b36f1e
commit
c5691ec293
2 changed files with 58 additions and 1 deletions
57
CHANGELOG.md
57
CHANGELOG.md
|
@ -9,6 +9,63 @@ 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.
|
The releases aim at the api versions which is why there are missing versions.
|
||||||
|
|
||||||
|
## [0.8] - 2019-11-24
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
* Add minimal PWA (#34)
|
||||||
|
* Added caching to the docker image
|
||||||
|
* Added changing %Done on a task
|
||||||
|
* Added global api config (#31)
|
||||||
|
* Added handling if the user is offline (#35)
|
||||||
|
* Added labels for login and register inputs
|
||||||
|
* Added link sharing (#30)
|
||||||
|
* Added meta description tag
|
||||||
|
* Added support for HTTP/2 to the docker image
|
||||||
|
* Added the function to collapse all lists in a namespace in the sidebar menu
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
* Correctly preload fonts
|
||||||
|
* Different edit icon
|
||||||
|
* Improved font handling
|
||||||
|
* Load the offline image quietly in the background
|
||||||
|
* Moved non-theme stuff in general.scss
|
||||||
|
* Removed rancher configuration
|
||||||
|
* Removed unused preload fonts tags
|
||||||
|
* Replace all spaces with tabs
|
||||||
|
* Show avatars of assigned users
|
||||||
|
* Sort tasks by done/undone first and then newest
|
||||||
|
* Task Detail View (#37)
|
||||||
|
* Update vue/cli-service
|
||||||
|
* Updated axios
|
||||||
|
* Updated dependencies
|
||||||
|
* Updated packages
|
||||||
|
* Updated packages to their latest versiosn
|
||||||
|
* Use the new listuser endpoint to search for users
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
* Fix edit label pane not closing when clicking on it
|
||||||
|
* Fixed gzip compression in docker
|
||||||
|
* Fixed label edit still opening when deleting a label
|
||||||
|
* Fixed menu not being visible on mobile
|
||||||
|
* Fixed namespace loading (#32)
|
||||||
|
* Fixed new task field not being reset after adding a new task
|
||||||
|
* Fixed redirect to login page (#33)
|
||||||
|
* Fixed scroll behaviour
|
||||||
|
* Fixed shared lists overflowing
|
||||||
|
* Fixed sharing with a user not working
|
||||||
|
* Fixed task update not working
|
||||||
|
* Fixed task update not working (again)
|
||||||
|
* Fixed team creating not working
|
||||||
|
* Handle task relations the right way (#36)
|
||||||
|
|
||||||
|
### Misc
|
||||||
|
|
||||||
|
* Moved markdown-based todo list to Vikunja [skip ci]
|
||||||
|
* Use yarn image instead of installing it every time
|
||||||
|
|
||||||
## [0.7] - 2019-04-30
|
## [0.7] - 2019-04-30
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
[![Build Status](https://drone.kolaente.de/api/badges/vikunja/frontend/status.svg)](https://drone.kolaente.de/vikunja/frontend)
|
[![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)
|
[![License: LGPL v3](https://img.shields.io/badge/License-LGPL%20v3-blue.svg)](LICENSE)
|
||||||
[![Download](https://img.shields.io/badge/download-v0.8-brightgreen.svg)](https://storage.kolaente.de/minio/vikunja/)
|
[![Download](https://img.shields.io/badge/download-v0.9-brightgreen.svg)](https://storage.kolaente.de/minio/vikunja/)
|
||||||
|
|
||||||
This is the web frontend for Vikunja, written in Vue.js.
|
This is the web frontend for Vikunja, written in Vue.js.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue