Added
- Restore all open connections and tabs after quitting the app (#703)
Fixed
- Database Switcher: auto-select first item on fast typing (#714)
- AI settings: fix Ollama model selection and error messages (#712)
- SQL formatter: rewrite with token-based architecture (#705)
- Filters:
= NULLauto-converts toIS NULL, BETWEEN and IN/NOT IN NULL handling (#706) - SQLite: auto-detect schema changes from external tools (#704)
- UI layout stability when toggling menus, panels, and inspectors (#702)
- Misc bug fixes: save tabs before DB switch, log rollback failures, standardize colors, fix localization, button safety, filter validation (#707)
- Fix Ollama AI chat streaming — responses were silently discarded due to wrong stream format parsing
Changed
- Keyboard shortcuts follow macOS HIG —
⌘Fis Find,⌘⇧Ffor filters,⌘⌥Ifor inspector,⌘0for sidebar - Format Query and Pagination shortcuts now customizable in Settings
- Menu bar restructured per macOS HIG: ⌘N opens connection list (#722), new Query menu, Help search restored, duplicate items removed