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
en:changelog [2017/10/28 15:03] jmgren:changelog [2023/10/28 19:07] (current) – [Actiona Changelog] jmgr
Line 1: Line 1:
 ====== Actiona Changelog ====== ====== Actiona Changelog ======
 +
 +Newer versions: https://github.com/Jmgr/actiona/blob/main/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 ===== ===== v3.9.3 =====
 ==== Global ==== ==== Global ====
   * Windows: fixed compatibility with Windows 10   * Windows: fixed compatibility with Windows 10
-  * Send mail action: fixed a bug where no exception was thrown when an error occured when sending the e-mail+  * 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   * 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   * 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")   * 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 occuring at the wrong place+  * Multi data input action: fixed stretching occurring at the wrong place
   * Data input action: fixed default value being capped at 99   * 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   * Windows: fixed Actiona still writing an entry into the registry when starting with the --portable parameter
en/changelog.1509203013.txt.gz · Last modified: 2021/02/13 11:23 (external edit)