github kohii/smoothcsv3 v3.0.0-beta.5

latest releases: v3.7.1, v3.7.0, v3.6.1...
8 months ago

New Features

Filter by Selected Values 🎯

CleanShot 2025-02-14 at 08 27 26

Quickly filter rows using values in selected cells:

  • Select cells containing the values you want to filter by
  • Use context menu or Command Palette to select Filter Rows by Selected Values

Date/Time Types in SQL 📅

Support date/time types in SQL queries:

  • DATE
  • TIME
  • TIMESTAMP
  • INTERVAL

See SQL in Row Filter for details.

Copy selected cells as SQL INSERT statements.

Reveal in Finder/Explorer 🔍

Reveal the current file in Finder/Explorer from the context menu.

Copy as SQL Insert 📋

Improvements

Find Performance ⚡️

Optimized performance by deferring the calculation of search results until actually needed, instead of recalculating positions and counts on every keystroke.

Keyboard Shortcuts Updated ⌨️

Updated several keyboard shortcuts to be more intuitive:

Action New Shortcut (Windows) New Shortcut (macOS) Previously
Insert Row Below Ctrl+Enter Cmd+Enter -
Insert Column Right Ctrl+Shift+Enter Cmd+Shift+Enter -
Delete Selected Row Ctrl+Backspace Cmd+Backspace Ctrl+K
Delete Selected Column Ctrl+Shift+Backspace Cmd+Shift+Backspace Ctrl+Shift+K
Open Filter Widget Ctrl+Shift+F Cmd+Shift+F Ctrl+Alt+F

Default CSV Format 📄

Updated the default CSV format to conform to RFC 4180 specifications, ensuring better compatibility with other applications.

Bug Fixes

  • Fixed: Focus not returning to grid after closing filter widget
  • Fixed: Tab label not updating when saving as new file
  • Other minor bug fixes and improvements

Download

Don't miss a new smoothcsv3 release

NewReleases is sending notifications on new releases.