Skip to content

v1.85.0

Choose a tag to compare

@github-actions github-actions released this 12 Sep 09:23
· 56 commits to main since this release

SQL CLI v1.85.0

Release Date: September 12, 2026

πŸ“Š Release Overview

  • Commits in this release: 7
  • Files updated: 21

✨ Highlights

πŸ“ Changes by Category

πŸš€ New Features

  • complete a column's values inside quotes (T4)
  • make completion suggestions typed values (T3)
  • keep low-cardinality column values at load (T11)

πŸ› Bug Fixes

  • let a prefix reach the values of a big column (T15)
πŸ“‹ View all commits
  • Merge pull request #75 from TimelordUK/feat/t4-value-completion (TimelordUK)
  • fix(tui): let a prefix reach the values of a big column (T15) (TimelordUK)
  • feat(tui): complete a column's values inside quotes (T4) (TimelordUK)
  • Merge pull request #74 from TimelordUK/feat/t3-typed-suggestions (TimelordUK)
  • feat(tui): make completion suggestions typed values (T3) (TimelordUK)
  • Merge pull request #73 from TimelordUK/feat/t11-distinct-values (TimelordUK)
  • feat(tui): keep low-cardinality column values at load (T11) (TimelordUK)

🎯 Key Features

  • Instant Data Preview: CSV/JSON files load immediately
  • Visual Feedback: Key press indicator, cell highlighting
  • Advanced Navigation: Vim-style keys, viewport/cursor lock
  • Powerful Search: Regular search (Ctrl+F), fuzzy filter (Ctrl+/)
  • Data Export: Save as CSV or JSON
  • Debug Mode: Press F5 for comprehensive state information

πŸ“¦ Installation

Download the binary for your platform from the assets below.


Thank you for using SQL CLI! πŸŽ‰

Report issues: GitHub Issues