diff options
author | Lauri Ojansivu <x@xet7.org> | 2017-11-18 23:30:20 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2017-11-18 23:30:20 +0200 |
commit | 8ae9cb97f7e32a4ede4b0e5c10c10b218a58b4d4 (patch) | |
tree | f6adf1888e052aaf639794c4e5fe314254a6a850 | |
parent | ffb8b72b6967ffa7545d2c8e693c4606c66085a4 (diff) | |
download | wekan-8ae9cb97f7e32a4ede4b0e5c10c10b218a58b4d4.tar.gz wekan-8ae9cb97f7e32a4ede4b0e5c10c10b218a58b4d4.tar.bz2 wekan-8ae9cb97f7e32a4ede4b0e5c10c10b218a58b4d4.zip |
Markdown in card/minicard/checlist titles
and checklist items. Next line: Shift+Enter. Submit: Enter. Closes #926.
Fix: Emoji detection breaks MAC addresses. Closes #1248.
Fix: Codeblocks should not be scanned for emoji. Closes #643.
Fix: Whitespace trimming breaks Markdown code block indentation. Closes #1288.
Thanks to brooksbecton !
-rw-r--r-- | CHANGELOG.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 52f30b00..d92d4c95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# Upcoming 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); + +and fixes the following bugs: + +* [Fix: Emoji detection breaks MAC addresses](https://github.com/wekan/wekan/issues/1248); +* [Fix: Codeblocks should not be scanned for emoji](https://github.com/wekan/wekan/issues/643); +* [Fix: Whitespace trimming breaks Markdown code block indentation](https://github.com/wekan/wekan/issues/1288). + +Thanks to Github user brooksbecton for contributions. + # v0.54 2017-11-02 Wekan release This release adds the following new features: |