summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-08-09 01:50:41 +0300
committerLauri Ojansivu <x@xet7.org>2019-08-09 01:50:41 +0300
commitfaa1e73027630c031f8d384ea42ae69bbb6feb88 (patch)
tree8eed87d706a8667c2af0f4b7f9c4d5ee057bb713 /CHANGELOG.md
parent9f6d615ee5bbdb7552e6bdcae75a76a7f74fef7a (diff)
downloadwekan-faa1e73027630c031f8d384ea42ae69bbb6feb88.tar.gz
wekan-faa1e73027630c031f8d384ea42ae69bbb6feb88.tar.bz2
wekan-faa1e73027630c031f8d384ea42ae69bbb6feb88.zip
Update ChangeLog.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md17
1 files changed, 16 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a85b6561..7a9a9c0c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,16 @@
# Upcoming Wekan release
-This release fixes the following bugs:
+This release adds the following new features:
+
+- [Allowing wekan server admin to specify the attachments to be uploaded to server
+ file system instead of mongodb by specifying a system
+ env var: ATTACHMENTS_STORE_PATH](https://github.com/wekan/wekan/pull/2603).
+ The only caveat for this is if it's not a brand new wekan, if the wekan
+ 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.
+
+and fixes the following bugs:
- [Bugfix: style kbd font color became white after introduced summernote editor
to card comments](https://github.com/wekan/wekan/pull/2600).
@@ -9,6 +19,11 @@ This release fixes the following bugs:
on desktop webbrowser view, so that it's not possible for normal users to make accidental
clicks to those](https://github.com/wekan/wekan/issues/2599).
Thanks to derbolle and xet7.
+- [Fix bug on editing users informations, switching to other view, staring
+ a board](https://github.com/wekan/wekan/issues/2590).
+ Thanks to road42.
+- [Fix null access with board body](https://github.com/wekan/wekan/pull/2602).
+ Thanks to justinr1234.
Thanks to above GitHub users for their contributions and translators for their translations.