What's Changed
* Fix winmove in AutoHotkey v2 when width and height are omitted by spyoungtech in https://github.com/spyoungtech/ahk/pull/282
* Add use_hwnd parameter and attribute for Control objects by spyoungtech in https://github.com/spyoungtech/ahk/pull/283
* Fix detect hidden windows for AutoHotkey v2 by spyoungtech in https://github.com/spyoungtech/ahk/pull/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**: https://github.com/spyoungtech/ahk/compare/v1.5.4...v1.6.0