Skip to content

Releases: Nich-Cebolla/AutoHotkey-LibV2

v1.8.4

12 Dec 22:27

Choose a tag to compare

Update QuickParse.ahk

v1.8.3

12 Dec 17:07

Choose a tag to compare

Update WinEventFilter.ahk

v1.8.2

11 Dec 03:28

Choose a tag to compare

update stringify

v1.8.1

11 Dec 03:12

Choose a tag to compare

v1.8.1

v1.8.0

10 Dec 21:04

Choose a tag to compare

Update README.md

1.7.0

05 Dec 03:03

Choose a tag to compare

Update demo-MsLlHookStruct-3.ahk

v1.6.2

20 Nov 17:29

Choose a tag to compare

add: GetIncludedFile.Prototype.CountLines

Returns the number of lines of code in a project

v1.6.1

19 Nov 04:57

Choose a tag to compare

fix: remove test code

v1.6.0

15 Nov 02:40

Choose a tag to compare

Update MakeTable.ahk

v1.5.3

09 Nov 06:50

Choose a tag to compare

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.