v1.5.0
AutomaApp/automav1.5.0Mar 19, 2022by Kholid060
AI Summary
This update expands automation capabilities with new blocks for handling user interactions and downloads, while fixing data insertion and variable setting issues.
Key Highlights
- Add 'handle dialog' block
- Add 'handle download' block
- Add getLength function
New Features
- Add 'handle dialog' block
- Add 'handle download' block
- Add getLength function
- Add 'Reuse last state' option in workflow settings
- Add 'on conflict' option in export data block
Full Release Notes
## What's new - Add ["handle dialog" block](https://docs.automa.site/blocks/handle-dialog.html) (c291242cd98e8ce34803e88b3d8b523788094aa9) - Add ["handle download" block](https://docs.automa.site/blocks/handle-download.html) (2006a52ad4809f36cc520d2b066624daab49834d) - Add [`getLength`](https://docs.automa.site/api-reference/reference-data.html#getlength-str) function (06b0e33e14f6ae85c828033f98f6265b22f51621) - Add "Reuse last state" option in workflow settings (78545b0c9843f1136c72bdc62a305140c5ca21b5) - Add "on conflict" option in export data block (b51dadf021586191511d41141fadbb6dd3583ef9) - Update French locale (https://github.com/Kholid060/automa/pull/400), thanks @JeremLopes ## Bug fixes - `automaNextBlock` params not get inserted (1e72f98d36ef0c5ebaec79a65e8e051174699a29) - Bug when set variables using JS block (d1c6ef97d28044c0e09842a01b214d97238e97f9)