History IMPORTANT: See here for recent script-breaking changes.
Here is the summarized history of the changes to AutoIt v3. (For the complete technical history click here. For the complete history including all changes between beta versions click here.)
3.3.14.3 (2nd February, 2018) (Release) AutoIt: - Changed: Location of the link pointing to the #pragma directive. Found in the language directives page.
- Changed: PCRE regular expression engine updated to 8.37.
- Fixed #3237: Event log decoding now deals with more than 9 tokens.
- Fixed #3068: Switch comment was incorrect in the documentation.
- Fixed #2997: Fixed bug with caseless UTF regular expressions.
- Fixed #3009: MouseGetCursor() for HAND.
- Fixed #2899: WinGetHandle("LAST") @error.
- Fixed #2945: Center and right justified text broken on native buttons when colours set.
- Fixed #2916: GUISetCoord() not used in GUICtrlCreatePic().
- Fixed #2869: GUICtrlSetTip() displays wrong tip.
- Fixed #2892: GUICtrlSetData() on Dummy Control.
- Fixed: EnvUpdate() will no longer be blocked by hung windows.
- Fixed: pragma directive was not working correctly for setting Windows 10 options.
- Fixed: WSAGetError -> WSAGetLastError typo in TCP/UDP doc functions.
- Fixed #3193: Help "Language Reference - Variable" example.
- Fixed: $EXITCLOSE_BYSUTDOWN -> $EXITCLOSE_BYSHUTDOWN typo in AutoItConstants.au3 used with OnAutoItExitRegister(). THIS IS A SCRIPT BREAKING CHANGE
UDFs: - Removed: _MathCheckDiv() documentation has been removed, as it was a basic wrapper for Mod($iNum1, $iNum2). THIS IS A SCRIPT BREAKING CHANGE
- Removed #3071: 4th example from the Random() documentation, as it was for a workaround that isn't required anymore.
- Changed: Re-wrote _FileCountLines() with using the native function FileReadToArray(). Check the documentation for additional @error values.
- Changed: Return value of _Degree() and _Radian() on error from empty string to zero. THIS IS A SCRIPT BREAKING CHANGE
- Changed: _SQLite 3.8.11.1 -> 3.22.0.0.
- Changed: _SQLite_Startup() does not download anymore a new folder can be used to store SQLite dll/exe files @LocalAppDataDir\AutoIt v3\SQLite
- Changed: WinAPI conversion UDFs moved from WinAPI.au3 and WinAPIMisc.au3 to WinAPIConv.au3.
- Changed: WinAPI Handle and Object UDFs moved from WinAPI.au3 to WinAPIHObj.au3.
- Changed: WinAPI Icons UDFs moved from WinAPIRes.au3 to WinAPIIcons.au3.
- Changed: WinAPI Heap UDFs moved from WinAPISys.au3 to WinAPIMem.au3.
- Changed: WinAPI Gdi Device Context (DC) UDFs moved from WinAPI.au3 to WinAPIGdiDC.au3.
- Changed: _WinAPI_DefSubclassProc(), _WinAPI_GetWindowSubclass(), >_WinAPI_RemoveWindowSubclass() and _WinAPI_SetWindowSubclass() moved from WinAPIShellEx.au3 to WinAPISys.au3. THIS IS A SCRIPT BREAKING CHANGE
- Changed: _ArrayDisplay() is now only intended to display array contents - but see _DebugArrayDisplay(). No limit of number of item displayed. $iAlt_Color, $hUser_Function parameters have been removed.
|