Software update: AutoHotkey 2.0.5

Spread the love

Version 2.0.5 of AutoHotkey has been released. This program allows you to place frequently used keystrokes, actions and/or button combos with keyboard and mouse in a script behind a shortcut key, so that the action in question is performed in one go. It is also possible to convert previously scripted key combinations from AutoIt2 to the AutoHotkey scripting language. Version 2.0 includes a new command set that is much more structured, but is not compatible with the 1.1 versions. More about the differences between 1.1 and 2.0 can be found here this page are being found. The following improvements have been made in this release:

Changes in version 2.0.5:

  • Fixed a memory leak caused by incorrect reference counting when an object is enumerated via COM. [PR# 325]
  • Fixed internal calls to __Enum to not call __Call.
  • Fixed error messages referring to parameter #65535.
  • Fixed incorrect IEnumVARIANT return count.
  • Fixed Download throwing OSError(0) when error should be non-zero.
  • Fixed LV.Add/Insert/Modify crashing when passed the minimum number of parameters.
  • Fixed stack traces to exclude calls to __new for Error subclasses.

Version number 2.0.5
Release status Final
Operating systems Windows 7, Windows 8, Windows 10, Windows 11
Website AutoHotkey
Download https://www.autohotkey.com/download/
License type GPL
You might also like