v0.8.0
AutomaApp/automav0.8.0Dec 10, 2021by Kholid060
AI Summary
A significant update introducing internationalization for Traditional Chinese, enhanced automation capabilities like proxies and executing other workflows, and improved element selection and interaction handling.
Key Highlights
- Added zh-tw locale and proxy block
- Improved element selectors and mouse events
- Added execute workflow block
New Features
- Add zh-tw locale
- Improve element selector
- Add save form value option
- Add execute workflow block
- Add loop through numbers option
- Add proxy block
- Add custom workflow icon input
- Add xpath option
- Add mousemove event in trigger event block
- Fix repeat task skipped
Full Release Notes
### New Features - Add zh-tw locale (db0ea10070bdb572c4873a9fcc18a1bb83a4767e), thanks @pakerchang and @stevecyj. closes #155 - Improve element selector (a62c5c7ff39c7a9515c68825aefccc07af4287c6) - Add more mouse events in trigger event block (0a57cbce282ba77cf586591a98c1c7dac87cdedb), - Add save form value option (048309ae44a7fb5e33b1af5e5e25576f834a3d1f), closes #134 - Add execute workflow block (b3e49a4b38bd2b0513302da3db1fecf744362720), closes #125 - Add loop through numbers option (dbede04a949b76def51a9bf19fbb5a3dd51a0619) - Add proxy block (a2e7bd14478807dec089b54e2264b0a932162bf3), closes #150 - Add custom workflow icon input (642a7220f38cf4a0ca930f5a467bde75517c61eb) - Add xpath option (12c415914d529dc53b74fdddd2ac45dcb33399c3), closes #148 - Add mousemove event in trigger event block (8d7c633f4c4e5a2622fd1d8df9e2de8e9f1d4ec9), closes #161 ### Bug fixes - Repeat task skipped (30bd6c5881695b569cbcb0e8e55ee62b3be378f6), closes #140