AutoHotkey v1.1.14

Community news and information about new or upcoming versions of AutoHotkey
Locked
lexikos
Posts: 9635
Joined: 30 Sep 2013, 04:07
Contact:

AutoHotkey v1.1.14

Post by lexikos » 15 Jan 2014, 07:47

1.1.14.01

Added Finally statement for performing cleanup after try/catch. [fincs]

Changed behaviour of ~ prefix with custom combos to be more intuitive.

Fixed x & y:: to fire both x:: and x up:: when x is released.
Fixed ImageSearch to set ErrorLevel=2, not 0, when a GDI call fails.
Fixed EnvGet crashing the program when the var exceeds 32767 chars.
Fixed a minor error-handling bug with StatusBarWait's ErrorLevel.
Fixed a cause of heap corruption with FileRead *c on ANSI builds.
Fixed passing of local vars in recursive calls to variadic functions.
Fixed script failing to load if the first line is an expression in parentheses.
Fixed PixelSearch Fast mode to set OutputVarX/Y only on success.

Download

lexikos
Posts: 9635
Joined: 30 Sep 2013, 04:07
Contact:

Re: AutoHotkey v1.1.14

Post by lexikos » 30 Jan 2014, 06:26

1.1.14.02

Fixed x:: and x up:: both firing on key-up if the state of the modifier keys prevented x from firing on key-down. The intended behaviour as of v1.1.14 is for both hotkeys to fire on key-up if x is also used in a custom combination like x & y::.

lexikos
Posts: 9635
Joined: 30 Sep 2013, 04:07
Contact:

Re: AutoHotkey v1.1.14

Post by lexikos » 13 Feb 2014, 22:46

1.1.14.03

Fixed a memory leak in new X when X.__Init aborts the thread.
Fixed breakpoints shifting onto class var initializers when they are interspersed with method definitions.

lexikos
Posts: 9635
Joined: 30 Sep 2013, 04:07
Contact:

Re: AutoHotkey v1.1.14

Post by lexikos » 24 Apr 2014, 21:46

1.1.14.04

Fixed DllCall() crashing the script when Function is pure integer 0.
Fixed IsFunc("ComObj(") to return false instead of throwing an exception.
Fixed ControlClick to send XButton1/XButton2 correctly.

Locked

Return to “Announcements”