Released: Feb 28, 2019
v5.0.0.1070 中的更新
修补程序
- Automise Core - Random av when accessing global scripts.
- Automise IDE - Target Parameter renames were not taking effect until project reload.
Released: Jul 29, 2016
v5.0.0.591 中的更新
特性
Automise IDE Features
- Enhancement - Improved error reporting for resetting variables that are undefined.
- Enhancement - Cached the loading of Automise configuration files.
- Enhancement - Improved startup time.
- Enhancement - Action group variable renames will now propagate to child actions.
- Enhancement - Project variable renames will now no longer propagate to action groups and their children that define an override variable of the same name.
- Enhancement - actionlist variable renames will now...
Released: Mar 3, 2016
v5.0.0.421 中的更新
特性
- Stepping Engine - Major rewrite of the internal stepping engine reduces the moving parts, while enabling extra features to be implemented. The result is your projects will run faster and consume less resources. It also provides extra tools for debugging projects.
- Action List Dependencies - Action Lists can now list other action lists that they depend on. For example this allows specifying an UploadAndClean Action List that depends on the Clean and Upload Action Lists. When UploadAndClean is...
Released: Aug 15, 2011
Updates in this release
Updates in 4.0
IDE Changes
The new IDE allows multiple projects to be opened for editing (as opposed to Automise 3 which only allows a single project to be opened at a time). To complement this feature the new IDE includes docking which will allow you to re-arrange the tabs to your taste. A number of other improvements have been made throughout the IDE to improve the experience of creating and maintaining your Automise projects. These improvements include:
Improvements To Variable Manipulation...
Released: Oct 21, 2009
Updates in this release
Updates in V3.0
Core Improvements
- Windows PowerShell & IronPython
PowerShell and IronPython are now supported alongside VBScript and JavaScript as Automise scripting languages. This means that any action can be extended with PowerShell or Python script events, and it is also possible to create PowerShell and Python based custom actions with ActionStudio. - Action Logging
Action log output is now tagged and color-coded according to Errors, Warnings, Success and Information. It is possible to...