Improvements
- Include the header when drag-selecting rows or columns - Hold Alt (Option) while dragging a row or column label to include the header/footer in the selection. A new "Toggle Header in Selection" command (Shift+Alt+H) flips header inclusion on the current selection.
- SQL Console - Copy the selected range from the result grid's right-click context menu.
Bug Fixes
- Fixed hot-reload not firing when the open file is replaced via rename (e.g.,
git pull/git checkout). (#196) - Fixed row/column label clicks: the first click selects only the body (excluding the header/footer), and a second click toggles to include the header.
- Fixed an unwanted resize animation on macOS startup when the window restores its previous size and position.
- Fixed copying the selected range with Ctrl/Cmd+C in the SQL Console result grid.