diff options
author | Lauri Ojansivu <x@xet7.org> | 2017-12-12 13:51:45 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2017-12-12 13:51:45 +0200 |
commit | 7a943f99e3453fcd68d778d5fe8c55c805015e94 (patch) | |
tree | 69a34a4882bcd370e1df6f902a3b47fc49ef3a63 /CHANGELOG.md | |
parent | 415fafe7f61b3c678c1d92382db39adc3ebe9916 (diff) | |
download | wekan-7a943f99e3453fcd68d778d5fe8c55c805015e94.tar.gz wekan-7a943f99e3453fcd68d778d5fe8c55c805015e94.tar.bz2 wekan-7a943f99e3453fcd68d778d5fe8c55c805015e94.zip |
Add mixmax:smart-disconnect to lower CPU usage when
browser tab is not selected. Thanks mfshiu !
Related wekan/wekan-mongodb#2
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 23e4ae09..69e5abf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,8 @@ This release adds the following new features: * [Performance optimization: Move more global subscriptions to template subscription](https://github.com/wekan/wekan/pull/1373); * [Auto update card cover with latest uploaded image attachment](https://github.com/wekan/wekan/pull/1387); * [Always display attachment section for uploading file quickly](https://github.com/wekan/wekan/pull/1391); -* [Make it easier to see the Add Card button at top of list](https://github.com/wekan/wekan/pull/1392). +* [Make it easier to see the Add Card button at top of list](https://github.com/wekan/wekan/pull/1392); +* [Add mixmax:smart-disconnect to lower CPU usage when browser tab is not selected](https://github.com/wekan/wekan-mongodb/issues/2); * Update tranlations. Add Latvian language; * Update to Meteor 1.6.0, Node 6.12.2 and MongoDB 3.2.18. |