
Replaced the v2 symlink with an actual directory and a file-swapping mechanism, similar to how v1 updates are handled. Restored Start menu shortcuts for Window Spy and Ahk2Exe to allow them to be found by search. Revised the help file menu superseded files are now tucked away in a submenu.Īdded "Dash" to the title of ui-dash.ahk.Īdded tutorial links to Dash (some tutorials are also new).Īdded Editors link to the Editor settings GUI.

Removed Documents\AutoHotkey*.ahk default path and Welcome page popup, as users are no longer expected to execute AutoHotkey.exe directly.ĪutoHotkey.exe can still default to AutoHotkey.ahk in the same directory as the exe, for portable use.įixed invalid parameter errors displaying wrong value for some methods.įixed continuable errors to be continuable even when onerror is used.įixed #HotIf to treat non-empty, non-numeric strings as true. Improved error message for some cases of unintended line continuation.įixed reserved words to be permitted as method names, as documented.įixed duplicate onmessage calls for some keyboard messages.įixed inter-referenced closures being deleted prematurely.įixed SetFont to permit leading spaces in the Options parameter.įixed x.y := unset causing crashes or undefined behaviour.įixed GuiControl.Move() to be relative to the GUI's client area even when the GUI is not its parent.įixed Menu Add overwriting items which were appended by Menu Insert. For example, +x::+y will no longer release RShift to press LShift.Ĭhanged error message for a = b & c() and similar cases to avoid alluding to legacy =. įixed duplicate Gui control name errors to correctly abort the thread.įixed DateTime/MonthCal Range option not applying minimum value.įixed s => x and other single-line properties starting with "s".įixed a bug with deleting a breakpoint on a static line containing =>.įixed Button control not becoming default when clicked.įixed PixelSearch to unset X when pixel is not found.įixed hotstring with escape sequence causing next line to be skipped.įixed WinTitle ignoring character 1 when "ahk_" is at character 2.įixed remapping to utilize right-hand modifier already being down. įixed FileSetAttribute crash when used in a File Reading Loop.


Fixed Hotkey("a", "b") to use the original function of "b", not "a".
