diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ab91e860..6e28dcf14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 All releases can be found on https://code.vikunja.io/api/releases. +## [0.12] - 2020-04-04 + +#### Added + +* Add support for archiving lists and namespaces (#152) +* Colors for lists and namespaces (#155) +* Add build time to compile flags +* Add proxying gravatar requests for user avatars (#148) +* Add empty avatar provider (#149) +* expand relative path ~/.config/vikunja to $HOME/.config/vikunja **WINDOWS** (#147) +* Show lists as archived if their namespace is archived + +#### Fixed + +* Workaround for timezones on windows (#151) +* Fix getting one namespace +* Fix getting the authenticated user with caldav +* Fix searching for config in home directories +* Fix updating lists with an identifier + +#### Changed + +* Change release bucket + ## [0.11] - 2020-03-01 ### Added diff --git a/README.md b/README.md index 4a0e49df9..71dc169b1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status](https://drone1.kolaente.de/api/badges/vikunja/api/status.svg)](https://drone1.kolaente.de/vikunja/api) [![License: GPL v3](https://img.shields.io/badge/License-GPL%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) [![Docker Pulls](https://img.shields.io/docker/pulls/vikunja/api.svg)](https://hub.docker.com/r/vikunja/api/) [![Swagger Docs](https://img.shields.io/badge/swagger-docs-brightgreen.svg)](https://try.vikunja.io/api/v1/docs) [![Go Report Card](https://goreportcard.com/badge/git.kolaente.de/vikunja/api)](https://goreportcard.com/report/git.kolaente.de/vikunja/api)