v1.14.0

AutomaApp/automav1.14.0Jul 2, 2022by Kholid060

AI Summary

A major update featuring a redesigned workflow editor, a new storage feature, and a migration to Pinia.

Key Highlights

  • Updated workflow editor with auto-align blocks and updatable connections
  • Add storage feature for workflows
  • Add 'Log Data' and 'Get Tab URL' blocks
  • Permission modal when importing workflows from marketplace

New Features

  • Storage feature
  • Auto-align blocks
  • Updatable block connection
  • Block settings
  • Log Data block
  • Get Tab URL block
  • Insert to clipboard option in clipboard block

Full Release Notes

### What's new?
- Updated workflow editor
<img src="https://user-images.githubusercontent.com/22908993/176990410-b46f1893-77d9-47bb-9546-640d96a16ba3.png" width="700" alt="workflow editor" />


- Add storage, learn more about it in the [documentation](https://docs.automa.site/guide/storage.html)
<img src="https://user-images.githubusercontent.com/22908993/176990054-3747f2a7-bdd3-4504-86d4-162f5f510bd6.png" width="700" alt="storage" />

- Auto-align blocks
<img src="https://user-images.githubusercontent.com/22908993/176990219-22ea87e0-4020-480f-9c81-b575799a4f0d.gif" width="700" alt="auto align" />

- Permission modal when importing or adding a workflow from the marketplace,
<img src="https://user-images.githubusercontent.com/22908993/176990130-195d2187-a33c-4ae1-80d2-b20347e3a4a2.png" alt="permission" width="700" />

- Updatable block connection
<img src="https://user-images.githubusercontent.com/22908993/176990436-cdc7124c-dfbf-4a00-92ca-cf513dd9cb41.gif" alt="updatable connection" width="700" />

- Add block settings
<img src="https://user-images.githubusercontent.com/22908993/176990504-508ab0be-01d1-4bc8-8bb0-6c40e92665a9.png" alt="block settings" width="700" />

- Add ["Log Data"](https://docs.automa.site/blocks/log-data.html) block
- Add ["Get Tab URL"](https://docs.automa.site/blocks/log-data.html) block
- Add the "insert to clipboard" option in the clipboard block
- Auto install from URL, thanks @mzaini30 
- Update editor settings
- Include the element tag when generating an element selector

### Bug fixes
- Fix delete the wrong day on a specific day trigger
- Error when "Wait till tab loaded" is enabled in firefox 
- Fix workflow gets overwritten by the backup 
- Toggle sidebar not found 
- Can't edit block group 
- Can't edit some blocks
- Fix hosted workflow log 
- Fix recording flow generator 
- Fix backup workflows

### Others
- Update workflow engine
- Migrate from `vuex` to `pinia`