I strongly advise you to update to this version
Mostly a bug fix release, I've reworked a lot of the inner working of refreshing device list. A lot of work was put in by the translator to improve and add new languages. A big thanks to them!
Moreover, it has been tested on Windows 11. And lastly, I've moved to application to use .NET 6.0, I know the framework is still considered not fully stable, but with the team of Beta tester, we didn't have any crash or weird bugs.
6.1.2 (2021-10-13)
Bug Fixes
- Updater: Be sure we can download the new releases (1077dd2)
6.1.1 (2021-10-13)
Bug Fixes
- .NET::Build: Fix issue with warnings about API not available (987043e)
- CrashReport: Fix message box not showing when application crashes (6179c53)
- HotKey: Remove detection of any Hanja/Kanji mode key (2ab20ea)
- IconChanger: Fix issue where the icon wouldn't change when the default device is switched. (b33ef84)
- Notification::CustomSound: Fix issue loading MP3 file for custom sound. (a46acb4)
- Profile::Validation: Be sure we're not creating/updating a profile with the exact same trigger (d1312c3), closes #753
- Profile: Properly return issue when loading profile at application startup. (6b27786)
- TrayIcon: Fix rare time where changing the icon make the application crash (ae4f30b)
Languages
- Chinese (Simplified): Translated Settings using Weblate (592cca5)
- Chinese (Simplified): Translated Update Download using Weblate (4f7b24d)
- Croatian: Translated Settings using Weblate (cb560a0)
- Croatian: Translated Update Download using Weblate (9678a7f)
- Italian: Translated Settings using Weblate (5888ba1)
- Italian: Translated Update Download using Weblate (a4589fe)
- Japanese: Translated About using Weblate (7e72027)
- Japanese: Translated Settings using Weblate (fdf4d2e)
- Japanese: Translated Update Download using Weblate (321a886)
- Korean: Translated Settings using Weblate (083b228)
- Portuguese: Translated Settings using Weblate (b934427)
- Russian: Translated Update Download using Weblate (c8e9840)
- Serbian: Add serbian to the application (5d821f7)
- Serbian: Added About translation using Weblate (357c9a8)
- Serbian: Added Settings translation using Weblate (d718bf5)
- Serbian: Added Tray Icon translation using Weblate (b647a94)
- Serbian: Added Update Download translation using Weblate (fc30f7e)
- Serbian: Translated About using Weblate (ceb39e8)
- Serbian: Translated Settings using Weblate (b346d64)
- Serbian: Translated Settings using Weblate (6b4bc16)
- Serbian: Translated Tray Icon using Weblate (49c6a45)
- Serbian: Translated Update Download using Weblate (3557566)
- Spanish: Translated Settings using Weblate (2fdaaf3)
- Spanish: Translated Tray Icon using Weblate (0cd5be4)
- Spanish: Translated Update Download using Weblate (d99a52b)
- Thai: Add language thai to the application (57bc75a)
- Thai: Added About translation using Weblate (7f79dce)
- Thai: Added Settings translation using Weblate (750086c)
- Thai: Added Tray Icon translation using Weblate (ca24957)
- Thai: Added Update Download translation using Weblate (b7738ea)
- Thai: Translated About using Weblate (3b135e3)
- Thai: Translated About using Weblate (7fb4fd0)
- Thai: Translated Settings using Weblate (bd80ec6)
- Thai: Translated Settings using Weblate (4b902da)
- Thai: Translated Settings using Weblate (02833e1)
- Thai: Translated Tray Icon using Weblate (a25c8c7)
- Thai: Translated Update Download using Weblate (a929093)
Enhancements
- .NET: Move to .NET 6.0 (4d1fb42)
- Logging: Improve logging Switch foreground feature for better debugging (5cfdf74)
- Profile::QuickMenu: Only display quick menu when selected in the global setting when switching between profiles. (1e034ae), closes #745