summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-02-01 17:09:05 +0200
committerLauri Ojansivu <x@xet7.org>2019-02-01 17:09:05 +0200
commit8e5fc13ba45f1d8dad3c7d737ef4a13bd38b04ca (patch)
tree2cd4739c9ed862d6371b60c57a2cddae084b7d0f /CHANGELOG.md
parent7a35099fb9778d5f3656a57c74af426cfb20fba3 (diff)
downloadwekan-8e5fc13ba45f1d8dad3c7d737ef4a13bd38b04ca.tar.gz
wekan-8e5fc13ba45f1d8dad3c7d737ef4a13bd38b04ca.tar.bz2
wekan-8e5fc13ba45f1d8dad3c7d737ef4a13bd38b04ca.zip
Update changelog with latest changes from bentiss.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index de9ec68f..4aa92d0a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,20 @@
+# Upcoming Wekan release
+
+This release adds the following new features with Apache I-CLA, thanks to bentiss:
+
+- [Use infinite-scrolling on lists](https://github.com/wekan/wekan/pull/2144).
+ This allows to reduce the loading time of a big board.
+ Note that there is an infinite scroll implementation in the mixins,
+ but this doesn't fit well as the cards in the list can have arbitrary
+ height.
+ The idea to rely on the visibility of a spinner is based on
+ http://www.meteorpedia.com/read/Infinite_Scrolling
+- [When writing to minicard, press Shift-Enter on minicard to go to next line
+ below](https://github.com/wekan/wekan/commit/7a35099fb9778d5f3656a57c74af426cfb20fba3),
+ to continue writing on same minicard 2nd line.
+
+Thanks to above GitHub users and translators for contributions.
+
# v2.12 2019-01-31 Wekan release
This release fixes the following bugs: