Skip to content

Releases: YangXplorer/s9l

v0.13.0

Choose a tag to compare

@github-actions github-actions released this 07 Jul 05:03
7fdd963

Changelog

  • b49f978 T7-1/T7-2: shared schema cache + column completion in the WHERE input
  • b75b1e6 T7-3: SQL editor completion popup
  • 06232f1 T7-4: F6 toggles the SQL editor between 12 rows and ~70% of the column
  • 98cba50 tui: readable colors for the WHERE completion dropdown

v0.12.0

Choose a tag to compare

@github-actions github-actions released this 05 Jul 02:59
f1a0c5b

Changelog

  • 30c7d55 T6.4-1: Results full-row highlight + strong cell cursor
  • ccb607b T6.4-2: render.Cell displays binary values as hex (fix mojibake)
  • ac22313 T6.5-1/T6.5-2/T6.5-3: preview WHERE filter, paging, grid lines
  • 7a49f83 T6.6-1/T6.6-2/T6.6-3: contained highlights, WHERE rollback, 100-row pages
  • ab0c34a T6.6-4/T6.6-5: Enter edits the cell; mouse focus syncs panel state
  • 1e9dc88 T6.7-1/T6.7-2: client-side result paging + sqlserver N-literals
  • bfbfd58 T6.7-3: show the running build in the keybar and startup status
  • 3d3d7a3 T6.7-4: accept full-width and >/< aliases for the paging keys

v0.11.0

Choose a tag to compare

@github-actions github-actions released this 21 Jun 23:04
3326ea3

Changelog

  • e5931ca T6.1/T6.2/T6.3-1/T6.3-2: Results filter & cell navigation
  • 7de7ede T6.3-3: Results in-place cell edit (UPDATE write-back)

v0.10.0

Choose a tag to compare

@github-actions github-actions released this 21 Jun 13:07
7f7e0b1

Changelog

  • c975f31 B-1: SSH tunnel (connect through a bastion) (#68)
  • 3e85f09 T5.1/T5.2/T5.3: dark opaque TUI, Test button, context-aware / filter, Enter drill-down
  • 5bbd2af T5.2-2: dial.OpenWithPassword for test-before-save

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 19 Jun 03:28
d9e982d

Changelog

  • 6cc08cb B-2: finer TLS config (ssl_mode + CA / client certs) (#65)
  • a284d4b B-4: ClickHouse driver + dialect-aware conformance suite (#66)

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 19 Jun 01:32
cace68e

Changelog

  • 77760be B-10: s9l history stats (#60)
  • 290d795 B-8: export TUI results to a file (#61)
  • 3904205 T5-1..T5-4: TUI readability + Connections tree polish (#63)

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 18 Jun 22:48
2d2e546

Changelog

  • 7990d67 T4-1: TUI inherits the terminal background (lazygit-like) (#55)
  • fbb859f T4-2: Connections panel is a connection→database tree (#56)
  • 6f6daab T4-3/T4-4: searchable Schema tables + manual update (#57)

v0.6.1

Choose a tag to compare

@github-actions github-actions released this 18 Jun 13:43
913fd8a

Changelog

  • ba71f2b B-6: edit & delete connections in the TUI (#51)
  • a00e88b B-7: database→table tree in the TUI (MySQL) (#52)

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 18 Jun 10:15
e195c33

Changelog

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 18 Jun 05:22
f92d80f

Changelog

  • ecef70f P2-2: REPL Tab completion for keywords, tables, and columns (#38)
  • 8c2d889 P2-3: page result output through $PAGER on a terminal (#40)
  • 6370dd2 P2-4: top-level help command (s9l help/--help/-h) (#36)
  • 9c3da81 P2-5: query folders to organize saved queries (#37)
  • 24676a0 P2-7: persistent schema cache for completion (#39)