Skip to content

Releases: spyoungtech/ahk

v1.5.1

26 Feb 23:59
a89a5f5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.5.1

v1.5.0

13 Feb 00:15
746d1f7
Compare
Choose a tag to compare

What's Changed

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

This release includes a behavior improvement in scenarios where your Python process ends suddenly without the opportunity to run its registered cleanup handlers. Previously, in such cases, AutoHotkey processes created by Python would get orphaned and continue running (when using AHK v1) or produce an unusual error (when using AHK v2). Now, the AutoHotkey processes will be able to infer whether the parent Python process is still alive and will exit gracefully if the parent process has exited.

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

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