diff options
author | Lauri Ojansivu <x@xet7.org> | 2020-04-14 23:43:38 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2020-04-14 23:43:38 +0300 |
commit | 4b202aaa0893d66ccbb65ce837ca7dc2bfdeed5b (patch) | |
tree | b45ef645bad663ad5fd18a4a2241101a7e2929fc | |
parent | 5ef1a9236627040b9d16042a9bc7bcf43d6d04aa (diff) | |
download | wekan-4b202aaa0893d66ccbb65ce837ca7dc2bfdeed5b.tar.gz wekan-4b202aaa0893d66ccbb65ce837ca7dc2bfdeed5b.tar.bz2 wekan-4b202aaa0893d66ccbb65ce837ca7dc2bfdeed5b.zip |
Update ChangeLog.
-rw-r--r-- | CHANGELOG.md | 35 |
1 files changed, 33 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index fb99f773..27f783fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,36 @@ +# Upcoming Wekan release + +This release adds the following Sandstorm updates: + +- This is the first Sandstorm Wekan release that uses newest Meteor 1.10.1 and Node 12.x. + Now all Wekan platforms use newest Meteor and Node 12.x LTS. + Thanks to kentonv and xet7. +- [Fix capnp workaround to work with newest Meteor and + Node 12.x](https://github.com/wekan/wekan/commit/b2d546579c4957352c29b36c0c8a4a08b944dbb4). + Thanks to kentonv. +- [Update Sandstorm release script for newest Meteor and + Node 12.x](https://github.com/wekan/wekan/commit/c5f782976b971fa3f2323e80a013bbf6a49c0596). + Thanks to xet7. +- [Remove Meteor 1.8.x files because Sandstorm Wekan now uses newest + Meteor](https://github.com/wekan/wekan/commit/1a836969e10215bad47ac56a9b0d9de801b66fd2). + Thanks to xet7. + +and adds the following new features: + +- [Hide password auth with environment variable PASSWORD_LOGIN_ENABLED=false](https://github.com/wekan/wekan/pull/3014). + Snap example: `sudo snap set wekan password-login-enabled='false'` . + Thanks to salleman33. + +and fixes the following bugs: + +- [Fix Board admins can not clone or archive their boards at All Boards + page](https://github.com/wekan/wekan/pull/3013). + Thanks to salleman33. +- [Fix `<p>` margin in card labels](https://github.com/wekan/wekan/pull/3015) + Thanks to boeserwolf. + +Thanks to above GitHub users for their contributions and translators for their translations. + # v3.95 2020-04-12 Wekan release This release adds the following new features: @@ -10,8 +43,6 @@ This release adds the following new features: Thanks to juniormendonca. - [Public boards overview](https://github.com/wekan/wekan/pull/3008). Thanks to NicoP-S. -- Try to upgrade Sandstorm Wekan to Meteor 1.10.1 and Node 12.x. - Thanks to kentonv and xet7. and fixes the following bugs: |