v0.7.0
AutomaApp/automav0.7.0Dec 10, 2021by Kholid060
AI Summary
An internationalization-focused update that introduces full i18n support, persistence for workflow sorting, and the ability to disable workflows, along with enhanced data extraction functions.
Key Highlights
- Full i18n support added
- Workflows and logs can now be sorted and persisted
- Added option to disable workflows
New Features
- Add i18n
- Persist workflows and logs sort
- Add option to disable workflow
- Add prefix and suffix input to the get text block
- Add `automaRefData` function in javascript block
- Fix z-index of element selector
Full Release Notes
### New features - Add i18n (0cf890385219ce8b8f57987d55783c3f3645a407), closes #115, closes #36 - Persist workflows and logs sort (fcd2db9733d8fe149d43884c5ff149fb96567644), closes #130 - Add option to disable workflow (f6edc8d0dfc4690cc347dea2e6dfb724fc0969fd), closes #121 - Add prefix and suffix input to the get text block and `activeTabUrl` in reference data (c0baee97196dc12227d6aa6b180f32bb72d4a438), closes #28 - Add `automaRefData` function in javascript block (90fdc72265530432b1868171133eb7c6041249fa), closes #135 ### Bug fixes - Fix z-index of element selector (e4539975aa60d06efcb4ac5a947f84c5779248cb), #127