Anzeigen der neuesten Beiträge
0 Mitglieder und 1 Gast betrachten dieses Thema.
Breaking changes:Removed .aut file compatibility and #AllowSameLineComments.Removed undocumented AutoIt v2 commands.Backward-compatible changes:Allow optional parameters to be declared with := instead of =, for consistency with variable declarations and expressions.Allow non-ASCII characters in unquoted keys ({key: x} and obj.key).Changed name in version info from "AutoHotkey_L" to "AutoHotkey".Bug-fixes:Fixed instability caused by warning dialogs appearing part-way through evaluation of a command's args.Fixed PixelSearch Fast mode treating "not found" as an error.Fixed ahk_exe to allow other ahk_ criteria after it.Fixed else continue 2 and similar requiring braces around the loop.Fixed RegRead indicating failure after successfully reading binary data.Fixed File.Length to compensate for or flush any buffered data.Fixed Gui sizing to account for scrollbars when present.Debugger:Added support for asynchronous commands.Improved handling of breakpoints on lines like else foo() or { bar() so that the debugger will actually break when appropriate.Optimized code size, fixed several bugs and made the debugger generally more robust.