v1.28.27
AutomaApp/automav1.28.27Feb 6, 2024by Kholid060
AI Summary
Added Turkish language support, URL-based workflow triggers, and column reordering for storage tables, along with fixes for variable handling and iframe navigation.
Key Highlights
- Added Turkish language support.
- Enabled executing workflows through a URL.
- Allowed changing the order of Storage table columns.
- Fixed workflow package execution and iframe redirect errors.
New Features
- Turkish language support
- Workflow execution through URL
- Storage table columns order change
- Support for number and string variables in loop data block
Full Release Notes
### What's new - Add Turkish language (#1619), thanks @mtahiryilmazz - Executing workflow through URL, [docs](https://docs.automa.site/blocks/trigger.html#trigger-through-url) - Allow change Storage table columns' order - Support number and string variable value in the loop data block ### Bug Fixes - Fix workflow package execution not working - Fix double backslash in variable value - Duplicate when restoring workflow backup - Fix frame id not found error when iframe redirect - Fix language name typo (#1642), thanks @Medoo48 - Fix disabled workflow trigger got registered - Fix styling when dragging workflow card using the mouse