Changelog
All notable changes to Strix SQLite are documented here.
Added
- Split detail panel for viewing and editing full cell content
- Detail panel editing support in edit mode
- Detail panel keyboard navigation
Fixed
- Exit edit mode crashes during table rebuild
- Pagination issues with FTS search highlighting
Added
- Global search across all database tables with multi-tab results
- SQL syntax highlighting with colors for keywords, functions, strings, numbers, and comments
- Pending changes review tab before committing edits
- Full-text search (FTS5) support with temporary index building for large tables
- Database statistics view: table counts, row counts, file size
- Database views and triggers browser
- Resizable columns with smart auto-sizing on double-click
- INSERT/UPDATE/DELETE query support when edit mode is enabled
- Text zoom with Cmd+/Cmd- (50%-200%)
- Search result highlighting with toggle
- Edit mode with visual change tracking
- Inline cell editing with undo/redo support
- Row insert, delete, and duplicate operations
- Column sorting (preserves pending edits)
- Pagination for large tables
- Schema inspector showing columns, indexes, triggers, and CREATE statements
Security
- Fully sandboxed macOS app
- Read-only mode by default (edit mode must be explicitly enabled)
- Confirmation dialogs for destructive operations
- No cloud uploads - all data stays local