История

ВАЖНО: Смотрите здесь последние критические изменения.


Здесь краткая история изменений AutoIt v3.

(Для получения полной технической истории, нажмите здесь. Для получения полной истории включая все изменения между бета-версии, нажмите здесь.)


23rd December, 2011 - v3.3.8.0

AutoIt:

AutoItX:

Au3Info:

UDFs:

Au3Check:


16th April, 2010 - v3.3.6.1

AutoIt:



7th March, 2010 - v3.3.6.0

AutoIt:

Aut2Exe

Au3Info

AutoIt3Help

AutoItX

UDFs:



15th January, 2010 - v3.3.4.0

AutoIt:

AutoIt3Help

UDFs:



18th December, 2009 - v3.3.2.0

AutoIt:

AutoItX:

Au3info:

Aut2Exe:

Au3check

Others

UDFs:



24th December, 2008 - v3.3.0.0

AutoIt:

AutoItX:

Aut2Exe:

UDFs:


12th June, 2008 - v3.2.12.1

AutoIt:


16th May, 2008 - v3.2.12.0

AutoIt:


AutoItX:

Aut2Exe:

AU3Info:

SciTE "lite":

UDFs:


25th November, 2007 - v3.2.10.0


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