From c9037f55bc973a71e76ae7559a6f3d34a60b408d Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Fri, 12 Jul 2019 11:56:04 -0400 Subject: [PATCH] Update ChangeLog. --- CHANGELOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d4da7aea..2bf758753 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,9 +44,15 @@ and fixes the following bugs: visible](https://github.com/wekan/wekan/commit/2003d90467debeadf51b69630c80ee6040524f52). Still missing: custom field value, list name, swimlane name. Thanks to xet7. -- [Don't remove boardoverlay when mouse leaves carddetails](https://github.com/wekan/wekan/pull/2540), - to reduce Wekan board flashiness. +- [Don't remove boardoverlay when mouse leaves carddetails](https://github.com/wekan/wekan/pull/2540). + This reduces Wekan board flashiness. Thanks to newhinton. +- [Limit the board list to 2 or 1 for mobile clients](https://github.com/wekan/wekan/pull/2542). + As a mobile user, the board size of in the home page too small, so the user is easily to + click on archive or copy button by accident. Increase the board size to 50% for pixel + greater than 360 and lesser than 800 and height to 8rem, 100% for any screen is even smaller. + This will reduce the accident much more. + Thanks to whowillcare. Thanks to above GitHub users for their contributions and translators for their translations.