Releases: Nich-Cebolla/AutoHotkey-LibV2
Releases · Nich-Cebolla/AutoHotkey-LibV2
v1.8.4
v1.8.3
Update WinEventFilter.ahk
v1.8.2
update stringify
v1.8.1
v1.8.1
v1.8.0
Update README.md
1.7.0
Update demo-MsLlHookStruct-3.ahk
v1.6.2
add: GetIncludedFile.Prototype.CountLines Returns the number of lines of code in a project
v1.6.1
fix: remove test code
v1.6.0
Update MakeTable.ahk
v1.5.3
major updates Changed core process. Core process no longer disables the Size event handler, no longer sets Critical, no longer uses SetTimer to invoke repeated function calls. Removed GuiResizer.Prototype.Resize. removed options: - Options.Delay - Options.StopCount Removed class GuiResizer.wMsg Removed property GuiResizerObj.wMsg Old code must remove any references to: - class GuiResizer.wMsg and remove - property GuiResizerObj.wMsg - method GuiResizer.Prototype.Resize (It is unlikely you used any of these) Old code should remove options Options.Delay and Options.StopCount, but these are silently ignored if left in.