AutoHotkey > Version History
Version History
AutoHotkeyThis shows you how often AutoHotkey was updated with us over the past few months. Whenever available, we also include additional information for each update (new features, changes etc.).
version 1.0.48.05 - posted on Sep 25, 2009
- No further details available
version 1.0.48.03 - posted on May 04, 2009
- No further details available
version 1.0.48.02 - posted on Apr 20, 2009
- Changed and fixed Gosub and GroupActivate so that when a function calls an external/public subroutine, that subroutine will treat all dynamic variables as globals, and will have outside-of-function GUI behavior.
version 1.0.48.01 - posted on Apr 16, 2009
- Changed: For Windows Vista and later, hotkeys that include the Windows key (e.g. #a) will wait for LWin and RWin to be released before sending any text containing an "L" keystroke. This prevents such a hotkey from locking the PC. This behavior applies to all sending modes except SendPlay (which doesn t need it) and blind mode.
version 1.0.48 - posted on Feb 26, 2009
- No further details available
version 1.0.47.06 - posted on Mar 10, 2008
- Fixed crash when a function was called concurrently with an optional ByRef parameter omitted by one thread but not omitted by the other.
version 1.0.47.04 - posted on Aug 29, 2007
- No further details available
version 1.0.47.03 - posted on Aug 02, 2007
- No further details available
version 1.0.47.02 - posted on Jul 20, 2007
- Fixed the Number option of Edit controls to properly display a balloon tip when the user types something other than a digit.
version 1.0.47.01 - posted on Jul 09, 2007
- Fixed RunAs not to crash or misbehave when a domain is specified.
version 1.0.47 - posted on Jun 20, 2007
- adds RegisterCallback(), which creates a machine-code address that when called, redirects the call to a function in the script. It also adds support for function libraries, which allow a script to call a function in an external file without having to use #Include.
version 1.0.46.16 - posted on May 31, 2007
- No further details available
version 1.0.46.15 - posted on May 10, 2007
- Fixed GuiControl, GuiControlGet, and "Gui ListView/TreeView" to support static variables and ByRefs that point to globals/statics.
version 1.0.46.14 - posted on May 02, 2007
- No further details available
version 1.0.46.11 - posted on Apr 24, 2007
- Fixed inability to have a function-call as the first item in certain comma-separated expressions.
