New Features
Keyboard Shortcuts Customization ⌨️
CleanShot.2026-02-16.at.21.29.52-converted.mp4
You can now fully customize keyboard shortcuts to match your workflow. Open SmoothCSV > Keyboard Shortcuts (macOS) or File > Keyboard Shortcuts (Windows/Linux) to get started.
Aggregate Rows 📊
Add aggregate rows to see summary statistics at the bottom of your grid. Open the Command Palette and search for Add Aggregate Row to get started.
Note that aggregate rows are not persisted to CSV files.
Related issues: #77
Transpose 🔀
Swap all rows and columns with a single command. Find "Swap Rows and Columns" in the Grid menu or the Command Palette.
Improvements
- Full-width numeral support - Full-width numerals (0123456789) are now recognized in sorting, filtering, and aggregate calculations.
- Alt+click scrollbar to page-scroll - Hold Alt and click on the scrollbar track to scroll one page at a time. (#157)
- Filter column menu - Setting an "equals" condition now displays in the more intuitive "values" mode.
Bug Fixes
- Fixed the "Hide SmoothCSV" keyboard shortcut not working on macOS. (#159)
- Fixed an infinite loop when searching with a regex pattern that matches an empty string. (#166)
- Fixed selected row and column numbers not being highlighted in dark mode. (#161)
- Fixed a double-close issue when exiting a window. (#160)
- Other minor fixes