v1.9.1

AutomaApp/automav1.9.1Apr 27, 2022by Kholid060

AI Summary

Introduces concurrent block execution, block toggling, and clipboard functionality alongside improved autocomplete.

Key Highlights

  • Execute multiple blocks simultaneously
  • Toggle blocks enable or disable
  • Copy and paste blocks across the workflow
  • Add reload, delete data, and wait connections blocks

New Features

  • Execute multiple blocks simultaneously
  • Toggle blocks
  • Copy and paste blocks
  • Reload tab block
  • Delete data block
  • Wait connections block
  • Screenshot of an element
  • Timestamp format in $date function

Full Release Notes

## What's new
- Execute multiple blocks simultaneously
<img src="https://user-images.githubusercontent.com/22908993/165491469-286c8db6-0731-49c2-a907-eb7c6e214b66.png" width="600" />

- Toggles enable or disable a block
<img src="https://user-images.githubusercontent.com/22908993/165492957-83a9f19a-4380-4cfb-9fd3-aff25d133447.png" width="600" />

- Copy and paste blocks across the workflow
<img src="https://user-images.githubusercontent.com/22908993/165494374-ddb44965-0dde-42e1-8f5e-5d147b029187.gif" width="600" />

- Improve the editor autocomplete
- Add [`reload`](https://docs.automa.site/blocks/reload-tab.html),  [`delete data`](https://docs.automa.site/blocks/delete-data.html), and [`wait connections`](https://docs.automa.site/blocks/wait-connections.html) block
- Update `zh-cn` locale, thanks @xkonglong 
- Add "timestamp" format in [`$date`](https://docs.automa.site/api-reference/reference-data.html#date-date-dateformat) function
- You're now able to take a screenshot of an element

## Bug fixes
- `$last` path return `undefined` in javascript block 
- Block got deleted when press delete on an input 
- Autocomplete replaces the wrong value 
- `Reuse last state` not working 
- Conditions block input form 
- Selection not working
- `PrevBlock` is `undefined` in the wait connections block