Skip to content

v0.5.5

Latest

Choose a tag to compare

@jorgerojas26 jorgerojas26 released this 29 Jun 21:45
72fdf7a

Changelog

  • 5452599 "fix(postgres): preserve unix socket paths when switching databases"
  • 08f0965 Merge branch 'jorgerojas26:main' into main
  • 19c4e3d Merge pull request #293 from Liferenko/main
  • 3300e44 Merge pull request #303 from andreygaag/fix/unix-socket-db-switch
  • 3f9c463 Merge pull request #306 from jorgerojas26/feat/postgres-programming
  • 1801c8b Merge pull request #308 from suraniharsh/fix/auto-expand-db-node-from-url
  • 96cff6b Merge pull request #312 from jmserra/fix/preserve-connection-fields
  • cc4da25 Merge pull request #313 from iihmsunn/main
  • 72fdf7a Merge pull request #315 from Loeffeldude/main
  • 7323db0 Squash commits from fix/confirmation_when_accidentally_press_q
  • 22d12ed auto formatted mssql driver code
  • 1e30cca chore: add unix tests for shell semantics
  • 73fc361 chore: remove unneccesary .tool-versions
  • 802cc74 feat: Postgres programming support with per-schema functions/procedures/views
  • e74c5e5 feat: add ConfirmOnQuit config option (default: true)
  • a09fbcb feat: add shell syntax support
  • 12ae100 feat: handle ctrl+c and Y/N as a confirmation/rejection for quit
  • 139993f fix: address PR #293 review issues
  • ec22507 fix: auto-expand database node when DB is specified in connection URL
  • 5a9f320 fix: close quit confirmation when loading/error steals focus
  • 505da7d fix: collect schema names from all maps so table-less schemas with functions/procedures/views appear in tree
  • 23151bf fix: linter
  • b4222db fix: migrate .golangci.yml to v2 format for golangci-lint compatibility
  • c13d41a fix: missing space in the mssql getFunctions query
  • 25fc62c fix: preserve connection fields when editing
  • f60bd24 fix: resolve merge conflict in SetLoading, add closeQuitConfirmation guards in editor paths
  • 0e438b7 fix: restore gosec G204 annotations removed in PR
  • 33f0ffe refactor: clean-up and readability
  • 5d6efce refactor: deduplicate quit confirmation logic into showQuitConfirmation