summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-12-14 23:27:22 +0200
committerLauri Ojansivu <x@xet7.org>2018-12-14 23:27:22 +0200
commit0b6b6dc7fd8c2d3f90e8128da8275d43821df041 (patch)
tree3fbfc8d5be791b38e433c178fc91a7edc074f684
parentc546464d9f56117a8bf580512cd62fc1102559c3 (diff)
downloadwekan-0b6b6dc7fd8c2d3f90e8128da8275d43821df041.tar.gz
wekan-0b6b6dc7fd8c2d3f90e8128da8275d43821df041.tar.bz2
wekan-0b6b6dc7fd8c2d3f90e8128da8275d43821df041.zip
- Fix: [Scrollbar used](https://github.com/wekan/wekan/issues/2056) [remote file from CDN](https://github.com/MaazAli/Meteor-Malihu-Custom-Scrollbar/blob/master/jquery.mCustomScrollbar.js#L50),
so forked package to https://github.com/wekan/wekan-scrollbar and included non-minified file locally to Wekan, so that using scrollbar works without direct connection to Internet. Wekan should not load any external files by default, as was case before new scrollbar, and is again now [after this fix](https://github.com/wekan/wekan/commit/c546464d9f56117a8bf580512cd62fc1102559c3). Thanks to xet7 ! Closes #2056
-rw-r--r--CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 92b4353e..ec0622d6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,15 @@
+# Upcoming Wekan release
+
+This release fixes the following bugs:
+
+- Fix: [Scrollbar used](https://github.com/wekan/wekan/issues/2056) [remote file from CDN](https://github.com/MaazAli/Meteor-Malihu-Custom-Scrollbar/blob/master/jquery.mCustomScrollbar.js#L50),
+ so forked package to https://github.com/wekan/wekan-scrollbar and included
+ non-minified file locally to Wekan, so that using scrollbar works without direct connection
+ to Internet. Wekan should not load any external files by default, as was case before
+ new scrollbar, and is again now [after this fix](https://github.com/wekan/wekan/commit/c546464d9f56117a8bf580512cd62fc1102559c3).
+
+Thanks to GitHub user xet7 for contributions.
+
# v1.87 2018-12-13 Wekan release
This release fixes the following bugs: