Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: fcoury/tsql

v0.4.0

18 Dec 14:59
4518df8

Choose a tag to compare

What's Changed

  • feat: TLS connections and cursor-based paging for large results by @fcoury in #18
  • fix: keep clipboard handle alive on Linux by @fcoury in #20
  • feat: support libpq-compatible environment variables by @fcoury in #22

Full Changelog: v0.3.1...v0.4.0

v0.3.1

16 Dec 21:41
d8458dd

Choose a tag to compare

What's Changed

  • feat: add :N command to navigate to Nth result row by @fcoury in #9
  • feat: SQL template generation from schema panel by @fcoury in #8
  • feat: persist and restore session state across launches by @fcoury in #10
  • feat: configurable cursor shapes with proper terminal cursor support by @fcoury in #11
  • fix: improve schema panel UX with distinct indicator and auto-select by @fcoury in #12
  • feat: add Ctrl+HJKL vim-style panel navigation by @fcoury in #13
  • feat: add prominent loading spinner during query execution by @fcoury in #14

Full Changelog: v0.2.0...v0.3.1

v0.2.0

14 Dec 01:34
5d9afd0

Choose a tag to compare

What's Changed

  • fix: make d key wait for motion instead of deleting line immediately by @fcoury in #1
  • feat: add Shift+Tab for backwards focus navigation by @fcoury in #3
  • feat: add mouse support to help popup and pickers by @fcoury in #2
  • feat: add global goto key (g) with hint popup by @fcoury in #4
  • fix: correct schema sidebar click offset bug by @fcoury in #5
  • fix: include both sidebar sections in tab cycle by @fcoury in #7
  • Improve confirmation dialogs with tui-confirm-dialog by @fcoury in #6

New Contributors

  • @fcoury made their first contribution in #1

Full Changelog: v0.1.0...v0.2.0

v0.1.0

13 Dec 00:41
bc44e7c

Choose a tag to compare