Changelog
Release Notes

Release Notes

v0.3.0 — April 26, 2026

Highlights: Production Safety suite, ERD visualization, PII blur

New Features

  • Production overlay — persistent red banner when connected to a Production environment
  • Write confirmation prompts — all write statements (INSERT, UPDATE, DELETE, DROP, ALTER, TRUNCATE) require confirmation on Production (Pro)
  • Audit log — every Production query is logged locally with timestamp, rows affected, and status
  • Snapshot & rollback — auto-snapshot affected rows before single-table writes on Production (Pro)
  • App lock — PIN protection on app open (Pro)
  • Vault — AES-256 encrypted credential store with master password (Pro)
  • PII blur — mark columns as PII; values masked in Data Grid by default (Pro)
  • ERD visualization — auto-generated Entity-Relationship Diagram from live schema; pan, zoom, filter, export as PNG
  • Environment indicators — color-coded toolbar (blue / yellow / red) for Dev / Staging / Production

Improvements

  • Schema Explorer now shows estimated row counts per table
  • Auto-complete now resolves column names after a known table alias
  • Query execution time shown in the result toolbar
  • Improved error messages from database engine (less "unknown error")

Fixes

  • Fixed: switching environments in quick succession could cross-contaminate schema cache
  • Fixed: SQL Server NVARCHAR(MAX) columns displayed as empty in Data Grid
  • Fixed: app window position not restored correctly on multi-monitor setups

v0.2.0-beta — March 30, 2026

Highlights: Multi-tab editor, Saved Scripts, Query History

New Features

  • Multi-tab SQL editor — open multiple query tabs per connection
  • Saved Scripts — explicitly save and name frequently-used queries per project
  • Query History — automatic per-session history with search
  • Global searchCtrl+Shift+F searches across saved script names and content
  • Copy as — copy Data Grid selection as CSV, JSON, SQL INSERT, or plain text
  • Export — export full result set to CSV or JSON from the grid toolbar

Improvements

  • Connection test now reports specific failure reason (auth failure, host unreachable, SSL, etc.)
  • Data Grid: NULL values now display as a distinct badge instead of blank
  • Timestamps in Data Grid show UTC tooltip on hover

Fixes

  • Fixed: large result sets (1000+ rows) caused scroll lag in Data Grid
  • Fixed: PostgreSQL TIMESTAMPTZ columns parsed incorrectly in some locales
  • Fixed: app would occasionally hang on startup if default project was missing

v0.0.1 — March 15, 2026

First release. Core functionality.

Features

  • Project-centric workspace (up to 5 projects on Free)
  • Environment management (Dev / Staging / Production) per project
  • SQL editor with syntax highlighting for PostgreSQL, MySQL, SQL Server, SQLite
  • Schema Explorer — browse tables, columns, indexes, foreign keys
  • Data Grid — sortable, filterable, paginated results
  • OS keychain credential storage (Windows Credential Manager)
  • Supported databases: PostgreSQL, MySQL, MariaDB, SQL Server, SQLite
  • Windows x64 (installer + portable builds)