Skip to content

Releases: spyoungtech/ahk

v1.5.0rc1

07 Feb 09:36
c98925a
Compare
Choose a tag to compare
v1.5.0rc1 Pre-release
Pre-release

Release candidate for 1.5.0

What's Changed

  • Add AHK process handling to exit if parent Python process dies unexpectedly by @spyoungtech in #258 (resolves #257)

Full Changelog: v1.4.0...v1.5.0rc1

v1.4.0

15 Dec 11:49
5741ba0
Compare
Choose a tag to compare

What's Changed

This release introduces two major features: support for AHK v2 and an extension system to allow users to author and distribute extended functionality for the Python AHK wrapper. Check the documentation for more details. This release also includes some significant performance improvements -- up to 700% faster for some use cases.

Full Changelog: v1.3.0...v1.4.0

v1.4.0rc2

24 Sep 23:50
d634432
Compare
Choose a tag to compare
v1.4.0rc2 Pre-release
Pre-release

Release candidate for 1.4.0 rc2 -- adds initial AHK v2 support (beta) and extension authoring (beta)

v1.4.0rc1

25 Aug 08:33
e3b66b1
Compare
Choose a tag to compare
v1.4.0rc1 Pre-release
Pre-release

Release candidate for 1.4.0

v1.3.0

31 Jul 02:05
659fbb1
Compare
Choose a tag to compare

What's Changed

Adds 4 new methods:

  • msg_box as an analog for AHK's MsgBox
  • input_box as an analog for AHK's InputBox
  • file_select_box as an analog for AHK's FileSelectFile
  • folder_select_box as an analog for AHK's FileSelectFolder

Full Changelog: v1.2.0...v1.3.0

v1.2.0

22 Jul 03:45
5406984
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.3...v1.2.0

v1.2.0rc2

09 Jul 19:18
1bcf4bd
Compare
Choose a tag to compare
v1.2.0rc2 Pre-release
Pre-release

pre-release testing, from #216

v1.2.0rc1

08 Jul 06:57
660a6a5
Compare
Choose a tag to compare
v1.2.0rc1 Pre-release
Pre-release

pre-release for testing fixes in #213

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