You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Bug] Fix MaxTo not working properly with Chromium based applications, such as Google Chrome, Microsoft Edge, Microsoft Teams, Slack, etc. This regression was introduced in 2.1.1. See issues #657, #667, #666 and #663.
[Bug] Fix windows not becoming transparent the first time they are dragged.
[Bug] Fix crash when license server responds in unexpected ways (5 instances).
[Bug] Fix crash on startup caused by tooltip being set at the wrong time (4 instances).
[Bug] Fix crash when ingredient sends back failure code without exception (3 instances).
[Bug] Fix issue where UI Automation would start producing a large number of exceptions in the background, causing MaxTo to use CPU continously. We've replaced UI Automation with relying on the hooks we already set.