Releases: bichlepa/AutoHotFlow
1.2.0
Some new elements!
New actions: "Block user Input", "Create Shortcut", "Get shortcut information", "Split path", "Set element parameter", "Do nothing".
New conditions: "Variable content is", "Do nothing".
New trigger: "Hotstring".
Actions "Reboot computer" and "Shutdown" have a "force" option.
Action "New variable" has a new option not to set the variable if it exists. Good for flows that have to initialize some variables on first run.
Bugfix in expression evaluator: object access like "obj.key" did not work correclty.
Fix timeout in actions "Input box" and "Message box".
1.1.0
Assistant "get window informations" extended to get the ID of a control (for actions "send keystrokes to control", "set control text", "get control text")
Option to delete a flow if it can't be loaded properly.
Bugfix in code parser where decimal number werde not parsed properly