summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-08-09 02:49:24 +0300
committerLauri Ojansivu <x@xet7.org>2019-08-09 02:49:24 +0300
commit76ff96561999fa82a09a1360522b0f8f75d8578d (patch)
tree0a2d2b4e64ed47e4bb158ab683cbc39bc66ed424 /CHANGELOG.md
parent2ca01b589f87f7f5b90aeb6358be61d8199f91a3 (diff)
downloadwekan-76ff96561999fa82a09a1360522b0f8f75d8578d.tar.gz
wekan-76ff96561999fa82a09a1360522b0f8f75d8578d.tar.bz2
wekan-76ff96561999fa82a09a1360522b0f8f75d8578d.zip
Add to ChangeLog those that I forgot to add previously from Wekan v3.12.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6ecadf92..e03174c4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,9 +9,15 @@ This release adds the following new features:
server admin switchs to this setting, their old attachments won't be available
anymore, unless someone make a script to export them out to the filesystem.
Thanks to whowillcare.
+- [Allowing user to insert video, link and image, or paste in html with sanitization.
+ In user comments display area, images can be clicked and shown as
+ swipebox](https://github.com/wekan/wekan/pull/2593).
+ Thanks to whowillcare.
and fixes the following bugs:
+- [Fix comment-editor marking issue](https://github.com/wekan/wekan/issues/2575).
+ Thanks to whowillcare.
- [Bugfix: style kbd font color became white after introduced summernote editor
to card comments](https://github.com/wekan/wekan/pull/2600).
Thanks to whowillcare.