Hi all,
This is primarily a bugfix release to prevent the Utility from sipping away at far more CPU than it needs (some people reported up to 10% usage with 0.12.3), Shout-out to Yunnie, Nvsbl, KiwiJar and mudtsu for reporting and helping me with testing to solve it. I've also slotted in a couple of other bug fixes, but they're relatively minor.
ChangeLog:
- [FIX] Switch from
WaitForSingleObject
+PeekMessageW
toSetTimer
+GetMessageW
to solve CPU overhead issue - [FIX] Improved Logging when Loading Mic Profiles
- [FIX] Fixed loading some values in Mic Profiles if they're stored as Float instead of Int (Reported by TechSavage on Discord)
- [FIX] Solved issue with the utility not correctly unmuting channels on first profile load
- [*] Moved from
sysinfo
totasklist
on Windows to lower process checking overheads
Enjoy!