en:changelog
This is an old revision of the document!
Table of Contents
Actiona Changelog
v3.9.0
Global
- renamed Actionaz to Actiona
- now using Qt5 instead of Qt4
- added a SendMail action
- ActionDataInput: added editor type (line, multiline or password)
- fixed DataInput & MultiDataInput not opening URLS in their question fields
- fixed a crash when using the ChooseWindow button
- WriteIniFile: fixed a bug that prevented the creation of new ini files
- Linux: fixed missing F1-F35 keys in the KeyMapper
- Windows: added a "no unicode character" option to the WriteText action
- Windows: fixed keyboard keys not being simulated on some applications
Interface
- added a language change setting
- enabled secure connections for checking Internet connectivity, fetching update information and downloading new versions
- now checking if the SFX files are available to enable/disable the export SFX feature
- fixed a bug preventing saving the values of some settings (caused by the Qt5 migration): users will see those settings reset to their default values
- fixed a bug in localized tab names in action dialogs
- removed unused context help button on dialogs
Code
- added a Mail object
- added ProcessHandle::parentId()
- added a MultilineText option to the InputDialog object
- added Console.clear()
- Image: added the pixels() and pixelData() methods to retreive the pixel values at once
v3.8.0
Actions
- Added in-script resources
- Added a screen capture wizard
- Added the insertion of variables & resources in the code editor
- Added a percent positioning to the position parameter
- Corrected some bugs in variable insertion in parameters
- Variable condition: added a Contains operation allowing to test for the presence of a string in a string list
- Variable condition: corrected the comparison of values, allowing for more intuitive comparisons
- Cursor path: added a mouse button that can be pressed during the action execution
Code
- Script: added the callProcedure function
- SQL: corrected a bug that ran a SQL request two times when using exec() with a non-prepared request
v3.7.0
Actions
- Added a button to insert detected variables into parameter fields
- Added a more explicit error message when a list field is empty
- Fixed a bug when opening a script that had been created using a previous version of Actionaz: new action parameters did not have default values
- Corrected a bug that prevented using the Code Error exception to skip the current action or go to a line of the script
- Pixel Color: added an offset to the position to be checked
- Read INI File: added reading the whole file at once
- Read INI File: corrected a bug that froze the execution when trying to read a file with an empty filename
- Find Image: added a field allowing to retrieve the confidence value
- Find Image: added a field to choose which matching method to use
- Find Image: added a delay between two searches when waiting
- Find Image: added two conditions actions "if found" and "if not found"
- Find Image: removed the "Image not found" exception, previous scripts will be automatically upgraded to use the "if found" and "if not found" parameters
- Find Image: search can now be done in multiple windows if they satisfy the search criterion
- Find Image: renamed "Down pyramids" to "Downsampling"
- Find Image: fixed a bug that prevented searching in some screens when using a multiple screen configuration
- Find Image: fixed a bug that prevented using an absolute position when searching within a window
Code
- Script: added the line attribute
- Image: added the Image.takeScreenshotUsingScreenIndex function that allows taking screenshots using a screen index
- Image: added a parameter to the findSubImage functions to choose which matching method to use
- Image: fixed a bug that prevented searching in some screens when using a multiple screen configuration
- Image: fixed a bug in the Image.takeScreenshot function that took only a screenshot of the main screen when using a multiple screen configuration
v3.6.2
Actions
- Fixed a regression that caused a memory leak and a crash after a repeated use of the Find Image action
Code
- Fixed a bug that caused a memory leak and a crash after a repeated use of Image.findSubImage and similar
v3.6.1
Actions
- Fixed a bug in the in-text variable insertions that prevented using backslashes
v3.6.0
- Fixed a bug where pause before and after each action were not reset after creating a new script
- Fixed a bug that prevented the translation of the parameters usage
Actions
- Added an action to read environment variables
- Upgraded the in-text variable insertions to allow inserting table elements
- Fixed a bug in the Command action that prevented getting the standard output and standard error texts
- Fixed a bug that prevented using Date objects in the Time Condition action
- Fixed a bug in the Find image action & code that could crash the program in certain cases
Code
en/changelog.1434987539.txt.gz · Last modified: 2021/02/13 11:23 (external edit)