Jump to content

Aproximate ETA of 3.0.103


bcording
 Share

Recommended Posts

  • Administrators

The only outstanding bug that I intend to fix is the FileSetTime one. I don't think that RegExp is fixed/stable at the moment so I will release _without_ that for now. Purely documentation of the GUI stuff that is holding me up - a rewrite of the main GUI page and a tutorial.

Link to comment
Share on other sites

Will you be adding Holgers new Tray menu functions to a beta version soon?

Also do the new beta versions come with notes saying what has been added/fixed/tweaked ?

I find my self sifting through the helpfile in order to look for new entrys.

Link to comment
Share on other sites

Also do the new beta versions come with notes saying what has been added/fixed/tweaked ?

I find my self sifting through the helpfile in order to look for new entrys.

Unsure if you have noticed. But the manual also has a History/ChangeLog within. Look at contents, at the very bottom. A link is at the top of that page for beta.

The online changelog maybe possibly more up to date? Needed for developers to convey realtime logging?

Hope this helps, correct me if I'm wrong. :idiot:

Link to comment
Share on other sites

Yeah, the Change Log shows changes between released versions.

History/ChangeLog

Also beta as copied from manual. 1st line, click on "here" word.

CODE
Here is the public history for AutoIt v3. For the full technical log including beta versions click here.

4th Aug, 2004 - v3.0.102

Major 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, just

place 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_SHOWNORMAL

Added: FileGetShortcut()

Added: Predefined $CmdLineRaw variable now holds the original command line in full

Added: @DesktopDepth

Added: ReDim

Added: 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() functions

Added: ProcessSetPriority()

Added: Decompiler (Exe2Aut) added

Added: PixelChecksum()

Added: Strings starting with "0x" are converted from hex when used numerically

Added: MouseWheel()

Added: RegEnumKey() and RegEnumVal()

Added: FileRecycleEmpty()

Changed: TimerStart() renamed to TimerInit(). TimerStop() renamed to TimerDiff()

Changed: FileSelectFolder() flag parameter changed

Changed: REG_MULTI_SZ values in Reg...() functions allow double NULL values

Changed: BirOr(), BitAnd() and BitXOR() take up to 255 parameters

Changed: Icon and windowstate options added to FileCreateShortcut()

Changed: RunAsSet() supports extra profile handling options

Changed: RegWrite() now accepts just the keyname in order to create a keyname with no value

Changed: "Allow Decompilation" option added to Aut2Exe

Changed: Aut2Exe gives feedback during compilation and gives the option to abort

Changed: Compiled scripts run/extract much faster when using FileInstall and medium/large files

Changed: Max number of user function limits removed

Changed: Max number of variable limits removed

Changed: -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 setting

Fixed: FileGetSize() works on >2GB files and in-use files

Fixed: The expression: If "non-blank" And 1 - now evaluates as true

Fixed: ToolTip() when the mouse is near the bottom of the screen

Fixed: StringIsDigit()

Fixed: Process...() functions under NT4 unable to see certain processes

Fixed: Some keywords incorrectly allowed after a THEN keyword

11th Mar, 2004 - v3.0.101

Added: MemGetStats()

Fixed: Windows 95a compatibility

Fixed: Minor help file typos

29th Feb, 2004 - v3.0.100

Initial release

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...