返回发布说明
v0.4.0同步自 GitHub release-notes

Release v0.4.0

What's Changed Features - PostgreSQL support added: Basic connection, metadata discovery, table info, and schema browsing now available for PostgreSQL databases. - New Explorer int

在 GitHub 查看源文件

What's Changed

Features

  • PostgreSQL support added: Basic connection, metadata discovery, table info, and schema browsing now available for PostgreSQL databases.
  • New Explorer interface launched: A unified, driver-aware database explorer replaces the legacy catalog view, supporting PostgreSQL and ClickHouse with database, schema, table, view, materialized view, function, and extension browsing.
  • PostgreSQL-specific table insights: Added PostgreSQL statistics cards for index usage, table size, and vacuum status in the table browser.

Improvements

  • SQL Console Sidebar enhanced: Refactored to better support multi-database connections, with improved i18n, fixed reload issues when switching connections, and updated scroll and styling.
  • Schema Sidebar extended: Now supports PostgreSQL and includes updated UI styles and consistent internationalization.
  • Table Browser modernized: Refactored to be driver-aware, moved data preview logic into drivers, and improved tab organization and responsiveness.

Fixes

  • Fixed duplicate suggestion insertion in SQL editor.
  • Fixed missing schema auto-suggestions in SQL editor.
  • Fixed i18n key mismatches in catalog and explorer summary components.
  • Fixed data not displaying in explorer sidebar object lists (e.g., functions, schema objects).
  • Fixed active state highlighting in the explorer and app sidebars.

Internal

  • Legacy catalog/ folder and unused data-explorer/ modules removed.
  • Explorer architecture refactored to object-centric, driver-agnostic core with dedicated view registry and store.
  • Package dependencies cleaned up and outdated files deleted across web and Electron apps.