SoundSwitch v6.1.0
·
1788 commits
to master
since this release
By setting the same hotkey to different profiles, you're now able to switch between them.
About the size of the application, I had to disable trimming. This process was reducing the size of the application, but leads to some crashes when the app starts.
I don't like that SoundSwitch is now around 50 Mb, but it's the price to pay to have the application fully contained and doesn't need you to download a runtime for it.
6.1.0 (2021-09-05)
Features
- Profile::Hotkey: Profile can now share the same hotkey. Doing so let you switch between profile. A quick menu is also displayed. (85a623e), closes #409
Bug Fixes
- .NET: Disable trimmming. It's recommended to avoid it when having a WinForm application. This will fixes a lot of startup crashes. (033b968)
- AutoUpdate: Show a message box when can't validate signature of file. (2406d6c)
- Banner::Sound: Fix crash when setting a sound for the banner. (d8fcf3c), closes #730
- Device::Volume: Only get volume when device is active (40db2ef)
- Profile::Hotkey: Fix the cycling logic between profiles (009475b), closes #734
- Telemetry: Start telemetry properly (06ab90c)
Enhancements
- Systray::Tooltip: Add volume % when hovering the SoundSwitch icon. (9b1aba3)
- Telemetry: Add proper tooltip for explaining telemetry (f90ca7f), closes #736
- Telemetry: Clarify the term related to telemetry (8b2e688)
Languages
- Hebrew: Translated Settings using Weblate (1db0a11)
- Hebrew: Translated Settings using Weblate (cf7e3eb)
- Hebrew: Translated Update Download using Weblate (fa90c65)
- Italian: Translated Settings using Weblate (1e5871e)
- Norwegian Bokmål: Translated Settings using Weblate (04675a9)
- Portuguese: Translated Settings using Weblate (8c4f733)
- Portuguese: Translated Settings using Weblate (872b055)
- Portuguese: Translated Update Download using Weblate (7cb495e)
- Portuguese (Brazil): Translated Settings using Weblate (4a35ef5)
- Portuguese (Brazil): Translated Settings using Weblate (e0712a4)
- Portuguese (Brazil): Translated Update Download using Weblate (2c7f3bd)
- Profile::Hotkey: Update description of hotkey feature (54e52df)
- telemetry: Add description (c0a5bdd), closes #736