Skip to content

Releases: AutomaApp/automa

v1.15.1

09 Jul 04:15
2d0d13e
Compare
Choose a tag to compare

What's new?

  • Add undo-redo in the workflow editor
  • Add workflow note
  • Disable "insert default column" by default
  • Support mustache tag in proxy port

Bug fixes

  • Block groups item not updated
  • Channel closed error
  • Can't move duplicated block

v1.15.0

06 Jul 07:06
fad2303
Compare
Choose a tag to compare

What's new?

Bug fixes

  • Fix editor min zoom
  • Stop event propagation in the element selector
  • Block is copied when editing a block

v1.14.0

02 Jul 07:14
28d6c14
Compare
Choose a tag to compare

What's new?

  • Updated workflow editor

workflow editor

storage

  • Auto-align blocks

auto align

  • Permission modal when importing or adding a workflow from the marketplace,

permission

  • Updatable block connection

updatable connection

  • Add block settings

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 to pinia

v1.13.0

17 Jun 05:14
4cfe2d2
Compare
Choose a tag to compare

What's new?

  • Brand new workflow logs page UI

logs page

  • Add scheduled workflows page

schedule page

  • Paste the copied blocks at the mouse position.

paste block

  • 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

06 Jun 22:19
68b2d32
Compare
Choose a tag to compare

What's new?

  • Now you can execute your workflow via the context menu, demo workflow
  • Search block inside the editor
  • Notification after the workflow is running
  • Organize your workflows by putting them into a folder
  • Delete multiple workflows at once
  • 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

25 May 12:46
aea91bb
Compare
Choose a tag to compare

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 and on 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

17 May 11:57
5d34258
Compare
Choose a tag to compare

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 and Get 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

27 Apr 10:18
5545ab2
Compare
Choose a tag to compare

What's new

  • Execute multiple blocks simultaneously

  • Toggles enable or disable a block

  • Copy and paste blocks across the workflow

Bug fixes

  • $last path return undefined 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 is undefined in the wait connections block

v1.8.0

20 Apr 11:25
efa9184
Compare
Choose a tag to compare

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

v1.7.2

13 Apr 06:47
49dd305
Compare
Choose a tag to compare

What's new

  • Toggle editor autocomplete in workflow settings

Bug fixes

  • Javascript code block not working