Fixes, fixes and fixes - in case of any issues please create and issue on GitHub or ask on Discord :)
Unless a major bug happens, next release is going to be probably "2.2.0" where we tackle the security updates.
Fixes:
- MQTT autodiscovery messages were not republished after connection was lost and recovered (thanks to @whc2001 for reporting) #230
- URI attached to a notification button wouldn't open properly #229
- Satellite Service exe path is now properly enclosed in double quotes according to good security practices (thanks to @yakidd for reporting) #221
- Media playback via Music Assistant wasn't working correctly (thanks to @felipecrs and @whc2001 for reporting, providing a lot of information and testing) #220
- PowershellCommand argument handling where passing arguments containing spaces/quotes would cause the command to fail (thanks @greghesp for reporting) #204
- Restarting "Windows Management Instrumentation (WMI)" while HASS.Agent is running causes all WMI based sensors to stop functioning (thanks to @jack5mikemotown for reporting) #205
- Media player now respects the user-provided value in mute service call (thanks to @TarheelGrad1998 for reporting) #185
- Notification image not being shown when relative "/media/pics/image.png" was used instead of full URL (thanks to @iankaufmann for reporting) #186
- UI not displaying properly on high-DPI devices with scaling other than 100% (thanks to @IsaacInsoll for reporting) #187
- Some of the documentations links were pointing to non-existing pages (thanks to @SVNKoch for the PR!) #159
- Pressing ESC while having Alt+Tab pressed caused HASS.Agent windows to close (thanks to @SVNKoch for reporting and @denisabt for the PR!) #161
- Fixed SetVolumeCommand ignoring provided value and not handling float values properly (thanks to @wynandtredoux and @drueppler for reporting)
- Fixed internal AudioManager not properly clamping values if provided one was below 0 or above 100
Note
There are two additonal fixes I sneaked in between beta3 and full release - #230 and #229