Skip to content

v0.36.1

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Aug 03:25
· 14 commits to main since this release

What's Changed

Features

  • Added table export functionality with dedicated UI controls and backend support for initiating, listing, and canceling exports.
  • Introduced additive (multi-range) cell selection in virtualized result tables, enabling more flexible data interaction.

Improvements

  • Enhanced result selection feedback in SQL console and table browser views for better user awareness during data exploration.
  • Renamed “Chatbot” to “Data Agent” consistently across UI copy and localization files (English, Spanish, Japanese, Chinese).

Fixes

  • Prevented duplicate updater restart installations in the Electron app by refining the restart-install coordination logic.

Internal

  • Refactored application UI and supporting logic across web and Electron layers, including updates to build configuration, server-side services, and test coverage.
  • Built out the data-plane pipeline to unify handling of imports, table previews, and result sets.