v1.6.0
What's Changed
- Fix winmove in AutoHotkey v2 when width and height are omitted by @spyoungtech in #282
- Add use_hwnd parameter and attribute for Control objects by @spyoungtech in #283
- Fix detect hidden windows for AutoHotkey v2 by @spyoungtech in #285
This release includes a small potentially breaking change: the blocking
keyword argument of some window methods is now keyword-only. Previously, these arguments were accidentally allowed to be supplied as a positional argument.
Full Changelog: v1.5.4...v1.6.0