COMMITS
August 28, 2026
L
Fix RegExMatch OutputVar to be unset instead of "" in v2.1 mode
Lexikos committed
L
Merge branch 'v2.0' into alpha
Lexikos committed
L
Fixed class declarations to not permit a class to subclass itself.
Lexikos committed
L
Fixed Thread Priority > 0 to block GuiCtrl.OnMessage threads.
Lexikos committed
L
Fixed GuiCtrl.OnMessage threads to not overrun the #MaxThreads limit.
Lexikos committed
L
Fixed simple `a := b` assignments where b is a virtual reference.
Lexikos committed
L
Fixed crash when destructing boxed pointer with nested struct.
Lexikos committed
L
Fixed Item parameter of ContextMenu event raised by a ListView's Header.
Lexikos committed
August 16, 2026
L
Fixed trailing character in error message for unset return.
Lexikos committed
August 15, 2026
L
Fixed multi-level import causing unset to become "".
Lexikos committed
L
Fixed Props(v) to retain the value of v, not alias v.
Lexikos committed
L
Fixed output parameters incorrectly unset instead of "made blank".
Lexikos committed
May 24, 2026
L
Fixed setter definition to be permitted after a separate getter.
Lexikos committed
L
Fixed IServiceProvider interface pointer leak in ComObjQuery.
Lexikos committed
L
Fixed `Send "{Click X Y Count}"` to move only once, not Count times.
Lexikos committed
May 23, 2026
L
Changed export to be implied.
Lexikos committed
L
Remove ScriptModule::mSelf
Lexikos committed
L
Fixed #Import in #Module AHK.
Lexikos committed
May 18, 2026
L
Changed export to be implied.
Lexikos committed
May 17, 2026
L
Fix obsolete expression
Lexikos committed
L
L
Revert "Added Export."
Lexikos committed
L
L
Removed untyped typed properties (size specifier without a class).
Lexikos committed
L
Removed property type strings (i32, u32, etc.).
Lexikos committed
L
Added "void" return type for DllCall, ComCall and CallbackCreate.
Lexikos committed
May 16, 2026
L
Removed `a?.()` and `a?.[]`; use `(a?)()` and `(a?)[]` instead.
Lexikos committed
L
Fixed errors like `!a ?? b` and `b + a ?? c` to be caught at load time.
Lexikos committed
May 15, 2026
L
Fixed DllCall not propagating errors thrown by output arg __value eval.
Lexikos committed
L
Merge branch 'v2.0' into alpha
Lexikos committed