Skip to content

Releases: bichlepa/AutoHotFlow

1.2.0

03 Nov 22:26
Compare
Choose a tag to compare

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

29 Sep 19:45
Compare
Choose a tag to compare

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

1.0.7

23 Sep 10:20
Compare
Choose a tag to compare

New actions: "Convert list to string" and "Convert string to list"

1.0.6

17 Sep 15:07
Compare
Choose a tag to compare

German Translation

1.0.5

11 Sep 15:07
Compare
Choose a tag to compare

It is now possible to install extension packages.

1.0.4

10 Sep 18:14
Compare
Choose a tag to compare

Internal changes that may be needed for custom elements.

1.0.3

08 Sep 16:25
Compare
Choose a tag to compare

Fix of demo flow "Loop tutorial"
No warning message on exit if a demo flow was changed.

1.0.2

07 Sep 15:27
Compare
Choose a tag to compare

Fixed export and import of flows.

1.0.1

03 Sep 20:54
Compare
Choose a tag to compare

Bugfix in action "Input box".
Manager GUI won't open anymore if AHF is started with windows.

1.0.0

03 Sep 14:59
Compare
Choose a tag to compare

Initial release of new almost completely recoded AutoHotFlow!