After multiple backfiring of bugs. We have finally a proper stable version that fix multiple annoyance related to the systray menu not showing properly or rendering slowly when left-clicking on the tray icon.
Also, multiple cleanup of the code base related to error reporting.
5.9.4 (2021-05-11)
Bug Fixes
- Banner::Sound: Catch execption that could be thrown. (c7a3059)
- Configuration: Fix likely corruption of configuration. (60cef81)
- Program: Crash when stopping the application (8da165d)
- TrayIcon::Menu: Fix issue with the menu not showing up when it should. (8205809), closes #635
- TrayIcon::Tooltip: Fix issue where the trayIcon tooltip kept being rebuilt. (ca188bd)
Enhancements
- Foreground::Switch: Disable switching foreground application for everybody. Feature should only be on for people that needs it. (09a8228), closes #636
Languages
- Chinese (Simplified): Translated Settings using Weblate (e664f6c)
5.9.3 (2021-05-08)
Bug Fixes
- Config: Fix issue when loading and writting to the configuration (76e60a5)
- UrlOpening: Fix rare case where the URL doesn't open (aae2ba6)
Languages
- Portugese: Merge portugese (b605658)
- Portuguese: Translated Settings using Weblate (43ce732)
- Portuguese (Portugal): Translated Settings using Weblate (b558c0d)
- Turkish: Translated About using Weblate (fa83b8e)
- Turkish: Translated Settings using Weblate (2e5da36)
- Turkish: Translated Tray Icon using Weblate (b788f1f)
5.9.2 (2021-05-08)
Bug Fixes
- Foreground: Fix unhandled crash in foreground window detection (b61c347)
- HotKey::Recording: Disable hotkey for recording if can't register it. (0a5da99)
- Microphone::Mute: Stop telling user that the microphone mute hotkey couldn't be registered (30d021f)
- Profile::TrayIcon: possible null case when profile manager isn't defined yet (234d5bf)
5.9.1 (2021-05-08)
Bug Fixes
- DeviceLister: Fix concurrency issue with the TrayIcon (84ddc78), closes #626 #622
- DeviceLister: Fix concurrency issue with the TrayIcon (a73a0de), closes #626 #625
Languages
- Hebrew: Translated Settings using Weblate (96225dd)
- Hebrew: Translated Update Download using Weblate (a8acb4f)
- Portuguese: Translated About using Weblate (c58c3c7)
- Portuguese: Translated Settings using Weblate (e29ab0d)
- Portuguese: Translated Tray Icon using Weblate (908c67d)
- Portuguese: Translated Update Download using Weblate (b0c9ddc)
- Spanish: Translated About using Weblate (d66c9b8)
- Spanish: Translated Settings using Weblate (8eb75b3)
- Spanish: Translated Tray Icon using Weblate (a97ff96)
- Spanish: Translated Update Download using Weblate (1bf75ca)
- Turkish: Translated Settings using Weblate (e789a62)
- Turkish: Translated Tray Icon using Weblate (19e2829)
- Turkish: Translated Update Download using Weblate (5e4921c)
Enhancements
- ErrorReporting: Add proper error reporting (44efc90), closes #546
- Profile::TrayIcon: Update the menu to have the profile directly in the menu (54003ea), closes #628