User Tools

Site Tools


en:changelog

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
en:changelog [2016/05/28 10:16] jmgren:changelog [2021/02/13 11:23] – external edit 127.0.0.1
Line 1: Line 1:
 ====== Actiona Changelog ====== ====== Actiona Changelog ======
 +
 +===== v3.10.0 =====
 +==== 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
 +
 +===== v3.9.4 =====
 +==== Global ====
 +  * Fixed a slowdown occurring when editing an action within a big script
 +  * Fixed non-translated buttons
 +  * Fixed various memory leaks
 +  * Windows: now using Qt 5.6 to build official binaries, removed Webkit web browser but reduced installer and SFX
 +==== Installer/Packages ====
 +  * Windows installer: fixed missing .dll files used by SQL drivers (like MySQL)
 +
 +===== v3.9.3 =====
 +==== Global ====
 +  * Windows: fixed compatibility with Windows 10
 +  * Send mail action: fixed a bug where no exception was thrown when an error occurred when sending the e-mail
 +  * Click action: fixed not specifying a position would move the mouse cursor to the upper-left screen position
 +  * Procedures: fixed a bug where actions were reset when a procedure ends
 +  * Time condition action: fixed the "if after" and "if before" labels not being intuitive (replaced by "if in the future" and "if in the past")
 +  * Multi data input action: fixed stretching occurring at the wrong place
 +  * Data input action: fixed default value being capped at 99
 +  * Windows: fixed Actiona still writing an entry into the registry when starting with the --portable parameter
 +==== Interface ====
 +  * Linux: added a warning when starting Actiona on a non-X11 session
  
 ===== v3.9.2 ===== ===== v3.9.2 =====
en/changelog.txt · Last modified: 2023/10/28 19:07 by jmgr