找回密码
 加入
搜索
查看: 3115|回复: 10

[转贴] AutoIt v3.3.14.3

  [复制链接]
发表于 2018-2-3 11:10:48 | 显示全部楼层 |阅读模式
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.

    Added: _ArrayAdd can force elements to Boolean using $ARRAYFILL_FORCE_BOOLEAN flag.
    Added #3120: Using ipify.org as the main IP discovery site for _GetIP().
    Added #3093: _FileWriteToLine() parameter to add lines if required.
    Added #3161: Constants for MemGetStat().
    Added #2269: SHA2 hash algorithms in Crypt.au3.
    Added #3208: $CALG_* constants description for _Crypt_*().
    Added #3210: _GUICtrlRichEdit_SetFont(), _GUICtrlRichEdit_GetFont() $iCharSets values Doc precision.
    Added: More _GDIPlus_* functions (18).
    Added #3240: Constants to _PathSplit().
    Added #3513: _Timer_KillTimer(), _Timer_KillAllTimers() and _Timer_SetTimer() doc precision.
    Added: _DebugArrayDisplay() replaces the old _ArrayDisplay() with multiple user options and buttons.
    Added: _GUICtrlListView_RegisterSortCallBack() support a new $bNumber type (2) to compare with StrCmpLogical Windows API.
    Added: _GUICtrlListView_RegisterSortCallBack() add a new parameter to use Private callback.
    Added: Click on column header sort for _ArrayDisplay() and _DebugArrayDisplay().

    Fixed #3069: AutoIt Constants include constant help page.
    Fixed #3075: _WinAPI_WaitForSingleObject() - TimeOut parameters description.
    Fixed #3078: _ArrayUnique() error on 2D arrays with Au3Check.
    Fixed #3094: Range error in _ArrayDisplay().
    Fixed #3104: _EventLog__Read() returns only domain name.
    Fixed #3085: Wrong UDF Examples.
    Fixed #3113: StderrRead() example.
    Fixed #3117: StringFormat() - second parameter is optional.
    Fixed #3087: _GUICtrlRichEdit_StreamFromFile() add parameter to support UTF16 with no BOM.
    Fixed: Bug with header delimiter if _ArrayDisplay() function called within its own user function
    Fixed: _WinAPI_GetVersion() comparison under Win10.
    Fixed #3091: _WinAPI_RegQueryValue() never returns the buffer size on ERROR_MORE_DATA error.
    Fixed: _GDIPlus_EffectCreate() crashing when run using AutoIt x64.
    Fixed #3134: Missing _WinAPI_GetSystemMetrics() Constants.
    Fixed #3136: Bad doc return description for _FTP_DirPutContents().
    Fixed #3184: bad doc description for $STYPE_DISKTREE and $STYPE_PRINTQ in _Net_Share_ShareEnum() and _Net_Share_ResourceStr().
    Fixed #3233: _GUICtrlListBox_GetSelCount() returning 0 on invalid handle.
    Fixed: _Date_Time_SetTimeZoneInformation().
    Fixed #3516: _Crypt_EncryptData() and _Crypt_DecryptData() doc about Non ANSI Chars handling.
    Fixed #3518: _GUICtrlStatusBar_SetParts() with array of PartWidth.
    Fixed #3582: _WinAPI_GetGUIThreadInfo() caret bounding rectangle.
https://www.autoitscript.com/cgi-bin/getfile.pl?autoit3/autoit-v3-setup.exe
发表于 2018-2-3 12:20:50 | 显示全部楼层
先对维护au3的人表示感谢和敬仰!
我在想,做au3维护的这些大神是职业的还是业余搞这个,这可得花不少时间和精力。
发表于 2018-2-3 12:20:54 | 显示全部楼层
本帖最后由 ScriptFans 于 2018-2-3 12:22 编辑

删除重复内容!
发表于 2018-2-3 14:07:54 | 显示全部楼层
我刚弄好的双语版又要重做了!
发表于 2018-2-4 12:10:26 | 显示全部楼层
回复 1# 悟雨


    最新版不错,不错支持一下!
发表于 2018-2-4 12:13:03 | 显示全部楼层
回复 4# chishingchan


    是啊,刚刚下了你的!又看到更新版了
发表于 2018-2-4 16:00:45 | 显示全部楼层
楼主要发英文和中文的,看不懂啊
发表于 2018-2-4 21:25:15 | 显示全部楼层
我刚弄好的双语版又要重做了!
chishingchan 发表于 2018-2-3 14:07


建议不要急于做 3.3.14.3 , 没下载你的 3.3.14.2 简英版, 估计帮助文档是用的我的汉化版,
若真是这样, 3.3.14.3 的中文文档估计 2, 3 个月内我不会发的...
如果不是这样, 你尽可做 3.3.14.3..........呵呵......笑谈了...........
发表于 2018-2-5 09:21:40 | 显示全部楼层
3.3.14.3应该是稳定了不少吧。距离上个版本2年半了
发表于 2018-2-5 10:11:04 | 显示全部楼层
期待最新中文版了。。。
发表于 2018-2-5 19:10:22 | 显示全部楼层
新版部分编译后用不了
您需要登录后才可以回帖 登录 | 加入

本版积分规则

QQ|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度

GMT+8, 2024-4-29 22:17 , Processed in 0.078352 second(s), 19 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表