Skip to content

v1.11.0

Choose a tag to compare

@github-actions github-actions released this 06 Jan 06:44
b2dd726

1.11.0 (2026-01-06)

Features

  • add collapsible schema panel to DiffTable for better field visibility (36e4076)
  • add database type and connection config to connection profile in WelcomeScreen (575f31c)
  • add drag-and-drop support for database files in DatabaseView (#40) (70fba9b)
  • add error handling for schema loading and close probe connection (8b1bb3d)
  • add expand/collapse all functionality to Sidebar component (124dbba)
  • add lock icon to indicate encrypted connections in ConnectionSwitcher (57cab85)
  • add navigation shortcuts for data diff and update keyboard shortcut bindings (957967f)
  • add showSchemaDetails state and toggle functionality for schema details panel (d8b7ee1)
  • add test connection functionality for various database adapters (2c80dae)
  • add tooltip for encrypted connections in ConnectionSelector (f297c67)
  • change default expansion state for new schemas to expanded in Sidebar component (f92dbe7)
  • enhance drag-and-drop functionality with nested event handling (ec1ac8d)
  • enhance recent connection handling and edit functionality for server databases (e156b3a)
  • enhance SchemaImportDialog and error route with ScrollArea for improved UI experience (3a7aaaf)
  • implement change password functionality for database connections (4ac4dc0)
  • implement drag selection for multi-row selection in DataTable (ba30cc7)
  • implement global dialog management and settings functionality (f34f310)
  • improve empty state presentation in DataTable component (0d86ea9)
  • integrate ScrollArea and ScrollBar for improved tab navigation (ca1565a)
  • ipc: add file write handler with atomic writes (c44a724)
  • onboarding: enhance onboarding tour with new features and steps (020a302)
  • onboarding: implement onboarding tour with state management and persistence (c1c8532)
  • optimize count query by removing unnecessary ORDER BY clause in MySQL and PostgreSQL adapters (fdc60c7)
  • preload: add writeFile method to dialog namespace (b7867c2)
  • refine keyboard shortcuts and toggle functionality for schema details in Data Browser view (143bcef)
  • remove baseUrl and paths from tsconfig for cleaner configuration (a8ed377)
  • renderer: replace clipboard fallback with file write API in DataDiffSQLGenerator (7ef78e5)
  • replace Lock icon with KeyRound icon for encrypted connections in ConnectionSwitcher (00267c6)
  • schema-comparison: replace clipboard fallback with file write API (69ab92a)
  • support composite primary keys in table row identification (d33f4a0)

Bug Fixes

  • correct gzip magic number case sensitivity in compression checks (2756a63)
  • format JSON structure and add tableMetadata to Sidebar component (3414253)
  • format script_commands and package_managers for consistency (d0d3a49)
  • improve styling and layout in SchemaSection and TableItem components (26624f5)
  • remove specific auto-claude files from .gitignore (604b0e5)
  • update titlebar component documentation for clarity (04f60ca)
  • update toggle schema details shortcut key from '0' to '' (6acf5e1)