New Features
Cell Value Panel 📊
SmoothCSV now includes a Cell Value Panel, similar to Excel's formula bar, positioned below the grid editor. Use it to inspect and edit the contents of the active cell without losing context.
- Hidden by default; toggle it from View → Toggle Cell Value Panel (Ctrl+Shift+U / Cmd+Shift+U)
- Ideal for reviewing long or multi-line entries
Related issues: #86
Improvements
- Enhanced Auto-Fill Sequences - Auto-fill now preserves leading zeros in numeric sequences (for example, extending "001, 002" now becomes "003, 004" instead of "3, 4")
- New Copy Commands - The Edit menu's Copy As... options now include HTML and LaTeX table exports without headers (#84)
- CLI Encoding Validation - The CLI validates the encoding parameter and returns clear, actionable messages when an unsupported value is provided (#98)
Bug Fixes
- Fixed: Cell Selection After Editing - Clicking another cell while editing now moves the selection to the clicked cell instead of reverting to the previously edited one
- Fixed: Recent Files Change Detection - Files opened from Open Recent... now correctly track changes outside of SmoothCSV
- Fixed: Windows CLI Path Normalization - The Windows CLI launcher handles path normalization more reliably (#99)