Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaimund Schlüßler <raimund.schluessler@mailbox.org>2019-08-08 21:59:24 +0300
committerRaimund Schlüßler <raimund.schluessler@mailbox.org>2019-08-08 21:59:24 +0300
commit2de33574706a331d0eafa4cccd0526441a051f32 (patch)
tree1e49a214b0cb79935a59498c9733ce4346dc0abf /CHANGELOG.md
parent50c4bbdf59d5501d89032982b2d3a76061dabab9 (diff)
Bump version and update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1b89ca31..cc068d19 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,15 @@
+## 0.11.1 - 2019-08-08
+### Added
+- Add possibility to drop tasks on calendars and collections in left sidebar #399
+- Updated translations
+- Updated dependencies
+- Added unit- and integration tests for PHP code #511
+
+### Fixed
+- Enable showing calendars with percent-encoded characters in their URI #480
+- Fix double-encoded calendar names and task name placeholders #486
+- Correctly handle tasks in read-only calendars #523, #529
+
## 0.11.0 - 2019-06-25
### Added
- Implement sharing task lists with other users #410