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

github.com/nextcloud/deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2018-12-20 13:50:26 +0300
committerJulius Härtl <jus@bitgrid.net>2018-12-20 13:50:26 +0300
commit77708ac5c11bfe4de0a0bbb390c03c89547410b0 (patch)
treef9a50cb9348cb43c676911a19ed1d9256945d8ba /CHANGELOG.md
parent67677f1dfcd5f05cd981218207c956f9bfb614ab (diff)
Bump version to 0.5.2
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6c3e3008..e40a8888 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,19 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 0.5.2 - 2018-12-20
+
+### Fixed
+- Mark notification as read if a card with duedate gets archived
+- Use proper timezone and locale format for due date activities
+- Various translation fixes and updates
+- Check group limit properly
+- Fix comment activities on Nextcloud 15
+- Fix issues with Edge
+- API: Fix numeric types that were returned as strings
+- API: Fix If-Modified-Since header parsing
+
+
## 0.5.1 - 2018-12-05
### Added