Ahk Versions Save

Python wrapper for AutoHotkey with full type support. Harness the automation power of AutoHotkey with the beauty of Python.

v1.5.3

2 months ago

What's Changed

Full Changelog: https://github.com/spyoungtech/ahk/compare/v1.5.2...v1.5.3

v1.5.2

2 months ago

What's Changed

Full Changelog: https://github.com/spyoungtech/ahk/compare/v1.5.1...v1.5.2

v1.5.1

3 months ago

What's Changed

Full Changelog: https://github.com/spyoungtech/ahk/compare/v1.5.0...v1.5.1

v1.5.0

3 months ago

What's Changed

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: https://github.com/spyoungtech/ahk/compare/v1.4.0...v1.5.0

v1.5.0rc1

3 months ago

Release candidate for 1.5.0

What's Changed

Full Changelog: https://github.com/spyoungtech/ahk/compare/v1.4.0...v1.5.0rc1

v1.4.0

5 months ago

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: https://github.com/spyoungtech/ahk/compare/v1.3.0...v1.4.0

v1.4.0rc2

8 months ago

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

v1.4.0rc1

9 months ago

Release candidate for 1.4.0

v1.3.0

10 months ago

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: https://github.com/spyoungtech/ahk/compare/v1.2.0...v1.3.0

v1.2.0

10 months ago

What's Changed

Full Changelog: https://github.com/spyoungtech/ahk/compare/v1.1.3...v1.2.0