diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-12-21 21:56:30 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-12-21 21:56:30 +0200 |
commit | 16d53897c7dbee3ab041190a0ab043e1dfb49ac8 (patch) | |
tree | aa9abba5e3ad0da1092d52b366feeec1d66b3b63 /CHANGELOG.md | |
parent | 32d405bca4cc0337289fdeff8c66c5c1e2a205d3 (diff) | |
download | wekan-16d53897c7dbee3ab041190a0ab043e1dfb49ac8.tar.gz wekan-16d53897c7dbee3ab041190a0ab043e1dfb49ac8.tar.bz2 wekan-16d53897c7dbee3ab041190a0ab043e1dfb49ac8.zip |
- [Drag handles and long press on mobile when using desktop mode of mobile
browser](https://github.com/wekan/wekan/pull/2067). Thanks to hupptechnologies.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b444bf1d..b5c46fb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ This release adds the following new features: - [Improve authentication](https://github.com/wekan/wekan/pull/2065): remove login dropdown, and add setting `DEFAULT_AUTHENTICATION_METHOD=ldap` or `sudo snap set wekan default-authentication-method='ldap'`. Thanks to Akuket. Closes wekan/wekan-ldap#31 +- [Drag handles and long press on mobile when using desktop mode of mobile + browser](https://github.com/wekan/wekan/pull/2067). Thanks to hupptechnologies. Thanks to above GitHub users for their contributions. |