Administrators Jon Posted August 4, 2004 Administrators Posted August 4, 2004 (edited) AutoIt v3.0.102 has been released. Download: http://www.autoitscript.com/autoit3/downloads.phpHISTORYWeb Version:http://www.autoitscript.com/autoit3/docs/history.htmText Version:4th Aug, 2004 - v3.0.102Major Change: Colors now default to the standard RGB format rather than the previous BGR format. This affects PixelSearch() and PixelGetColor().The "ColorMode" option has been added to allow old scripts to run with the old BGR mode, justplace this line at the top of your script to use the old method, e.g.:Opt("ColorMode", 1)If you use color functions in your code you MUST take notice of the above change and either change the colors in your code OR add the Opt ColorMode option as shown above. This especially affects BOTs and code that interacts with games. Added: DriveMapAdd(), DriveMapDel() and DriveMapGet()Added: @SW_SHOWDEFAULT, @SW_SHOWMAXIMIZED, @SW_SHOWMINIMIZED, @SW_SHOWMINNOACTIVE, @SW_SHOWNA, @SW_SHOWNOACTIVATE, @SW_SHOWNORMALAdded: FileGetShortcut()Added: Predefined $CmdLineRaw variable now holds the original command line in fullAdded: @DesktopDepthAdded: ReDimAdded: More command line params for Aut2Exe.exe: /nodecompile and /comp 0-4 (compression level, 4=best)Added: Process ID (PID) support for Process...() and Run() functionsAdded: ProcessSetPriority()Added: Decompiler (Exe2Aut) addedAdded: PixelChecksum()Added: Strings starting with "0x" are converted from hex when used numericallyAdded: MouseWheel()Added: RegEnumKey() and RegEnumVal()Added: FileRecycleEmpty()Changed: TimerStart() renamed to TimerInit(). TimerStop() renamed to TimerDiff()Changed: FileSelectFolder() flag parameter changedChanged: REG_MULTI_SZ values in Reg...() functions allow double NULL valuesChanged: BirOr(), BitAnd() and BitXOR() take up to 255 parametersChanged: Icon and windowstate options added to FileCreateShortcut()Changed: RunAsSet() supports extra profile handling optionsChanged: RegWrite() now accepts just the keyname in order to create a keyname with no valueChanged: "Allow Decompilation" option added to Aut2ExeChanged: Aut2Exe gives feedback during compilation and gives the option to abortChanged: Compiled scripts run/extract much faster when using FileInstall and medium/large filesChanged: Max number of user function limits removedChanged: Max number of variable limits removedChanged: -1 does no sleep at all for Send/Mouse delays (SendKeyDelay, etc...)Changed: Optional occurance parameter added to StringInStr()Changed: Optional default filename added to FileOpenDialog() and FileSaveDialog()Changed: Registry functions accept 4 letters keys (HKLM instead of HKEY_LOCAL_MACHINE, etc.)Changed: Remote registry keys are accepted in the form "\\computername\key\subkey"Changed: AutoItSetOption returns the previous settingFixed: FileGetSize() works on >2GB files and in-use filesFixed: The expression: If "non-blank" And 1 - now evaluates as trueFixed: ToolTip() when the mouse is near the bottom of the screenFixed: StringIsDigit()Fixed: Process...() functions under NT4 unable to see certain processesFixed: Some keywords incorrectly allowed after a THEN keyword Edited August 4, 2004 by Jon Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/
Recommended Posts