Skip to content

Releases: AutomaApp/automa

v1.21.4

15 Oct 07:09
5d22ad6
Compare
Choose a tag to compare

What's new?

  • Add a "Require" option in the workflow parameters
  • Support |> syntax in XPath
  • Show the current workflow name in the tab title
  • Show how many items are being inserted in the insert data block
  • Enable block settings for some blocks

Bug fixes

  • Context menu variable empty when inside an iframe
  • Fix "data exists" in the conditions block
  • Visit web trigger not working on the SPA website
  • Workflow parameters throw an error
  • Modal close when dragging the mouse outside content
  • Insert text in clipboard block not working in firefox

v1.21.2

09 Oct 12:04
e0bfc5f
Compare
Choose a tag to compare

What's new?

  • Add a reverse loop in the Loop Elements block
  • Change shortcuts without reloading tabs

Bug fixes

  • Loop through elements not working when reversed
  • Context menu name not changing
  • Fix element exists block placeholder
  • Can't use mustache tag in creating element block selector

v1.21.0

25 Sep 04:09
68ef1b7
Compare
Choose a tag to compare

What's new?

  • Define multiple triggers for a workflow
    image
  • You are now able to schedule a workflow using cron
    image
  • "Export logs" button in the workflow logs page
  • Press the Space key to select an element in the Automa element selector
  • Add the "workflow schedule" button on the schedule page
  • Increase interval trigger limit
  • Add logs limit setting

Bug fixes

  • fix Google Sheets block
  • Can't execute workflow from dashboard
  • Sidebar hidden when edit a block
  • Fix included workflow in workflow JSON file
  • Fix loop elements block
  • Fix the default value not showing in workflow parameters
  • Fix changes applied to duplicate workflow
  • Workflow trigger not registered
  • Block package not executed for the second time
  • Prevent opening multiple Automa dashboard

v1.20.0

17 Sep 10:10
82a1451
Compare
Choose a tag to compare

What's new?

  • Add Loop Elements and Parameter Prompt Blocks
  • Allow previewing of the content of the installed package from the marketplace
  • Add "Clear value" in google sheets block
  • Add the switch tab by tab title option in the Switch Tab block
  • Add the "Stop specific workflow" option in the Workflow State block
  • Add the "Update all packages" option inside the workflow
  • Show loop breakpoint id and block package name in the workflow log
  • Searchable workflow log
  • Improve editor autocomplete
  • Add pin workflow

Bug fixes

  • Error when connecting package block
  • Insert data block permission handler
  • Prevent copy in an external package
  • Stop loop option always got reset
  • Error when backup a workflow

v1.19.0

12 Sep 07:15
91b0704
Compare
Choose a tag to compare

What's new?

  • Update logs UI
    image

  • The insert data block is now able to read file content from your local computer and an URL
    insner (2)

  • You no longer need to drop the line on the block input to connect a block.
    connect-block

  • Connect a block by clicking the block output and input
    connect-block2

  • Update the zh-cn locale, thanks @xkonglong

  • Add workflow state block

  • Sortable workflow parameter and add workflow parameter description

  • Put new workflow in the active folder

  • Reverse loop order in the loop data block

Bug fixes

  • Modal shows up when opening the package page
  • Block name not shows up
  • Fix block note
  • Block package icon not showing
  • Exclude block package in blocks group
  • Fix conditions RegEx
  • Record workflow button not showing
  • Fix the incomplete screenshot
  • Fix can't open packages

v1.18.1

05 Sep 02:16
1c9fdbf
Compare
Choose a tag to compare

What's new?

  • Add Automa Packages, learn more about it in the documentation
    image

  • Add note block
    image

  • Support mustache tag in the Repeat Task block

  • Add $modulo function

  • Stop loop option in loop breakpoint block

Bug fixes

  • Fix workflow note
  • Custom loop data got deleted
  • CSS showing into XML page
  • Scroll element to screenshot into the center
  • Text selection is empty on some websites

v1.17.0

29 Aug 01:32
2298ae1
Compare
Choose a tag to compare

What's new?

  • Group and ungroup blocks

Group ungroup

  • Add blocks folder

blocks folder

  • Sync workflows that you have been backup to the cloud in the cloud backup settings

  • Support multipart/form-data in HTTP Request block
  • Include the group block name in the wait connections block

Bug fixes

  • Fix multi-line content in HTTP request block
  • Global data not working when using workflow parameters
  • User hosted workflow not showing
  • Can't insert multiple columns

v1.16.4

17 Aug 07:33
e1caec9
Compare
Choose a tag to compare

What's new?

  • Add element selector settings
    image
  • Add block settings in the conditions block
    image
  • Add autocomplete
    image
  • Display the loop id in the loop data block
  • Add "contains (case insensitive)" and "not contains (case insensitive)" options in the conditions block
  • Code editor autocomplete
  • Support base64 in the upload file block
  • Insert variables in execute workflow block
  • Add "use textContent" option in the get text block
  • Add validation and default value in the workflow parameters
  • Run JS before page load option

Bug fixes

  • Fix cookie block
  • Fix Trigger on a specific date not working
  • Fix code editor

v1.16.0

07 Aug 07:04
b9a4252
Compare
Choose a tag to compare

What's new?

parameters

  • Add credentials to the storage page

  • Write copied blocks to the clipboard

Copy & paste

  • Pin blocks that you frequently use
    image

  • Add cookie 🍪 and create element blocks

  • Add replace method in the regex variable block

  • Update zh locale, thanks @xkonglong

  • Select an option by its position in the forms block

  • Add max and min editor zoom settings

  • Support new line in HTTP request block

  • Add $filter function

  • Sortable workflow table

Bug fixes

  • Can't jump to a block on running workflows page
  • Workflow is executed when the schedule is missed
  • Missing font and get the columns in recording workflow, thanks @mgilangjanuar
  • Options tab does not appear in the element selector
  • Element selector layout is broken in some websites
  • Fix the max loop in the loop data block
  • Fix loop data block only loops the first element
  • Fix unnecessary quotes in HTTP request block
  • Create element selector get overwrite
  • Fix the popup parameter not working in firefox

v1.15.2

11 Jul 23:01
ca3d4da
Compare
Choose a tag to compare

What's new

  • Add wrap line and prettier in JS block, thanks @mzaini30

Bug fixes

  • Duplicate block group item gets change
  • Fix block group
  • Undo-redo activated inside input element