LOULOU Posted July 20, 2010 Posted July 20, 2010 Why is there none new version of autoit3 since April ? Is the developpement stop ? thanks for answering
JohnOne Posted July 20, 2010 Posted July 20, 2010 Because there is nothing wrong with the current version. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
Moderators Melba23 Posted July 20, 2010 Moderators Posted July 20, 2010 LOULOU, Please remember that AutoIt is developed by a team of volunteers and we depend on these developers having enough time spare away from their real jobs and their home lives to work on the AutoIt code. As such, the development schedule is never announced in advance and new releases appear as and when they are considered ready. I happen to know that several of the developers have very little, if any, time to spare for AutoIt at present - so I would not hold your breath for a new Beta release, let alone a new stable version, any time soon. But then, as with all things AutoIt, you never know...... M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
trancexx Posted July 20, 2010 Posted July 20, 2010 Ahhh... like some politician. The real truth have a bitter taste. All of us will just have to wait and see what happens next. Direction is unpredictable at this point. ♡♡♡ . eMyvnE
sleepydvdr Posted July 20, 2010 Posted July 20, 2010 April was just 3 months ago. I wouldn't ever think development on a project stopped just because the last release was 3 months ago. #include <ByteMe.au3>
jaberwacky Posted July 20, 2010 Posted July 20, 2010 Maybe this question is taboo, but is there a faint glimmer of hope concerning re-opensourcing AutoIt? Helpful Posts and Websites: AutoIt3 Variables and Function Parameters MHz | AutoIt Wiki | Using the GUIToolTip UDF BrewManNH | Can't find what you're looking for on the Forum?
Bert Posted July 20, 2010 Posted July 20, 2010 IMO AutoIt as far as I know will not be open sourced ever again. Now this all depends on Jon for he is the owner. The Vollatran project My blog: http://www.vollysinterestingshit.com/
jaberwacky Posted July 21, 2010 Posted July 21, 2010 one can only hope Helpful Posts and Websites: AutoIt3 Variables and Function Parameters MHz | AutoIt Wiki | Using the GUIToolTip UDF BrewManNH | Can't find what you're looking for on the Forum?
tutor2000 Posted August 12, 2010 Posted August 12, 2010 What happened what'd I miss? That's why I liked the yahoo group Rick
jaberwacky Posted August 12, 2010 Posted August 12, 2010 (edited) Why did they care that someone took their code and spun another program from it? Isn't that a part of what opensource means? Edited August 12, 2010 by jaberwocky6669 Helpful Posts and Websites: AutoIt3 Variables and Function Parameters MHz | AutoIt Wiki | Using the GUIToolTip UDF BrewManNH | Can't find what you're looking for on the Forum?
Knivy Posted August 12, 2010 Posted August 12, 2010 I suppose opensource means that everybody can help and participate in the development. But it doesn't mean that anybody can treat it as their own code and do whatever they want. The author rights and the software license got to be respected. If somebody uses other's opensource code in the programs then he/she must credit the code's author and follow the license terms (GPL or another).
PsaltyDS Posted August 12, 2010 Posted August 12, 2010 Why did they care that someone took their code and spun another program from it? Isn't that a part of what opensource means?It matters a lot which specific license was in use at the time. Before 3.2.0 AutoIt was GPL, now it's closed-source freeware. I've heard there was some animosity at the time, but it was more likely personal (sharp disagreement about whether it was necessary\wise to fork) than legal issues about the license. Seems too much like prying into a friend's family quarrels for me to want to know any more about it. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
SublimePorte Posted August 12, 2010 Posted August 12, 2010 I suppose opensource means that everybody can help and participate in the development.But it doesn't mean that anybody can treat it as their own code and do whatever they want.If it was GPL then pretty much it does mean you can do that.Please go and have a read of the GPL and what it means for forking. There's nothing at all against forking a project under the terms of the GPL, in fact most GPL software is either forked from another GPL project, or has 'descendant' forks itself. Sometimes the forks end up superseding their 'parent' project, sometimes they fade into obscurity. But the GPL definitely allows it.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now