New Features
Aggregation in the Status Bar 📊
CleanShot.2026-03-01.at.22.07.19-converted.mp4
Select multiple cells to see aggregate values (Sum, Average, Min, Max, Non-empty count) in the status bar. Click the status bar item to switch between functions or copy a value to the clipboard.
Related issues: #77
Improvements
- Clear button in keybinding search box - A close (×) button now appears in the keybinding settings search bar, making it easy to clear the search and return to the full list. (#152)
- Improved tab order in Find & Replace - Tab navigation in replace mode now moves through both input fields first, then option toggles, then action buttons, for a more natural workflow. (#167)
- In-app menubar & context menus on Windows/Linux - Windows and Linux builds now use the in-app menubar and custom context menus, enabling standard Alt+key access (e.g. Alt+F) and keeping menu colors consistent with the selected workbench theme. (#16, #126)
Bug Fixes
- Fixed a stack overflow error when pasting large data (200k+ rows). (#170)
- Fixed keybinding changes dropping the
whencontext condition, causing the new binding to apply unconditionally. (#152) - Fixed creating redundant keybinding entries when the new key matches the default.
- Fixed SQL Console rejecting queries that use
COLLATE(e.g.COLLATE nocase) with "Expected: end of statement, found COLLATE".