Releases: AutomaApp/automa
Releases · AutomaApp/automa
v1.15.1
v1.15.0
What's new?
- Add Slice variable, Increase variable, RegEx variable, Sort data, and Data mapping blocks.
- Add line color in block settings,
- Add
$multiply
,$increment
,$divide
, and$subtract
functions. - Add copy to clipboard button in attributes details and tagname in the element selector, thanks @mgilangjanuar
- Add "Find tab by" selection in switch tab block
Bug fixes
- Fix editor min zoom
- Stop event propagation in the element selector
- Block is copied when editing a block
v1.14.0
What's new?
- Updated workflow editor
- Add storage, learn more about it in the documentation
- Auto-align blocks
- Permission modal when importing or adding a workflow from the marketplace,
- Updatable block connection
- Add block settings
- Add "Log Data" block
- Add "Get Tab URL" block
- Add the "insert to clipboard" option in the clipboard block
- Auto install from URL, thanks @mzaini30
- Update editor settings
- Include the element tag when generating an element selector
Bug fixes
- Fix delete the wrong day on a specific day trigger
- Error when "Wait till tab loaded" is enabled in firefox
- Fix workflow gets overwritten by the backup
- Toggle sidebar not found
- Can't edit block group
- Can't edit some blocks
- Fix hosted workflow log
- Fix recording flow generator
- Fix backup workflows
Others
- Update workflow engine
- Migrate from
vuex
topinia
v1.13.0
What's new?
- Brand new workflow logs page UI
- Add scheduled workflows page
- Paste the copied blocks at the mouse position.
- add
$randData
function - add
equals (case insensitive)
in conditions builder - CSV file options in the export data block
Bug fixes
- click block doesn't work on some websites
- textarea size resetted
- forms block not working in react.js input field
- variables empty when set it using the
automaSetVariable
function - conditions block not working in iframe
- variables are not registered when using JS block inside an iframe
- fix the "invalid data" error when looping through variable
- fix workflow state redirect
- error when opening the logs table
v1.12.0
What's new?
-
Now you can execute your workflow via the context menu, demo workflow
- Update
zh
locale, thanks @xkonglong - Highlight when "on error" is enabled in the block
- Support select iframe using XPath in the Switch Frame block
- Support mustache tag (
{{}}
) in the Proxy block, Max data form input in Loop data block, and Headers form input in HTTP Request block. - Workflow public id in the workflow settings
Bug fixes
- Javascript block variable name
- Connection to the website closed
- Throw
net::ERR_BLOCKED_BY_CLIENT
error when executing workflow - Context menu missing after update
- Block fallback is not copied when it getting replaced
- Fix mustache replacer
- Automa shortcut triggering native browser shortcut
- Can't select text inside form input in the condition builder
- Duplicate input value in condition builder
Others
- Refactor workflow state
- Refactor edit trigger component
v1.11.0
What's new?
- You can directly select an element inside an Iframe element
Video.mp4
- Replace block when a block dropped on top of it
- Update the workflows page UI
- Show hosted workflow in popup
- Support more XPath syntax
- Add description in element exists block
Bug fixes
- Fix
on a specific day
andon browser startup
triggers are not working - Forms block not working on the web that uses react
- Settings are not saved in firefox
- Use a variable to store
refData
in the JS block - List selector not working in
same-origin
iframe - HTTP request block URL input form
Others changes
- Refactor automa element selector
- Refactor record workflow element selector
v1.10.0
What's new?
- Improved record workflow
Record.workflow.mp4
- Add the "Blocks" and "Table" section in workflow settings
- More operators in the conditions builder
- Add Press Key block
- Update the
zh
locale, thanks @xkonglong - Handle dialog block no longer require
Debug mode
Append spreadsheet cell values
andGet spreadsheet range
options in Google Sheets block- You're now able to select multiple elements by XPath and use XPath to loop elements in the Loop Data block.
- Add the
Wait till tab loaded
option in the New Tab block - Increase the conditions limit in the Conditions block
- Allow the Delay block in the Blocks group
Bug Fixes
- Save assets block not working
- Error when inserting
array
type column in the Google Sheets block - Connection is removed when a block is dropped in a block output
- Font not loaded in the Automa Element selector
- Can't open a log if the name is empty
- Loop elements throw an error
- Context menu covering connection delete button
- Wrong element coordinate inside an iframe
- Key not typed when triggering the keyboard event
- Generate wrong selector when recording workflow
- Workflow doesn't execute when has the same
when visit web
trigger
v1.9.1
What's new
- Execute multiple blocks simultaneously
- Toggles enable or disable a block
- Copy and paste blocks across the workflow
- Improve the editor autocomplete
- Add
reload
,delete data
, andwait connections
block - Update
zh-cn
locale, thanks @xkonglong - Add "timestamp" format in
$date
function - You're now able to take a screenshot of an element
Bug fixes
$last
path returnundefined
in javascript block- Block got deleted when press delete on an input
- Autocomplete replaces the wrong value
Reuse last state
not working- Conditions block input form
- Selection not working
PrevBlock
isundefined
in the wait connections block
v1.8.0
What's new
- Now you can backup your workflows to the cloud and access it across your devices
- Select, move, delete, or duplicate multiple blocks by pressing the
ctrl
key
- Add editor settings
- Add
variable
option in the export data block - Pagination in the workflows page
- Sortable conditions in the conditions block
- Back to the workflow button in the workflow log page
Bug fixes
- Forms block insert empty column
- Can't reading
type
in loop breakpoint block - Can't remove multiple blocks after moved
$getLength
function can't get the length of an array