Additions:
-
Added the option to create dock widgets of macros to manually run or (un-)pause them.
You can enable this for a given selected macro on the macro tab using the settings button.
-
Added "Run" condition.
This new condition type allows you to use external programs to trigger actions based on the exit code of a spawned process.
-
Added support for different algorithms for the video condition's pattern matching option, which might improve the matching accuracy depending on the use case.
-
Added text recognition support (OCR) to video condition using "Tesseract". (Windows and MacOS only)
Enables variable support -
Improved "Http" action by adding support for variables and the option to specify headers when using the "Post" or "Get" action.
-
Added variable support for most number based selections, e.g. duration or area selections.
The default value will be 0.0 if a given variable is not a valid number. -
Added option to assign the value of mathematical expressions to a variable.
-
Enabled assigning value of a "Scene item transform" condition to variables.
Changes:
-
Set the default logic type of new non-root macro conditions to "Or".
-
Prevent accidental duration changes while scrolling through the settings.
-
Improve preview frame visibility of cursor condition.
-
Create new groups at the top most selection index, instead of at the bottom of the macro list.
-
Allow drag and drop of macro segments while clicking on the header label.
-
Added macro list context menu options for add, rename, remove.
-
Enable deleting multiple macros at once.
-
No longer ask for confirmation when deleting empty groups.
-
Use theme based icons for status dock, group, and duration icon.
-
Minor layout related changes.
Fixes:
- Fixed macro selections being lost in the "Macro" action or condition if the referenced macros were renamed or (un-)grouped.
- Fixed video condition preview dialog not showing matches in some circumstances.
- Fixed "Hotkey" action not "holding" down keys for the specified duration. (Windows)
- Reduced size of installer binary. (Windows)