v0.5.0
AutomaApp/automav0.5.0Dec 10, 2021by Kholid060
AI Summary
This release expands browser interaction capabilities with new blocks for switching frames, creating new windows, and handling specific input events, alongside improved tab management.
Key Highlights
- Added "Switch frame" and "New window" blocks
- Added input/change events in trigger block
New Features
- Add "Switch frame" block
- Add `input` and `change` event in trigger block
- Add "New window" block
- Add "tab group" option in new tab block
- Add "execute workflows at once" option in collection
- Fix connection is out of viewport when reroute
- Fix multiple content script is injected
Full Release Notes
### New features: - Add "Switch frame" block (3b97298d1cacf43a83c6ede3fa5249dd0809cf46), closes #38 - Add `input` and `change` event in trigger block (cda434bff12dfd4182a32cd2e17db87cfeb17864), closes #84 - Add "New window" block (c6cedcdda005e624ffda454c6b3a8a6ea0ad5452), #22 - Add "tab group" option in new tab block (ae8190301815fc472f8ccc66d2d72b75785be522), closes #41 - Add "execute workflows at once" option in collection (059679f061cf3994c460dcad8df62778131953c5), closes #69 ### Bug fixes - Fix connection is out of viewport when reroute (26c256acb9db25c6c0823c834dcf3ab2d20f410f) - Multiple content script is injected (3f575461a4a709ff4f69fe11069eaee96cd04953), closes #87