Skip to content

Release: 2.2.1#455

Merged
amadeo-alex merged 13 commits into
mainfrom
release-2.2.1
Jun 7, 2026
Merged

Release: 2.2.1#455
amadeo-alex merged 13 commits into
mainfrom
release-2.2.1

Conversation

@amadeo-alex

Copy link
Copy Markdown
Collaborator

amadeo-alex and others added 13 commits January 24, 2026 12:34
This PR fixes issue reported via #396 by @jwidess where MQTT connection test during initial onboarding would check "configured" username rather than the provided one.
This PR fixes issue reported via #423 by @arklev where "ESCAPE" key couldn't be provided as a parameter to KeyCommand - configuration window would close.

Now closing the window requires pressing "ESCAPE" key twice.
#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.
```
@amadeo-alex amadeo-alex added this to the 2.2.1 milestone Jun 7, 2026

@amadeo-alex amadeo-alex left a comment

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"review"

@amadeo-alex amadeo-alex merged commit bb97a9f into main Jun 7, 2026
2 checks passed
@amadeo-alex

amadeo-alex commented Jun 7, 2026

Copy link
Copy Markdown
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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants