v1.2.6
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
tto toggle between raw text and tree view - Navigate with
j/k, expand/collapse all withz/Z - Copy node values or paths with
y
Visual Mode for Explorer
- Select multiple connections using
vto 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