History

Here is the summarised history for the notable changes to AutoIt v3.  For the complete technical history click here. For the complete history including all changes between beta versions click here.

 

25th November, 2007 - v3.2.10.0

 

WARNING: The next release of AutoIt will have the following changes which will break backwards compatibility:

 

10th September, 2007 - v3.2.8.1

 

8th September, 2007 - v3.2.8.0

 

24th August, 2007 - v3.2.6.0

 

25th May, 2007 - v3.2.4.9

 

23rd May, 2007 - v3.2.4.8

 

22nd May, 2007 - v3.2.4.7

 

20th May, 2007 - v3.2.4.6

 

20th May, 2007 - v3.2.4.5

 

17th May, 2007 - v3.2.4.4

 

17th May, 2007 - v3.2.4.3

 

15th May, 2007 - v3.2.4.2

 

13th May, 2007 - v3.2.4.1

 

10th May, 2007 - v3.2.4.0

 

Big changes:

Other changes:

 

19th December, 2006 - v3.2.2.0

 

13th August, 2006 - v3.2.0.1

 

12th August, 2006 - v3.2.0

 

7th Apr, 2005 - v3.1.1

Minor bugfix release.

 

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