Releases
v1.1.0
Compare
Sorry, something went wrong.
No results found
[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)
You canโt perform that action at this time.