Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 03 Sep 18:08
· 4 commits to release since this release

[1.1.0] - 2026-09-03

๐Ÿš€ Features

  • Add schema diagrams with search, auto-layout, DBML source, and PNG/SVG export
  • Add Safe Mode per connection: Silent, Alert 1/2 (confirm all queries or writes), and Safe 1/2 (password all queries or writes)
  • Add an app-wide Safe Mode password with Touch ID, Face ID, or Windows Hello; required on every protected query, edit, or disable
  • Add SSL/TLS modes and certificate options for PostgreSQL and MySQL
  • Add native desktop app menu, boot splash, and backend sidecar lifecycle
  • Add keyboard shortcuts with a searchable cheat sheet in Settings
  • Add data grid context menus (copy, filter, sort, hide column, set NULL/empty/default, add/duplicate/delete rows)
  • Add foreign-key autocomplete picker when editing related cells
  • Add typed data-grid editors for boolean, enum, date/time, binary, JSON, and geometry
  • Add geometry preview on the cell value panel
  • Show Test Connection diagnostics (latency, server version, SSL)
  • Cancel running queries from the editor and data grid (Esc)
  • Paginate unbounded SQL editor SELECTs and cap fetched rows
  • Add โ€œIS NOT NULLโ€ as a data filter option

๐Ÿ› Bug Fixes

  • Improve Test Connection errors with categorized, actionable messages
  • Fix data-grid editing for enum, boolean, datetime, binary, and geometry values
  • Stop leftover in-flight queries when switching tabs

๐Ÿšœ Refactor

  • Expand Playwright coverage so the same flows run on Postgres, MySQL, and SQLite
  • Typed column-mapped types on query results (enum, binary, geometry, and related)

โš ๏ธ Breaking Changes

  • SQL editor SELECTs without a user LIMIT are now capped at 100 rows and paginated (hard ceiling 10,000)