summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2017-11-19 19:03:36 +0200
committerLauri Ojansivu <x@xet7.org>2017-11-19 19:03:36 +0200
commitee69eb03d4a72e8c67c377d8da3b169660cac67b (patch)
treeebf921cc357204ca65de6f1b5a7aadd9b82669fc /CHANGELOG.md
parentc040603786b513972b2b29bfe379b8f4a8b92792 (diff)
parentdfd0b2194746208c85b16fd485e7ca6f0cc34b57 (diff)
downloadwekan-ee69eb03d4a72e8c67c377d8da3b169660cac67b.tar.gz
wekan-ee69eb03d4a72e8c67c377d8da3b169660cac67b.tar.bz2
wekan-ee69eb03d4a72e8c67c377d8da3b169660cac67b.zip
Merge branch 'devel'
Conflicts: sandstorm-pkgdef.capnp
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 52f30b00..9acedd52 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,22 @@
+# v0.55 2017-11-19 Wekan release
+
+This release adds the following new features:
+
+* [Markdown in card/minicard/checlist titles and checklist items. Next line: Shift+Enter. Submit: Enter.](https://github.com/wekan/wekan/pull/1334);
+* [User Admin to Admin Panel: List users. Change: is user admin, name, fullname, email address, is user active. Not changing password yet.](https://github.com/wekan/wekan/pull/1325);
+* [REST API better error output](https://github.com/wekan/wekan/pull/1323).
+
+and fixes the following bugs:
+
+* [Emoji detection breaks MAC addresses](https://github.com/wekan/wekan/issues/1248);
+* [Codeblocks should not be scanned for emoji](https://github.com/wekan/wekan/issues/643);
+* [Whitespace trimming breaks Markdown code block indentation](https://github.com/wekan/wekan/issues/1288):
+* [Helper to list boards for user](https://github.com/wekan/wekan/pull/1327);
+* [Error after sending invitation and joining board: Exception while invoking method 'login' TypeError: Cannot read property 'loginDisabled' of undefined](https://github.com/wekan/wekan/issues/1331);
+* [Invitation /sign-up page did not show input for invitation code](https://github.com/wekan/wekan/commit/99be745f0299b32a8a7b30204b43bff7fd5ba638).
+
+Thanks to Github users brooksbecton, milesibastos, nztqa, soohwa, thuanpq and xet7 for their contributions.
+
# v0.54 2017-11-02 Wekan release
This release adds the following new features: