Skip to content

Releases: spyoungtech/ahk

v1.1.3

17 May 22:56
d07c45b
Compare
Choose a tag to compare

What's Changed

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

17 May 19:28
512ac8b
Compare
Choose a tag to compare
v1.1.3rc2 Pre-release
Pre-release

Another candidate release for fixing #201

v1.1.3rc1

17 May 00:34
bc536fa
Compare
Choose a tag to compare
v1.1.3rc1 Pre-release
Pre-release

Release candidate testing fix for #201

v1.1.2

11 May 02:01
dd6b98a
Compare
Choose a tag to compare

What's Changed

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

04 May 03:22
594f6b1
Compare
Choose a tag to compare

Reintroduces the from_pid and from_mouse_position methods for Window/AsyncWindow

v1.1.0

04 May 02:47
c8b7d87
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.1.0

v1.1.0rc2

04 May 02:25
512d9b0
Compare
Choose a tag to compare
v1.1.0rc2 Pre-release
Pre-release

Release candidate 2 for v1.1.0

v1.1.0rc1

03 May 23:02
4f84ebd
Compare
Choose a tag to compare
v1.1.0rc1 Pre-release
Pre-release

Draft release candidate for 1.1.0

v1.0.1

02 May 23:45
16bb96b
Compare
Choose a tag to compare

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

02 May 08:09
281f7b5
Compare
Choose a tag to compare

Post-release to address some packaging issues. Updates readme and fixes the "binary" extra.