github kohii/smoothcsv3 v3.6.0

latest releases: v3.7.0, v3.6.1
9 days ago

New Features

Cell Value Panel 📊

CleanShot 2025-10-14 at 15 21 06

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 ViewToggle 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)

Download

Don't miss a new smoothcsv3 release

NewReleases is sending notifications on new releases.