Releases: spyoungtech/ahk
Releases · spyoungtech/ahk
v1.1.3
What's Changed
- Package loader fix by @spyoungtech in #203 -- thanks to @fantonhike for reporting the issue
This change fixes a bug that prevents fallback mechanisms from working when the package data cannot be found (which usually happens when freezing/compiling an app). ahk
should now work in more packaging scenarios than it did previously.
Full Changelog: v1.1.2...v1.1.3
v1.1.3rc2
v1.1.3rc1
v1.1.2
What's Changed
- #199 - ensure image path is always passed in image_search by @spyoungtech in #200 (thanks to @deshudiosh for reporting the issue)
Other bugs squashed:
- fixes the coord_mode argument for ImageSearch (previously ignored)
- fixes a bug where global state can be erroneously changed (not reverted) in the AHK implementation for win_set_trans_color
- fixes a bug where global state modifiers are not respected for the AHK implementation for win_close
Full Changelog: v1.1.1...v1.1.2
v1.1.1
Reintroduces the from_pid
and from_mouse_position
methods for Window
/AsyncWindow
v1.1.0
What's Changed
- Add menu tray icon commands by @spyoungtech in #194
- unasync changes by @spyoungtech in #196
Full Changelog: v1.0.1...v1.1.0
v1.1.0rc2
Release candidate 2 for v1.1.0
v1.1.0rc1
Draft release candidate for 1.1.0
v1.0.1
Resolves a minor bug where the blocking
parameter for key_wait
is ignored.
Also includes documentation changes.
Full Changelog: v1.0.0...v1.0.1
v1.0.0.post1
Post-release to address some packaging issues. Updates readme and fixes the "binary" extra.