3.3.10.1 (28th December, 2013) (Release)
AutoIt:
Aut2Exe:
Fixed: Aut2Exe was leaving a temporary file around.
UDFs:
Added: Error checking to _GDIPlus_GraphicsDrawString() in case _GDIPlus_GraphicsMeasureString() fails to return an array.
Fixed: Incorrect function being called for _GDIPlus_BitmapCloneArea().
Fixed: _ArrayDisplay() user function call and range bug.
3.3.11.1 (4th January, 2014) (Beta)
AutoIt:
- Fixed: Stack overflow with deep nested includes.
- Fixed: FileSelectFolder() not working correctly with title and root parameters.
- Fixed: StringIsSpace() for null characters.
- Fixed #2478: Assign() and Eval() do not restrict variable names.
UDFs:
- Changed: Constant variables are now used in the UDFs rather than their value.
UDFs:
- Added: Example for _WinAPI_SystemParametersInfo().
- Fixed: UBound() default was regarded as $UBOUND_DIMENSIONS (0) and not $UBOUND_ROWS (1).
- Fixed: _FileListToArrayRec() array concatenation bug.
AutoIt3Help:
- Changed: Version number to 1.0.0.6.
- Added: Windows activation when already open.
Others:
- Changed: Help file syntax variable names to a standard naming convention for easier understanding and consitency in the calltip syntax files.