Wavebox Changelog
Version 10.0.335 canary
- Add keyboard shortcut section to settings
- Update dependencies
- Update to Chromium 86.0.4240.111
Version 10.0.332 canary
- Tooltip behaviour tweaks
- Fix a race condition that affected container script loading causing it to sometimes fail
Version 10.0.330 canary
-
Add more customization options to the tray/menu bar
- Add a menu option to mute/unmute notifications
- Indicate when notifications are muted
- On macOS customize the click behaviour to be context menu (current), Wavebox mini, or Focus Wavebox
- On Windows, customize the left click behaviour to be focus (current), or Wavebox mini. Right click still opens the context menu
Version 10.0.327 canary
- Make tooltip thumbnails clickable
- Add favicon to group thumbnails
- Ensure tooltips dismiss correctly
- Tabs could sometimes get stuck to the mouse pointer when dragging. We removed just the right amount of glue so they don't stick anymore.
- Add keyboard shortcut to switch to the last active tab Ctrl+S on macOS or Alt+S on Linux & Windows
- Stop duplicate Slack notifications on existing apps
Version 10.0.324 canary
-
Tooltips have had a small overhall to make them more useful!
- Add tooltips to tabs in the main Wavebox window
- Add tab previews to tooltips across the board
- Change tooltip behaviour so after the first tooltip has been presented the following display much quicker to make tooltips more seamless
- Fix cases where group and app tooltips would not appear until you hovered over a different item
-
The notification stack has seen some behind the scenes improvements
-
- Improvements to the way HTML5 notifications work under the hood
- Make sure HTML5 notifications are fully spec compliant to fix a few edge cases
- Stop notification sounds playing when do not disturb is enabled on macOS
-
Thanks to some awesome hardwork by some of our team, we found some performance bottlenecks
in the change-store-emit cycle that the app uses for making data changes and rendering them
in the UI. The stores are now able to intelligently detect the type of change early on in
the pipeline and uses different optimization algorithms to speed those bottlenecks up. The result
is a 25% speed improvement during heavy load and a big high five ✋
- Make some improvements to initial pageloads which increases speed especially on slower machines
- Fix issue where the auth user id was not set on integrated accounts
- Update dependencies
Version 10.0.322 canary
- Using Ctrl/Cmd/Alt/Shift+Click to open tabs in the background would just open a blank tab, this now loads the tab correctly
- Make sleeping tabs show grey icons only when the setting is enabled under ui settings
- Fix tab actions not working when tabs were sleeping
Version 10.0.321 canary
- Fix a new tab being created when closing multiple tabs in quick succession
Version 10.0.320 canary
- Fix invalid sign-in icon not appearing on older apps
- Merging groups together could cause the newly merged group to malfunction. That's not the desired behaviour so we fixed it
- Add consistency improvements to prevent data becoming corrupted
- The main window could become locked up when closing a tab that prompted before leaving, add a fix for this