Skip to content

Releases: contember/dotaz

Dotaz 0.0.26

Choose a tag to compare

@github-actions github-actions released this 07 Jul 15:53

Full Changelog: v0.0.25...v0.0.26

Dotaz 0.0.25

Choose a tag to compare

@github-actions github-actions released this 26 Jun 14:41
6dfc313

What's Changed

  • fix: persist toggled databases on the DATABASE_URL connection across reloads by @matej21 in #17

Full Changelog: v0.0.24...v0.0.25

Dotaz 0.0.24

Choose a tag to compare

@github-actions github-actions released this 25 Jun 16:34
a34bacd

What's Changed

  • fix: allow toggling databases on server-managed (DATABASE_URL) connections by @matej21 in #16

Full Changelog: v0.0.23...v0.0.24

Dotaz 0.0.23

Choose a tag to compare

@github-actions github-actions released this 08 Jun 12:12
26861e0

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

Choose a tag to compare

@github-actions github-actions released this 05 Jun 14:29

Full Changelog: v0.0.21...v0.0.22

Dotaz 0.0.21

Choose a tag to compare

@jonasnobile jonasnobile released this 19 May 13:16

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

Choose a tag to compare

@github-actions github-actions released this 26 Apr 11:25

Full Changelog: v0.0.19...v0.0.20

Dotaz 0.0.19

Choose a tag to compare

@github-actions github-actions released this 10 Apr 14:44

Full Changelog: v0.0.17...v0.0.19

Dotaz 0.0.18

Choose a tag to compare

@github-actions github-actions released this 08 Apr 09:27

Full Changelog: v0.0.16...v0.0.18

Dotaz 0.0.16

Choose a tag to compare

@matej21 matej21 released this 02 Apr 09:53
06cba78

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