Skip to content

v1.13.0

Choose a tag to compare

@github-actions github-actions released this 07 Jan 12:31
46ba432

1.13.0 (2026-01-07)

Features

  • change shortcut key for toggling schema details to 'i' and update documentation (03a8bfa)
  • data-tabs: add selectedRowId to DataTab and update openTable method (8b564be)
  • database-adapters: add connection timeout and improve error messages for MySQL and PostgreSQL (0a2b8f7)
  • DataTabBar: integrate ScrollArea and ScrollBar for improved tab navigation (0b497d8)
  • dialog: add AboutDialog component and integrate with dialog store (b84e03f)
  • electron: enhance application with new features, improve performance (a55ae39)
  • file-watcher: implement file watcher for database changes (201cc3f)
  • password: implement password storage using Tauri store (f03a95c)
  • selection-stats: add Excel-like selection statistics component (daafbfd)
  • tauri: initialize Tauri app with essential files and configurations (8998e3c)
  • WelcomeScreen: prevent duplicate connections by switching to existing ones (0a2b8f7)

Bug Fixes

  • DatabaseView: update tab styles for improved visual consistency (9dced80)
  • DataTabBar: adjust ScrollArea height for better tab layout (7925642)
  • menu: restrict developer tools access in production mode (4d02325)
  • refactor setState in useEffect to render-time comparison pattern (020cde9)
  • replace window.alert/confirm with proper dialog components (4169b92)
  • resolve react-hooks/exhaustive-deps violations in 5 files (1acc3c2)
  • use error message as stable key instead of array index in FieldError (c16de44)
  • WelcomeScreen: handle existing connections before opening a new one (82f1f87)