Skip to content

Releases: AutomaApp/automa

v1.29.9

26 Mar 11:29
Compare
Choose a tag to compare

What's Changed

  • fix(ui/autocomplete): prevent keydown handling when popover is hidden by @jialudev in #1928
  • fix: The Download block does not modify the filename of the downloaded file as expected when "overwrite" is selected.
  • fix: The Condition Block fails to execute JavaScript properly when "code" is selected.
  • fix: Data related to the default demo workflow of X (Twitter).
  • feat: add sidebar drag and drop functionality by @Stitch-1028 in #1688

New Contributors

Full Changelog: v1.29.8...v1.29.9

v1.29.8

10 Mar 11:34
965b21d
Compare
Choose a tag to compare

What's Changed

  • Update the Traditional Chinese language pack. by @es94111 in #1899
  • Migrate mv3 by @bingren-yd in #1942
    • Fixed and optimized event communication under the ChromeV3 mechanism.
    • Fixed the abnormal invocation of the get method in the Cookies Block.
    • Fixed the problem where the Upload Block did not take effect.
    • Resolved the issue where the Trigger Block would infinitely prompt for parameter input when parameters were present.
    • Fixed the problem where the Create Element Block did not take effect.
    • Fixed the error where the entire variable object was unexpectedly obtained when using variables.
    • Optimized the mechanism for executing global JavaScript (which now works properly even on websites with Content Security Policy, CSP).

New Contributors

Language Settings

image

Full Changelog: v1.29.5...v1.29.8

v1.29.5

21 Feb 06:29
Compare
Choose a tag to compare

What's new

  • Compatible with Chrome V3 and adapted to the Chrome V3 API.

Bug Fixes

  • Fixed the issue where the editor's associated prompt position was displayed incorrectly when editing JavaScript code.

If you are a Firefox user, please use the previous version 1.28.27.

Full Changelog: v1.28.27...v1.29.5

v1.28.27

06 Feb 06:56
1cedeb3
Compare
Choose a tag to compare

What's new

  • Add Turkish language (#1619), thanks @mtahiryilmazz
  • Executing workflow through URL, docs
  • 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

v1.28.25

23 Dec 01:52
6972828
Compare
Choose a tag to compare

What's new?

  • add the HEAD method in the HTTP Request block
  • Support full expression in conditions builder
  • Support expression in variable name in the Insert Data block

Bug fixes

  • Fix replaceTable param in the javascript code block

v1.28.24

19 Dec 07:34
c12f395
Compare
Choose a tag to compare

What's new

  • Add press time option in press key block
  • Add option to auto-save workflow when executing workflow
  • Support expressions in the Parameter Prompt block

Bug Fixes

  • Fix redundant snapshot (#1557)
  • Block not deselect when leaving the tab
  • Can't find block when using js block (#1569)
  • Error when deleting workflow (#1577)
  • Can't encode certain characters when backup workflows
  • Delay block sometimes not working on Firefox
  • Can't input special chars using the press key block
  • The "press time" form in the press key block loses its value and allows expression
  • Fix can't scroll element inside an iframe

Contributors

Thanks @Siykt, @Willy-J, and @ZaneYork

v1.28.22

21 Nov 07:26
2010e7a
Compare
Choose a tag to compare

Bug Fixes

  • Fix deleting selected blocks in the inactive tab (#1538)
  • Fix can't find block when using js block
  • Fix can't overwrite existing storage variable
  • Fix text overflow problem on the description of trigger's params (#1531)
  • Fix styling in workflow parameters popup

Contributors

Thanks @chinhquoc01, @MarcusXavierr

v1.28.21

11 Nov 07:54
f3e75ee
Compare
Choose a tag to compare

What's new?

  • Add a checkbox option in trigger parameters

Bug fixes

  • Fix scroll element block
  • Fix storage variable value not updated in the execute workflow block
  • Fix javascript block not working in nested iframe
  • Fix variable storage name
  • Fix the file is broken when uploading it using the Google Drive block
  • Fix 'Wait for the file to be downloaded doesn't work' on the handle download block

v1.28.18

30 Oct 04:13
e9810b3
Compare
Choose a tag to compare

Bug Fixes

  • Fix iframe multi-level nested inner element cannot be accessed
  • Fix JS block code editor style
  • Fix the automaFetch function not returning data
  • Fix block position when dragged into the editor

v1.28.17

24 Oct 04:21
0457860
Compare
Choose a tag to compare

Bug fixes

  • Fix Condition block 'Data exists' not working for loopData
  • Clear triggers when the workflow is disabled
  • The screenshot block doesn't support the contains selector (#1468)

Others

  • Refactor: more fine-grained lock (#1471)

Contributors

Thanks @Siykt