summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-08-11 19:29:02 +0300
committerLauri Ojansivu <x@xet7.org>2019-08-11 19:29:02 +0300
commitd3e37d291236029778df6631f34665b0d1193b83 (patch)
treea348431662ddfcea8ad5a77fcff80b08828412fb
parent2859457600a29ae783f165d7edd8825f40859f02 (diff)
downloadwekan-d3e37d291236029778df6631f34665b0d1193b83.tar.gz
wekan-d3e37d291236029778df6631f34665b0d1193b83.tar.bz2
wekan-d3e37d291236029778df6631f34665b0d1193b83.zip
Update ChangeLog.
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 73787a83..163c1dd8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,11 +5,18 @@ This release adds the following new features:
- [On wekan master specifying ATTACHMENTS_STORE_PATH, it will try its best keeping original attachments, only newer
attachments will be stored into specified path](https://github.com/wekan/wekan/pull/2607).
Thanks to whowillcare.
+- [Made image upload in summernote as attachment to wekan board instead of base64 string,
+ which would make the comments use less bytes and be able to take advantage of using local file system feature
+ as attachment](https://github.com/wekan/wekan/pull/2608).
+ Thanks to whowillcare.
This release fixes the following bugs:
- [Fix bug: Unable to disable richer comment editor](https://github.com/wekan/wekan/pull/2607).
Thanks to whowillcare.
+- [Changed rm to rm -f in wekan snap build, and add packages that somehow didn't get install during snapcraft
+ build](https://github.com/wekan/wekan/pull/2608).
+ Thanks to whowillcare.
Thanks to above GitHub users for their contributions and translators for their translations.