November 18th, 2011· It will be possible to write scripts by encoding only the actions, like AutoIt. The language used is EcmaScript (like Javascript).
· Unlike the latter, it is also possible to debug a script with support for breakpoints, changes in live variables, etc..
· It will be possible to create script files used in the same way as Actionaz 2, but also to create files of code that will allow even more flexibility. (although with the need to know how to program in Javascript)
· Some classes of code used: play a sound, connect UDP or TCP, to download a file, display a window with custom fields, etc..
· The number of shares will be multiplied by three, maybe not for the first version, but there are so many possibilities for action that I could almost get a new weekly ...
· Each parameter is fully variable action, meaning that each parameter can be a piece of code that will be evaluated at runtime.
· Small handy features such as drag & drop actions, the fact of undo or redo an action will also be present.
August 10th, 2009· Added a specific update message for Actionaz 3
· Made the hotkey Ctrl+Alt+Q start and stop the script execution, request Falken
· Set the default time interval to 0 ms
· Replaced the splash screen
· Added {
· }, {
}, { } and {
· l} (= {
}{
· }), request autofill
· Added the Windows key as modifier, request el-belgounetos
· Added an option to cancel a quit request, request autofill
· Updated the function argument parser, it is now possible to have commas in a
· parameter, request extasie
· Use pipes (|) to delimit the parameter that can contain commas : function(|{$a}|)
· instead of function({$a})
· Removed some bad
· replacements
· Removed two sleep periods at end of execution
· Removed unused OS indication in the action list
· Removed buggy time replacements
· Corrected a crash on Actionaz close
· Corrected a bug with sleep intervals, spotted by jcanale
December 5th, 2008· Many bug corrections that where not published officially.
January 31st, 2007· Added the option to create an SFX archive from a script, so you can start this script on a computer where Actionaz is not installed
· Opening a .act file opens it now in a existing Actionaz session instead of starting a new one
· Now you can have the title of a window in the clipboard by giving the forus to it
· Now you can write t in a file without writing a tabulation in it (with )
· Added some parameters
· Added a drag and drop system for opening scripts
· Added a cancel option when closing a script
· Fixed a bug in line numbers
· Fixed a bug in variable and label insertions
· Fixed the default value of the loop action
· Fixed a bug in the description of the window action
October 6th, 2006· Now using wxWidgets 2.7.0
· Actionaz is now using Unicode
· Added a New Action menu, request autofill
· Added a recent file history
· Added a loading progress bar
· Added a tool to measure a distance on the screen
· Added a default value in the text input action, request Guy
· Added a strfindpos funtion to find the xth occurence of a string in another,
· request autofill
· Tabulations (t) and line endings (n) now work within Actionaz
· Added the &ARG0 to &ARG9 special variables to access Actionaz's arguments when
· using a shortcut to load and execute a script, request mat95
· Bug correction : old scripts were not correctly loaded, spotted by autofill
· Bug correction : when creating a short cut to a script in a directory with spaces
· Bug correction : the default speed in the cursor path was null in some cases
September 1st, 2006· Actionaz is now in german, traduction
· Added an option to hide the warning messages about the version conversions
· Added a button to make a shortcut to a script automatically
July 12th, 2006· Added a system action, reboots or shut down the PC
· Added a time condition action, request JLC
· Now the window action can give the focus to a window, request clair jj
· Fixed a bug in the file action, the filenames where not interpreted, spotted