New Features
Record View 📇
Record View shows one row as a vertical list of fields, making wide tables easier to read and edit. It stays in sync with the main grid and supports familiar editing, clipboard, undo, and keyboard navigation.
Open it from the View menu or with Ctrl+Shift+R (⇧⌘R on macOS). This replaces the former default shortcut for Open Recent, which now has no default shortcut.
The Cell Value Panel is now the Inspector, with Cell Value and the new Record View organized as tabs. The Inspector can dock on the right or bottom, with the Record View optimized for either layout.
Related issues: #204
Row & Column Numbering Options 🔢
Choose whether row and column labels start from 0 or 1, and optionally number headers separately as H1, H2, and so on. The numbering stays consistent across the grid, status bar, navigation dialogs, and column tools.
Related issues: #223
Improvements
- Consistent multi-cell editing -
Ctrl+Enter(Cmd+Enteron macOS) now fills every selected cell from either the main editor or Cell Value view.Escapealso cancels Cell Value edits and returns focus to the grid. (#152) - SQL result grid parity - The SQL Console result grid now offers the same keyboard navigation and context menu as the main grid.
- Turkish language support - SmoothCSV now supports Turkish (Türkçe). (#219)
- Refreshed Portuguese translations - Portuguese (pt-BR) translations have been rewritten for consistency and fluency. (#221)
Bug Fixes
- Fixed malformed CSV files silently stopping at an invalid row; SmoothCSV now warns when it cannot parse the entire file. (#205)
- Fixed the window not filling the screen on startup after being closed while maximized on Windows. (#227)
- Fixed
Auto-fit Column Widthsnot working from the Find, Replace, or Filter inputs on macOS. (#222) - Fixed cells and other controls getting stuck in a pressed or drag state after a trackpad tap on macOS while using a Japanese input source. (#134)
- Fixed regex Replace All duplicating replacements when a pattern also matched an empty string. (#209)
- Fixed invalid Settings fields not showing an error border.
- Other minor bug fixes and improvements.