Skip to content

1.0.5 - Fixes, tidying and Error Handling

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Jan 11:28
· 349 commits to main since this release
4410840

The main goal of this release was to fix a couple of reported bugs since 1.0.4, as well as increase the robustness of the error handling in case something bad happens. The main fix ensures the UI opens when running the Utility from the Start Menu while it's already running.

In addition if you missed it, the Stream Deck Plugin got a release last week, adding a lot of new actions for better control!

Changelog

  • [Windows] Fixed bug where launcher may not detect the utility running
  • [Windows] Switched from win_win and winapi crates to windows crate
  • [Windows] Reworked Tray Icon Logic
  • [Windows] Display an error if the Utility fails to start
  • [Windows] Correctly set default log level to Debug on fresh installs
  • [UI] Fix Scrollbar style in lighting effects tab (Contributed by @t3duk)
  • Fixed Microphone not unmuting if unmuted via the API (Reported by @TheRealDadbeard)
  • Added 'already running' checks for platforms that use Named Pipes
  • Added preliminary code to detect Session Locking on Windows and Linux
  • If launching the Utility fails, force enable DEBUG logging

--
@FrostyCoolSlug