Wavebox Changelog
Version 10.0.446 canary 01/03/2021
- Wavebox connect improvements
- Disallow adding workspaces multiple times
- Clearing all browsing data would sometimes fail when clearing multiple profiles. Fix this.
- Add create group from tab to tab context menu
- Update dependencies
- Update to Chromium 89.0.4389.69
- Reduce individual writes to disk by batching them together, decreasing CPU load
Version 10.0.442 canary 23/2/2021
- Update to Chromium 88.0.4324.192
- Fix issue where alert state would stop showing
- Various UI tweaks
Version 10.0.440 canary 22/2/2021
- Fix issue that stopped window open rules being created
- Use our new store heuristics to pre-predict changes and dump those that have no effects early in the pipeline
Version 10.0.439 canary 18/2/2021
- Update to Chromium 88.0.4324.182
- Fix case where some conflicting notification sounds would play
-
Performance improvements! 🚀🚀🚀
-
There's a case where switching between some Slack teams would cause a
large CPU spike and in some cases a short hang. We added a fix that
should vastly reduce CPU usage when doing this.
-
In some places we emit multiple store updates together,
causing some usless UI repainting in the process. We now batch
these automagically into a single update and crucially a single
repaint which means faster performance.
-
Some of the integrated apps would share large blobs with multiple frames
in the app. This data was never used in any of those frames,
so move into a dedicated background sync store and free up some CPU and
memory for all!
Version 10.0.433 canary 17/2/2021
- Optimize the backend store to batch updates and repaints into one
Version 10.0.431 canary 15/2/2021
- Speed up double click vs single click detection on apps
- Add option to move app into its own group
- Fix connect call notifications routing to the wrong tab
- Make Wavebox connect theme aware
- Fix a potential leak in the tab manager that was causing CPU spikes when switching tabs
- Add an option to always show the tabstrip
- UI fix
Version 10.0.428 canary 10/2/2021
- Serialize sleeping tabs to disk for faster tab restore
- Fix some links opening up a not found url
Version 10.0.427 canary 10/2/2021
- Serialize sleeping tabs to disk for faster tab restore
Version 10.0.426 canary 10/2/2021
Version 10.0.425 canary 10/2/2021
- Add search to settings
- In some instances, tabs might not load until they're entered. Hopefully a fix we applied will make them load when they're supposed to
- Update dependencies