v1.12.0

AutomaApp/automav1.12.0Jun 6, 2022by Kholid060

AI Summary

Enhances workflow accessibility and organization through context menus, search, and folder management.

Key Highlights

  • Execute workflows via the context menu
  • Search block inside the editor
  • Organize workflows into folders
  • Notification after workflow execution

New Features

  • Context menu execution
  • Search block inside editor
  • Notifications after workflow run
  • Workflow folders
  • Delete multiple workflows at once
  • Mustache tag support in Proxy block

Full Release Notes

### What's new?
<ul>
  <li>
    <details>
      <summary>Now you can execute your workflow via the context menu, <a href="https://www.automa.site/workflow/8IyeBtxr5crCOk33T-fF9">demo workflow</a></summary>
      <img src="https://user-images.githubusercontent.com/22908993/172148665-3ae7991e-7b0d-479c-b570-bc4cd78291f5.gif" width="800">
    </details>
  </li>
  <li>
    <details>
      <summary>
        Search block inside the editor
      </summary>
      <img src="https://user-images.githubusercontent.com/22908993/172149714-b9752d67-2c66-47ba-ae35-161027c0d4ea.gif" width="800">
    </details>
  </li>
  <li>
    <details>
      <summary>
        Notification after the workflow is running
      </summary>
      <img src="https://user-images.githubusercontent.com/22908993/172150271-669373c1-d412-400b-8c35-92c693339f92.gif" width="800">
    </details>
  </li>
  <li>
    <details>
      <summary>Organize your workflows by putting them into a folder</summary>
      <img src="https://user-images.githubusercontent.com/22908993/172151370-6113fca7-f32f-455d-b950-218217bf26e6.gif" width="800">
    </details>
  </li>
  <li>
    <details>
      <summary>Delete multiple workflows at once</summary>
      <img src="https://user-images.githubusercontent.com/22908993/172153604-5bcec9cf-65fd-4148-94cf-0be16405fc6c.gif" width="800" />
    </details>
  </li>
</ul>

- 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