Jump to content

3.1.1++


jpm
 Share

Recommended Posts

  • Replies 513
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

07th October, 2005 - v3.1.1.81 (beta)

Fixed : Some doc typos. (Thanks VicTT,...)

Fixed : Reg... functions on IA64/X64.

Fixed : FileFindFirstFile() leak handles. (Thanks ChrisL/JdeB)

Fixed : @IpAddress when not network installed. (Thanks Coder demon)

Added : TCPSend, UDPSend can send Binary strings.

Updated : UDF v1.40 (5 October 2005)

- Fixed error in _ArrayToString example. (/dev/null)

- Changed _WeekNumberISO() to return the proper ISO weeknr.

Also removed startday parameter because ISO weeks always starts on Monday.

- Added _DateToDayOfWeekISO which returns the ISO day number. 0=Monday - 6= Sunday

Updated : UDF v1.39 (27 September 2005)

- Updated _InetGetSource. (w0uter)

Fixed : AutoIt crash on GuiCtrlCreateObj with bad object.

Fixed : ObjEvent returns "" on error.

Fixed : _GUICtrlListViewDeleteAllItems (by gafrost)

Restriction : ControlListview cannot reference a 64-bit process as Explorer.

Link to comment
Share on other sites

10th October, 2005 - v3.1.1.82 (beta)

Fixed : FileCopy, FileInstall, DirCopy, FileMove replacing the same file. (Thanks PaulGX)

Fixed : DllStructCreate no more case sensitive but still space sensitive. (Thanks LxP)

Fixed : AutoIt Crash when creating a control on a minimized window. (Thanks Monter)

Added : MsgBox, SplashTextOn and TrayTip text convert binary string to hex for display.

Fixed : TCPSend, UDPSend really send Binary strings (I hope). (Sorry VicTT)

Fixed : GUICtrlSetImage icon. (Thanks Valuater)

Updated : UDF v1.41- (10 October 2005)

- Added _GUICtrlListSelectIndex to GUIList.au3. (gafrost)

Link to comment
Share on other sites

I know that I should not be asking this, but some time agoI read the new official release was going to be soon. Is there any plans to release it this month? Will it be called 3.1.2 or 3.2.0? There are many new additions, no?

A+!

With many new additions come many new bugs... Be patient. I know it's hard not to ask.
FootbaG
Link to comment
Share on other sites

I know that I should not be asking this, but some time agoI read the new official release was going to be soon. Is there any plans to release it this month? Will it be called 3.1.2 or 3.2.0? There are many new additions, no?

A+!

Whomever said that was flat out wrong. Releases are done when they are done and putting any sort of time frame on it is a lie (This holds true for all software development).
Link to comment
Share on other sites

11th October, 2005 - v3.1.1.83 (beta)

Removed : MsgBox, SplashTextOn and TrayTip text convert binary string to hex for display. (Valik disagree)

Updated : UDF v1.41 (10 October 2005)

- Fixed BUG in _ReplaceStringInFile() always replacing multiple occurences on a single line. (Wooltown/LxP)

- Added _GUICtrlListSelectIndex to GuiList.au3 for single select listbox's. (gafrost)

Link to comment
Share on other sites

18th October, 2005 - v3.1.1.84 (beta)

