Skip to content

Releases: spyoungtech/ahk

v0.14.1

13 Jul 06:44
d84f9c9
Compare
Choose a tag to compare

What's Changed

Getting non-ascii output should now be more reliable

Full Changelog: v0.14.0...v0.14.1

v0.14.0

15 Jun 18:40
60e01d7
Compare
Choose a tag to compare

What's Changed

This release has some potential breaking changes, as the API for win_get and (async) find_window have changed slightly.

New Contributors

Full Changelog: v0.13.0...v0.14.0

v0.13.0

13 Oct 04:31
197bb9e
Compare
Choose a tag to compare

v0.13.0

Major new feature is Daemon Mode #111 which is now available as a preview/experimental feature.

Several fixes for Async API and other bug fixes are also included in this release

v0.12.0

07 Jan 16:17
c25725e
Compare
Choose a tag to compare

Adds base asyncio support.

While the existing user-facing APIs remains mostly untouched, there are some significant and potentially breaking changes in this version:

  • Default parameter of blocking for a couple functions is changed from False to True
  • Internal API has shifted around quite a bit. Template generation and script running have been split in all (or most) methods
  • Typos in classes and modules were corrected (registry.py and RegistryMixin)

v0.11.1

17 Sep 21:09
0bc74f5
Compare
Choose a tag to compare

Adds support for adding directives to all scripts

v0.11.0

17 Sep 20:05
e1183c8
Compare
Choose a tag to compare

Adds fixes for key state

Adds set_capslock_state

Other improvements

v0.10.0

07 Sep 13:17
126c2e8
Compare
Choose a tag to compare
  • Adds tooltip/traytip GUI functionality (Thanks @yedhrab for this contribution)

  • Renames registry methods (read/write/delete/set_view, etc now raise a deprecation warning, suggesting to use new names: reg_read/reg_write/reg_delete etc)

  • Fixes a bug (#96) where using an equal sign breaks type/sendraw

v0.9.0

30 May 08:28
7e4d158
Compare
Choose a tag to compare

Adds 'delay' and 'press_duration' to win_send functionality (Thanks @DizzyThermal) #83

Adds Window.click functionality - using ControlClick (Thanks @DizzyThermal) #82

Fixes typo in Window a method, now correctly spelled activate_bottom #90

v0.8.1

30 Mar 09:50
c550424
Compare
Choose a tag to compare

This release adds the blocking parameter to keyboard functions so that these functions can be called in a non-blocking fashion.

v0.8.0

27 Feb 05:03
1ab46d3
Compare
Choose a tag to compare

This release features a bunch of new windows commands! (Thanks yedhrab!)