Spoiler
AutoIt:
- Added: FileRead() returns the number of characters/bytes read in @extended.
- Added: AutoIt scripts using the line continuation character "_" are no longer limited to a combined line length of 4095 characters.
- Fixed #1392: Crash with OnAutoItExitRegister().
- Fixed #1396: Crash in DllCallbackGetPtr() with invalid handle.
- Fixed #1352: StringSplit() hard crash with binary data.
UDFs:
- Changed: _SQLite 3.6.21 -> 3.6.22
AutoIt:
- Added: FileRead() returns the number of characters/bytes read in @extended.
- Added: AutoIt scripts using the line continuation character "_" are no longer limited to a combined line length of 4095 characters.
- Fixed #1392: Crash with OnAutoItExitRegister().
- Fixed #1396: Crash in DllCallbackGetPtr() with invalid handle.
- Fixed #1352: StringSplit() hard crash with binary data.
UDFs:
- Changed: _SQLite 3.6.21 -> 3.6.22
The following changes are script breaking changes:
Spoiler
AutoIt:
AutoIt:
- The raw reading mode for FileOpen() has been removed.
- InetGet("abort"), @InetGetActive and @InetGetBytesRead have been removed. The following list shows the new functions used to access the old behavior:
- InetGet("abort") - Calling the new InetClose() function with a handle returned from InetGet() will abort a download.
- @InetGetActive - Calling the new InetGetInfo() function with no parameters returns a count of active downloads.
- @InetGetBytesRead - Calling the new InetGetInfo() function with a handle returned from InetGet()will return the bytes read (and more) for a download.
- AdlibEnable() and AdlibDisable() have been removed. See the new functions AdlibRegister() and AdlibUnRegister().
- OnAutoItStart() has been removed. See the new pre-processor statement #OnAutoItStartRegister.
- OnAutoItExit() has been removed. See the new functions OnAutoItExitRegister() and OnAutoItExitUnregister().
Discuss the beta here.
Report issues here.
Download here.




