v1.29.9

UNITRONIX/BetterDeskv1.29.9Mar 26, 2025by bingren-nx

AI Summary

The release includes several bug fixes for the Download, Condition, and Autocomplete blocks, as well as corrections to the X (Twitter) demo. A new sidebar drag-and-drop feature is added to the interface.

Key Highlights

  • Added sidebar drag and drop functionality.
  • Fixed Download block filename overwrite behavior.
  • Fixed Condition Block failing to execute JavaScript properly.
  • Fixed Autocomplete keydown handling when popover is hidden.
  • Fixed data related to the default demo workflow of X (Twitter).

New Features

  • Sidebar drag and drop functionality

Full Release Notes

## What's Changed
* fix(ui/autocomplete): prevent keydown handling when popover is hidden by @jialudev in https://github.com/AutomaApp/automa/pull/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 https://github.com/AutomaApp/automa/pull/1688

## New Contributors
* @jialudev made their first contribution in https://github.com/AutomaApp/automa/pull/1928
* @Stitch-1028 made their first contribution in https://github.com/AutomaApp/automa/pull/1688

**Full Changelog**: https://github.com/AutomaApp/automa/compare/v1.29.8...v1.29.9