Releases: AutomaApp/automa
Releases · AutomaApp/automa
v1.27.2
What's new?
- Add "add sheet" in Google Sheets (GDrive) block
- Update French language, thanks @cannibalox
Bug fixes
- Fix failed to fetch API error
- Unauthorized error when fetching API
- Can't get selector on certain elements
- Forms element not focus when using Click Element block
- Fix connect on tap in the workflow editor
v1.27.0
What's new?
Bug fixes
- Can't insert data to table from javascript block
- Fix workflow settings
- Fix block validation
- Connections not updated in the Conditions block
v1.26.2
What's new?
- You are now able to query an element inside a shadow DOM using the
shadow-dom-selector >> element-selector
syntax. - Add data type prefix in the conditions builder. See the documentation for more details.
- Add Ukrainian language, thanks @Medoo48
- Update Italian language, thanks @dvdzhou
- Add the
$replaceAll
function. - Add the
nextBlockId
parameter on theautomaNextBlock
function in the javascript block. - Add import, export, and duplicate package.
- Add a folder and sort in the popup
Bug fixes
- Fix clipboard block (#1096)
- Can't query element inside closed shadow dom
- Can't paste text in some blocks
- Fix element selector blocks tab select border is blocked (#1079), thanks @kinfuy
- Fix block connection
- Fix parameter description whitespace
- Fix prefer tab in the Prompts Parameter block
- Fix "Go to block" in running workflow
- Running workflows not showing up
- Fix modal style
v1.25.3
v1.25.1
What's new?
-
Add "Scroll up" action in Loop Elements block
-
Sort workflows by most used
-
Query in the Get Tab URL block
-
Support the
$push
prefix in the variable -
Store the HTTP Request block response in the workflow log
-
Update
it
locale, thanks @dvdzhou -
Update
zh
, thanks @xkonglong -
"open in new tab" on the Link block
-
Display running workflows as the badge
-
Save the download id in the save assets block
-
Add download id in handle download block
-
Add "prefer input params in the tab" in the Trigger block
-
Support base64 in the
automaFetch
function
Bug fixes
- Fix failure to create multi-level directories, thanks @AprildreamMI
- fix vuei18n warning, thanks @AprildreamMI
- Fix active tab block
- Fix HTTP Request block form-data content type, close #1034
- Fix save assets block validation
- Copy blocks not working
- Blank when opening hosted workflow
v1.24.2
What's new?
- Support file path and URL in the
multipart/form-data
HTTP Request block - Close the dashboard window when no workflows run
- Add block execution timeout in the block settings
- Support
:contains
in the CSS Selector
Bug fixes
- Editor highlighter does not work
- Fix parameter input focus
v1.24.0
What's new?
- Read the file as base64 in the insert data block
- Add
it
locale, thanks @dvdzhou - JSON format in the cookie block
- Move the workflows logs in the modal (9853860)
- Add workflow history data snapshot
Bug fixes
- Error when inputting URL in upload file block
- Handle dialog block not working
- Clipboard block not working firefox
- Fix the
localstorage
not defined error - Fix options value in the element selector
- Fix validation for press key block
- Fix dragged block getting inserted
- Fix delete day in the "on a specific day" trigger
- Parameter block not working
- Context menu variables empty
- Fix HTTP Request block error
- Selector settings show only the selector type is the CSS selector, thanks @alqmc
- Can't dynamically input start index
- Workflow stuck when the selector is invalid
- Workflow throws Iframe element not found error
- Fix active tab block
- Fix can't open the dashboard
- Fix can't screenshot element inside an iframe
- Fix the
Element not found
error when verifying the selector
v1.23.3
What's new?
- Add block validation
- Updated Vietnamese locale, thanks @hoangsvit
Bug fixes
- Popup element selector not working on multiple windows
- Insert data file not working
- Error in the sandbox
- Export data block not working in the background
- Trigger block keeps showing a warning
- While loop block
- Parameter execute multiple times
window
is not defined error- Switch tab block not working on multiple windows
- Switch tab block keeps throwing an error
v1.23.0
What's new?
- Workflow permissions modal when adding hosted workflow
- Add workflow execution in the workflow settings
- Stop recording from the webpage
- Add popup
- Show loop id and reference key on the block
- Update
fr
locale, thanks @3xpl0it-sh4d0w
Bug fixes
- JavaScript block not working on some websites because of CSP
- Insert to table visible when editing package
- parameter value in Automa shortcut not cleared
- REGEX always ticks the "global "expression flag
- Fix editor min zoom
- Error when using JS preload script
- Fix active tab block
- Selector not working on multiple windows
- prevent opening the dashboard when the workflow is disabled
- Add block settings inside blocks group items
- expressions value is empty
- Fix
trustedTypes
error
v1.22.0
What's new?
-
Migrate from Manifest V2 to Manifest V3. See the article about migrating to Manifest V3 and how it might affect your Automa workflow in Automa Blog.
-
The dashboard moved as a popup, don't close this popup while running a workflow
- Run a workflow from a specific block
run-specific-block.mp4
- Select and verify the selector inside a block
select-verify-select.mp4
- Use the Automa shortcut for easy access to run your workflow, open it by pressing
Ctrl+Shift+E
automa-shortcut.mp4
- Now you can write a JS expression inside the mustache tag, learn more about it in the documentation
- Add
automaFetch
function in javascript block - Add JavaScript Execution Context in JavaScript Code block and Code condition in the Conditions Block.
- Support JSON as a workflow parameter
- Add block menu
Bug fixes
- Wait for connections block doesn't continue if the flow that was connected to it changes
automaFetch
not working in the background context- block showing loop id
- can't install workflow & package from the marketplace
- conditions block not working
- context menu trigger not working inside an iframe
- create an element block not working
- create element block not working in firefox
- double execution of a single path
- element not found when verifying element
- javascript block not working in firefox
- multiple block lines not working
- preload script not working in firefox
- repeat task block only executes once
- scripting and action API
- set package as external
- sidebar does not auto-close
- take screenshots block
- throw an error when can't find the loop
- throw an error when the parameter block canceled
- upload file block not working
- workflow trigger not registered