From 7ddfa76a84b145f97b611d6694dfa5c865de5cf1 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 1 Mar 2020 17:32:38 +0100 Subject: [PATCH] Prepare changelog & readme for 0.11 release --- CHANGELOG.md | 36 ++++++++++++++++++++++++++++++++++++ README.md | 2 +- 2 files changed, 37 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0be35253e9..1ab91e8605 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,42 @@ 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.11] - 2020-03-01 + +### Added + +* Add config options for cors handling (#124) +* Add config options for task attachments (#125) +* Add generate as a make dependency for make build +* Add logging for invalid model errors (#126) +* Add more logging to web handler methods +* Add postgres support (#135) +* Add rate limit by ip for non-authenticated routes (#127) +* Better efficency for loading teams (#128) +* Expand relative path ~/.config/vikunja to $HOME/.config/vikunja (#146) +* Task Comments (#138) + +### Fixed + +* Fix typo in docker-compose example (#140) +* Fix frontend url for wunderlist migration in docs +* Fix inserting task structure with related tasks (#142) +* Fix time zone settings not working in Docker +* Fix updating dates when marking a task as done (#145) +* Make sure the author is returned when creating a new comment +* Remove double user field + +### Changed + +* Explicitly disable wunderlist migration by default (#141) +* Migration Improvements (#122) +* Refactor User and DB handling (#123) +* Return iso dates for everything date related from the api (#130) +* Update copyright header +* Update theme +* Update xorm to use the new import path (#133) +* Use relative url in .gitmodules (#132) + ## [0.10] - 2020-01-19 ### Added diff --git a/README.md b/README.md index 87f0a54de0..4a0e49df98 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.10-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/) [![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)