Updated : GUICtrlCreatePic("",... create an empty pic no more returning error. (Thank Larry, ...)

Fixed : Default keyword = -1 in arithmetic computation.

Fixed : False and False = False. (Thanks Valik/Jon)

Fixed : Grey coloring of input/edit control when disabled. (Thanks Neil)

Updated : Binary doc example.

Fixed : Crash on AutoIt exit when GUiCtrlCreateObj used with some .OCX. Temporary go around waiting SvenP correction.

Updated : GUICtrlCreateEdit doc to include an example to how to have a richedit control using GUICtrlCreateObj. (by kjactive)

Fixed : FileClose,FileFindNextFile, FileRead, FileReadLine, FileWrite, FileWriteLine, PluginClose, DllClose return 0 on bad handle. (Thanks WoolTown)

Fixed : Bad index when opening help thru Scite editor. (Thanks Valik/Cyberslug)

Link to comment
Share on other sites

  • 3 weeks later...

03th November, 2005 - v3.1.1.85 (beta)

Updated : GuiCtrlCreateGraphic default size. (Thanks Sunblood, gafrost)

Updated : AutoIt3Help.exe (no KeyHH.exe need)

Fixed : ObjEvent() doc typo. (Thanks JdeB)

Updated : Several tabular display in Doc.

Renamed : Binary(), IsBinary() to BinaryString(), IsBinaryString(). (Thanks Larry)

Updated : String... support BinaryString variables.

Updated : @OSVersion = WIN_6.0(Vista?), WIN_6.1(LongHorn?). (Thanks CyberSlug)

Fixed : Crash on Exit Autoit after using GUICtrlCreateObj and GuiCtrlDelete on another control. (Thanks kjactive)

Fixed : Console... doc related links. (Thanks Zedna)

Fixed : Empty command line parameter (""). (by Tylo/jpm)

Updated : ControlSend Doc to make clearer ref to control/window. (Thanks DaleHolm)

Fixed : @ScriptLineNumber not significant in compiled script. (Thanks /dev/null /Valik)

Fixed : FileCopy when creating subdir. (Thanks gcriaco)

Fixed : ControlClick doc precision. (Thanks Amen)

Fixed : Language->comments example. (Thanks Yves1Fix)

Fixed : IniReadSection doc. (Thanks PaulGX/Valik)

Fixed : bad var definition. (Thanks w0uter)

Fixed : Crash after GUICtrldelete of a control having the focus. (Thanks suthers, LxP)

Updated : UDF v1.42 (2 November 2005)

- Updated _ArrayToString documentation, changed parameter order. (Josbe)

- Updated _FileList2Array: removed checking for "." and ".." from the return from FileFindNextFile(). (SolidSnake)

- Added _SetDate and _SetTime to Date.au3. (/dev/null)

- Added _StringInsert to String.au3. (Celeri)

- Fixed bug in the _GUICtrlListViewDeleteItem. (gafrost)

Link to comment
Share on other sites

03th November, 2005 - v3.1.1.86 (beta)

Fixed : String... on nonstring parameters. (Thanks Valik)

Changed : FileClose,File... suppression of AutoIt runtime error. (Valik suggestion)

Slight update in case of big regression on string manipulation

Link to comment
Share on other sites

07th November, 2005 - v3.1.1.87 (beta)

Fixed : @DesktopHeight/Width doc typo. (Thanks PartyPooper)

Added : VC8 compilation support. (by Valik)

Fixed : Float to Integer precision. (Thanks kalavo/Valik)

Fixed : Bad FatalError after Exit in UDF. Only the first FatalError will be displayed if any before Exit (Thanks LxP)

Updated : Internal change in Handle value.

Fixed : Integer to string conversion. (Thanks LxP)

Fixed : Crash if ObjEvent refer to a function having byRef parameter. (Thanks wisheu,DaleHolm)

Fixed : GuiCtrlSetData can delete a specific column. (Thanks Valuater,gafrost)

Fixed : memory leak on GuiDelete($tabitem with icon). (by Holger/jpm)

Fixed : StringMid($a,3). (Thanks LOULOU)

Fixed : StringSplit($a,""). (Thanks Valik)

Link to comment
Share on other sites

  • 2 weeks later...

19th November, 2005 - v3.1.1.88 (beta)

Fixed : Refreshing of dispayed tabitem after a tabitem delete.

Fixed : StringSplit($a," - ",1) string delimiter. (Thanks MHz)

Updated : Some checking in uninstaller waiting JON not agressive Uninstaller. Non AutoIt include are preserved.

Fixed : Some doc typos. (Thanks PartyPooper,Helge)

Fixed : Return code from delayed function as WinWait destroyed by Adlib execution. (Thanks BrianH, Valik)

Fixed : MouseGetCursor doc example. (Thanks PartyPooper)

Fixed : Invalid line continuation not detected. (Thanks MHz)

Fixed : FileInstall on same dir. (Thanks TiMa)

Fixed : GuiCtrlRead on ListViewItem doc precision. (Thanks SumTimWong,tonedeaf)

Fixed : Func definition with Byref and default value. (Thanks Fur)

Fixed : missing #ce in #include. Still Aut2Exe to be corrected too. (Thanks Fur)

Updated : UDF v1.43 (18 November 2005)

- Fixed _DateAdd() Typo's in helpfile. (Gene)

- Updated _INetMail() with new logic to support environment variables. (JPM)

- Updated _GUICtrlListViewDeleteItemsSelected() with Test for Array. (CatchFish)

- Added a Constant to GUIList.au3 and changed all examples. (gafrost)

Link to comment
Share on other sites

25th November, 2005 - v3.1.1.90 (beta)

Fixed : GUICreate with WS_VISIBLE do an implicit GUISetState(). (Thanks kjactive)

Fixed : ObjEvent error when function does not exist. (Thanks kjactive)

Added : FileCreateNTFSLink(). (by jpm)

Updated : FileRead() count optional to read the entire file. (by LxP)

Updated : Some doc clarification about command line switches. (Thanks MSLx Fanboy)

Fixed : RunWait related link in doc. (Thanks w0uter)

Fixed : Crash Autoit Ending after not closing file open in raw mode. (Thanks VicTT)

Fixed : StdoutRead with null StdIn, Stdout, Stderr applications. (Thanks PaulGX, fixed by DaveF)

Updated : Some doc precision in For...Next and For...In...Next. (by JdeB)

Updated : v1.44 (25 November 2005)

- Fixed _ReplaceStringInFile to avoid adding CRLF when missing at the EOF. (JdeB)

- Added _ProcessGetName to Process.au3. (Erifash)

Link to comment
Share on other sites

You can download from here

25th November, 2005 - v3.1.1.90 (beta)

Fixed : StdoutRead with null StdIn, Stdout, Stderr applications. (Thanks PaulGX, fixed by DaveF)

Thanks also to ReFran for reporting the same issue.

Yes yes yes, there it was. Youth must go, ah yes. But youth is only being in a way like it might be an animal. No, it is not just being an animal so much as being like one of these malenky toys you viddy being sold in the streets, like little chellovecks made out of tin and with a spring inside and then a winding handle on the outside and you wind it up grrr grrr grrr and off it itties, like walking, O my brothers. But it itties in a straight line and bangs straight into things bang bang and it cannot help what it is doing. Being young is like being like one of these malenky machines.

Link to comment
Share on other sites

27th November, 2005 - v3.1.1.91 (beta)

Changed : /c command line switch change to /AutoIt3ExecuteLine to allow /c to be use by the scripter in compiled scripts. (Thanks ..., Valik, SlimShady)

Updated : /AutoIt3ExecuteScript scriptfilename allow compiled script to execute script already install or just install by fileinstall. (Thanks Valik, SlimShady)

Fixed : FileRead returning @error=-1 on empty file. (Thanks AutoIt Smith)

YOU have to change script which spawn other with the /c switch. for beta 3.1.1.99 you will get a popup telling that the /c will soon be removed for ever.

Link to comment
Share on other sites

i just posted a bug report b4 i found this thread, so not sure if i should have or not, but anyways this looks like a better suited thread for my concern, when trying to run autoit installer with the appropriate switch, i still get a message that i have to manually click off "this is a beta version of autoit" can this be disabled too if the silent switch is used please :P

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

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