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>2019-03-30 14:15:17 +0300
committerJulius Härtl <jus@bitgrid.net>2019-03-30 14:15:17 +0300
commitaf41532044b5c0a61ac4f042ee33eccf4d4c274f (patch)
tree79fb37acf4be8010e6c79db90030793d76f49071 /CHANGELOG.md
parented3a92572ff2f7b875a222924dc8a9c84c82787a (diff)
Prepare 0.6.0-beta1v0.6.0-beta1
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e40a8888..1cae40b7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,24 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 0.6.0 - unreleased
+
+### Added
+- Share boards with circles
+- Integration with collections in Nextcloud 16
+- Support for full text search
+- Nextcloud 16 compatibility
+
+### Fixed
+- Fix duplicate call to delete
+- Prevent duplicate tag names @jakobroehrl
+- Prevent loading details when editing the card title @jakobroehrl
+- Hide sidebar after card deletion @jakobroehrl
+- Update labels after change in the UI @jakobroehrl
+- Allow limiting the app to groups again
+- Various REST API enhancements and fixes
+
+
## 0.5.2 - 2018-12-20
### Fixed