Skip to content

v1.2.6

Choose a tag to compare

@github-actions github-actions released this 10 Jan 17:30
· 88 commits to main since this release

sqlit 1.2.6

New Features

Interactive JSON Tree View (#78) (Thanks: @the-vampiire)

  • View JSON/JSONB values in an interactive tree with expand/collapse navigation
  • Use t to toggle between raw text and tree view
  • Navigate with j/k, expand/collapse all with z/Z
  • Copy node values or paths with y

Visual Mode for Explorer

  • Select multiple connections using v to enter visual mode
  • Bulk operations: move to folder (m) or delete (d)

Hierarchical Connection Folders

  • Organize connections into folders
  • Primary-colored folder icons (📁) in the explorer tree

Fixes

  • Fixed JSON value viewer crash on certain data types (#78)
  • Fixed Oracle adapter cursor leak causing resource exhaustion. Closes #69
  • Fixed n/N keys blocked in results filter input. Closes #79
  • Hide/show password toggle in connection forms. Closes #75
  • Edge case fixes for Postgres
  • UX improvements for explorer