Actiona Changelog

What's new in Actiona 3.10.2

Dec 21, 2023
  • Global:
  • Fixed a crash when running a script containing only two actions without pauses
  • Fixed a bug where some actions weren't stopped when a script was interrupted
  • Fixed a bug where the main window of Actiona could be hidden when an exception was triggered during the execution of the first action
  • Windows: the minimum version is now Windows 7
  • Windows: disabled support for 32-bit versions of Windows
  • Windows: fixed a bug preventing the opening of scripts from the file explorer
  • Fixed a bug where a progress window could appear during the editing of certain actions
  • Increased the accuracy of many timers, including the duration of the Pause action
  • Added pause/resume support for the Pause action
  • Fixed a bug when calculating execution durations
  • Fixed bugs in the heatmaps
  • Many minor code corrections
  • Interface:
  • The "Ok" button is now always the default selected when editing an action
  • Removed input/output parameter fields in actions as they interfered with the OS's color theme
  • Removed unused question mark buttons in dialogs
  • Added Chinese translation, thanks to Asuka Minato
  • The execution window can now be moved

New in Actiona 3.10.1 (Dec 21, 2023)

  • Global:
  • Unixes: fixed compilation using OpenCV 4
  • Unixes: fixed compilation on unixes other than Linux
  • Fixed compilation using recent Qt versions
  • Windows: fixed compilation using MinGW
  • Interface:
  • Unixes: fixed broken global shortcuts

New in Actiona 3.10.0 (Dec 10, 2021)

  • Global:
  • Added a keyboard key condition action that allows checking or waiting for a particular key combination to be pressed
  • Added a text to speech action that uses the operating system's voice synthesis capabilities
  • Click action: added an option to reset the cursor position to its former position after the action has finished executing
  • DataInput action: the output variable now contains an empty string if the user cancels the data input dialog
  • Interface:
  • Added filters allowing to find an action within the script or within the list of available actions
  • Added an action heat map that allows viewing the execution count and time spent per action (available after the first script execution)
  • Improved program loading times
  • Fixed missing script line numbers (regression from previous version)
  • Fixed a slowdown when copy and pasting multiple actions within a big script
  • Fixed a possible bug on the console when running a script for longer than a day
  • Fixed a few minor bugs