summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2016-12-01 00:04:03 +0200
committerLauri Ojansivu <x@xet7.org>2016-12-01 00:04:03 +0200
commitb75e5ef4c41d242345cc6d194ef0a964df3e14f7 (patch)
tree0daba21237a44066d8e359ab2e4fb4667b6cc21a
parent4bbc6d8a7d62aa17e2e187e1bc1cb78d27e427f4 (diff)
downloadwekan-b75e5ef4c41d242345cc6d194ef0a964df3e14f7.tar.gz
wekan-b75e5ef4c41d242345cc6d194ef0a964df3e14f7.tar.bz2
wekan-b75e5ef4c41d242345cc6d194ef0a964df3e14f7.zip
Add already committed features and bugfixes.
-rwxr-xr-xCHANGELOG.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fa4f3b02..abf3e324 100755
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,30 @@
+# v0.x Wekan fork upcoming release, already committed to devel branch
+
+This release adds the following new features:
+
+* Start- and Duedate for cards;
+* Allow IE 11 to work;
+* Option to hide system messages in the card;
+* Option to setup minimum limit to show cards count
+ for each list in board;
+* Option 'filter by empty' to filter by cards by 'no member'
+ and 'no label' properties;
+* Speedup: Added MongoDB index on CardId into Comments collection.
+
+and fixes the following bugs:
+
+* Sandstorm: username handling, restore identity, eslint regressions,
+ board not found;
+* Failure to load when navigator.language is Chinese or Finnish;
+* Hover background for labels in filter sidebar. Now correctly
+ centered;
+* Display message when user wants to choose existing username;
+* Client sometimes fails to receive current user's profile;
+* Old users could see broken presence indicatons on new users.
+
+Thanks to GitHub users dwrencha, fmonthel, mario-orlicky, pierreozoux,
+shoetten, and xet7 for their contributions.
+
# v0.11
This release adds the following new features: