History

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

 

7th Feb, 2005 - v3.1.0

 

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.

 

11th Mar, 2004 - v3.0.101

 

29th Feb, 2004 - v3.0.100