Skip to content

Releases: contember/dotaz

Dotaz 0.0.23

08 Jun 12:12
26861e0

Choose a tag to compare

What's Changed

  • feat: per-connection session setup SQL (survives connection pooling) by @soukicz in #15

New Contributors

Full Changelog: v0.0.22...v0.0.23

Dotaz 0.0.22

05 Jun 14:29

Choose a tag to compare

Dotaz 0.0.21

19 May 13:16

Choose a tag to compare

Features

  • Live mode in DataGrid with auto-refresh and decay highlights
  • Encrypt connection passwords with OS keychain master key
  • Multi-database support for MySQL connections
  • Fetch databases in connection dialog
  • Hover popover with table/column quick-doc in editor
  • Ctrl/Cmd-click identifier in SQL editor opens table
  • Highlight SQL statement under cursor
  • Preview images inline in BLOB cells
  • Allow committing a subset of pending changes
  • Right-click "Add Connection" in the sidebar

Fixes

  • Persist window geometry across restarts, unified across platforms; flush pending frame save on close
  • Keep maximize-on-startup behavior for Windows and Linux
  • Keep listing connections when password decryption fails
  • Replace window.confirm with in-app ConfirmDialog; stop Escape/Enter from leaking out
  • Keep native clipboard menu on inputs and editable elements; suppress native context menu in production
  • Stop Dialog from broadcasting Escape onClose when closed
  • Round-trip JSON and pg array column values without re-encoding
  • Keep inline JSON editor usable when textarea overflows the row; make floating editor opaque
  • Bake the released version into desktop builds

Refactors

  • Extract reusable GridView + GridShell from DataGrid
  • Extract MySQL system schemas constant
  • Extract loadDemo helper and add Plus icon to context menu

Chores / CI

  • Add CI integration job that runs docker-backed tests (with timeout + post-mortem logs)
  • Bump dependencies including electrobun, typescript, vite
  • Test coverage for JSON/array column helpers, pg round-trip, decrypt failure
  • Document that electrobun dist-* cache must be wiped on version bumps

What's Changed

  • chore: repo hygiene — format, lint, tsc, Info.plist version by @jonasnobile in #7

Full Changelog: v0.0.20...v0.0.21

Dotaz 0.0.20

26 Apr 11:25

Choose a tag to compare

Dotaz 0.0.19

10 Apr 14:44

Choose a tag to compare

Dotaz 0.0.18

08 Apr 09:27

Choose a tag to compare

Dotaz 0.0.16

02 Apr 09:53
06cba78

Choose a tag to compare

Fixes

  • Allow MySQL connections in app-state database — previously crashed with CHECK constraint failed (#5, thanks @soukicz)
  • Remove CHECK constraint on connection type column to avoid table-recreation migrations for future database types
  • Update lockfile after Electron removal (fixes CI)

Chores

  • Remove experimental Electron support
  • Update CLAUDE.md files to reflect current codebase
  • Add screenshot to README

Full Changelog: v0.0.15...v0.0.16

Dotaz 0.0.15

26 Mar 10:48
010e269

Choose a tag to compare

Features

  • Switch query execution to fire-and-forget with message-based completion
  • Upgrade Electrobun to 1.16.0 and enable GPU acceleration on Linux
  • Auto-connect via DATABASE_URL in web server mode
  • Add "Add New Row" command with toolbar button and menu item
  • Respect DOTAZ_HOST and DOTAZ_PORT environment variables

Fixes

  • Extensive connection pool, session management, and transaction lifecycle hardening
  • Fix connection leaks on commit/rollback failures and idle timeout
  • Fix cancel targeting wrong driver for multi-db connections
  • Prevent EXPLAIN ANALYZE from executing the query twice
  • Use native window decorations on Linux for proper resize and positioning
  • Fix health check to cover all active database drivers
  • Fix MySQL RESET CONNECTION fallback and session state cleanup
  • Fix SQLite iterate snapshot isolation and session enforcement
  • Fix PostgreSQL aborted transaction state detection and display
  • Prevent SQL injection in search_path restoration
  • Track concurrent active queries per session to prevent cancel misfire
  • Restore sessions automatically after auto-reconnect

Chores & Refactoring

  • Remove unused sync explainQuery from RPC adapter
  • Guard keyboard handler against editable input fields
  • Add type declaration for three (Electrobun transitive dep)
  • Formatting fixes (dprint fmt)

What's Changed

  • fix(cli): respect DOTAZ_HOST and DOTAZ_PORT environment variables by @jonasnobile in #3
  • fix: fire-and-forget query execution + bugfixes by @matej21 in #2

New Contributors

Full Changelog: v0.0.13...v0.0.15

Dotaz 0.0.14

12 Mar 10:48

Choose a tag to compare

Features

  • Auto-connect via DATABASE_URL environment variable in web server mode

Fixes

  • Use native window decorations on Linux for proper resize and positioning

Full Changelog: v0.0.13...v0.0.14

Dotaz 0.0.13

10 Mar 15:08
8c7696e

Choose a tag to compare

Features

  • Native macOS application menu with keyboard shortcuts

Chores

  • Enhance release skill with release notes and GitHub Releases
  • Add release claude skill

Style

  • Reformat code

Full Changelog: v0.0.12...v0.0.13