Release: 2.2.1#455
Merged
Merged
Conversation
amadeo-alex
commented
Jun 7, 2026
Collaborator
- Fixed LaunchURLCommand parameters not being treated explicitly (thanks to @juhavt for reporting) Fix: launch parameters for LaunchURLCommand not treated explicitly #428
- Fixed MQTT test during onboarding using actual provided username & password (thanks to @jwidess and others for reporting) Fix: MQTT connection test using proper username & password #429
- Fixed KeyCommand not accepting "ESCAPE" key, since the configuration window would close (thanks to @arklev for reporting Fix: "ESCAPE" key as KeyCommand parameter #431
- Fixed WebViewCommand not being able to be configured on monitors with negative position values (thanks to @DyadicOne for reporting) Fix: WebViewCommand position not working properly with negative values #432
- Fixed LastActiveSensor reporting wrong time after ~25 days (thank to @CrazyCoder for the PR!) Fix LastActiveSensor reporting wrong time after ~25 days uptime #440
- Fixed potential NullReferenceException when loading Satellite's Sensors/Commands configuration (thanks to @Bluscream for the PR!) Fix: NullReferenceException in Satellite Service on unknown types #441
- Fixed Hotkey detection issues and removed baked in dependency with nuget (thanks to @bcutter for reporting) Fix: Hotkey Library Change #449
- Fixed HADot.Net baked dependency with nuget Fix: Baked in HADot.Net library #451
- Fixed Virtual Desktop issues due to missing WinRT dll dependency (thanks to @madface303 for reporting and @AstralBlader for investigation!) Fix: Virtual Desktop issues with missing dependency #452
#432) This PR fixes an issue reported via #427 by @DyadicOne where moving WebViewCommand configuration window to screen with negative location values, would cause HASS.Agent to crash/save last positive value.
Thanks to @CrazyCoder! ``` Replace Environment.TickCount with Environment.TickCount64 (Int64). This returns the same millisecond count but won't overflow for about 292 million years. Also changed Convert.ToDouble(lastInputInfo.dwTime) to (long)lastInputInfo.dwTime so the arithmetic stays in integer types instead of going through floating point for no reason. ```
Thanks to @Bluscream for the PR!
Collaborator
Author
|
I'll build the release from main (again, did that on release-2.2.1 branch already), test on my device and then publish a release with the artifacts/installer. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.