v1.15.0
AutomaApp/automav1.15.0Jul 6, 2022by Kholid060
AI Summary
Adds data manipulation blocks, mathematical functions, and UI polish to the workflow editor.
Key Highlights
- New blocks for slice variable, increase variable, regex variable, sort data, and data mapping
- Add math functions ($multiply, $increment, $divide, $subtract)
- Add line color in block settings and copy to clipboard button
- Add 'Find tab by' selection in switch tab block
New Features
- Slice variable block
- Increase variable block
- RegEx variable block
- Sort data block
- Data mapping block
- Math functions ($multiply, $increment, $divide, $subtract)
- Line color in block settings
- Copy to clipboard button
- Find tab by selection
Full Release Notes
### What's new? - Add [Slice variable](https://docs.automa.site/blocks/slice-variable.html), [Increase variable](https://docs.automa.site/blocks/increase-variable.html), [RegEx variable](https://docs.automa.site/blocks/regex-variable.html), [Sort data](https://docs.automa.site/blocks/sort-data.html), and [Data mapping](https://docs.automa.site/blocks/data-mapping.html) blocks. - Add line color in block settings, - Add [`$multiply`](https://docs.automa.site/api-reference/reference-data.html#multiply-value-multiplyby), [`$increment`](https://docs.automa.site/api-reference/reference-data.html#increment-value-incrementby), [`$divide`](https://docs.automa.site/api-reference/reference-data.html#divide-value-incrementby), and [`$subtract`](https://docs.automa.site/api-reference/reference-data.html#subtract-value-incrementby) functions. - Add copy to clipboard button in attributes details and tagname in the element selector, thanks @mgilangjanuar - Add "Find tab by" selection in switch tab block ### Bug fixes - Fix editor min zoom - Stop event propagation in the element selector - Block is copied when editing a block