diff options
author | Lauri Ojansivu <x@xet7.org> | 2019-03-03 22:40:24 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2019-03-03 22:40:24 +0200 |
commit | 304d5e6256e3861f2485ec331c98041791990391 (patch) | |
tree | 210b8ad8f18cc21278b7d61adac150071d419629 /CHANGELOG.md | |
parent | 597de31116c3b500226f6f83be00a956dc5f673c (diff) | |
parent | d417bf058d36538e9ccbdd0748469a48d738b6f5 (diff) | |
download | wekan-304d5e6256e3861f2485ec331c98041791990391.tar.gz wekan-304d5e6256e3861f2485ec331c98041791990391.tar.bz2 wekan-304d5e6256e3861f2485ec331c98041791990391.zip |
Merge branch 'edge' into meteor-1.8
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e2346b2..9ef87aae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +# v2.36 2019-03-03 Wekan release + +This release adds the following UI changes: + +- [Combine hamburger menus at right](https://github.com/wekan/wekan/issues/2219): + - Hamburger button open sidebar; + - Sidebar has at top right Cog icon that opens Board Settings; + - Hide sidebar arrows. + +and fixes the following bugs: + +- [Add more Webhook translations](https://github.com/wekan/wekan/issues/1969). + In progress. + +and moved the following code around: + +- [Forked salleman-oidc](https://github.com/wekan/wekan/commit/8867bec8e65f1ef6be0c731918e8eefcacb7acb0) + to https://github.com/wekan/meteor-accounts-oidc where salleman also has write access, + xet7 can make changes directly and GitHub issues are enabled. + +Thanks to GitHub user xet7 for contributions. + # v2.35 2019-03-01 Wekan release This release fixes the following bugs: |