Skip to content

v3.2.0

Compare
Choose a tag to compare
@kohii kohii released this 02 Aug 04:37

SmoothCSV 3.2.0 Release Notes

New Features

Move Rows and Columns by Dragging 🔀

DnD

Easily reorganize your data by dragging and dropping.

Related issues: #57

External File Change Detection 🔄

SmoothCSV now watches for changes made to your files by other applications.
You can configure the behavior in settings.

File Change Reaction

Also, if you have unsaved changes and another application modified the file, SmoothCSV will show a confirmation dialog when you save the file. (Or you can choose to always overwrite the file on disk.)

Save Conflict Resolution

Related issues: #42

Join and Split Cells 🔗✂️

Join Columns

Split Columns

Join multiple cells together or split single cells into multiple parts.
Access via context menu, menu bar, or command palette.

Related issues: #58

Reload 📄

You can reload a file without closing it.

  • Reload with Current File Format
  • Reload with Auto-Detect File Format
  • Reload with Specified File Format...

Access via menu bar or command palette.

Related issues: #48

Improvements

  • Deleted File Indication: Tabs now show VSCode-style styling when files are deleted
  • Reload Confirmation: Added confirmation dialog when reloading files with unsaved changes (#48)
  • CSV Detection: Improved delimiter detection for date and time fields (#45)
  • Reorganized Context Menu in Header: Moved frequently used menu items like Sort to the top (#55)
  • Auto Close Information Message: The information message without action buttons is now automatically closed after a few seconds
  • Improved rendering performance

Bug Fixes

  • Fixed: files with %20 in the filename are not opened correctly (#51)
  • Fixed: opening multiple files from Finder/Explorer does not work

Download