v0.6.0
AutomaApp/automav0.6.0Dec 10, 2021by Kholid060
AI Summary
This update improves the editor user experience with a context menu and log pagination, while introducing data type handling like arrays and global data sharing across workflows and collections.
Key Highlights
- Added context menu in editor
- Pagination in log detail
- Array data type support
New Features
- Add context menu to the editor
- Pagination in log detail
- Add array data type
- Treat checked attribute as boolean
- Add "On specific day" option in trigger
- Add global data in workflow
- Add global data in collection
- Fix last block not appear in log
Full Release Notes
### New features - Add context menu to the editor (2ebc8661609b3460fb8a324939bd3412d13ff013) closes #78 - Pagination in log detail (717945c99ac4bd7fa5b80984b4a0a81ff4c08178) - Add array data type (e18b774728cd3dea48cc45d2782acbe178bc1905), closes #99 - Treat checked attribute as boolean (2f56fd46f671dd1d16d8a28b99e8ddbd28bd350a), closes #94 - Add "On specific day" option in trigger (2f56fd46f671dd1d16d8a28b99e8ddbd28bd350a), closes #35 - Add global data in workflow (2ba67b6af5f47613bac2d56387e1d9a0caf04f75), - Add global data in collection (07d4bf27034bb3451407ef745c52f193c0150783), closes #112 ### Bug fixes - Last block not appear in log (cc6c6e3cbc5c1b5a269dc761c5f9b72e84889f08)