New Features
Linux Support (Preview) π§
SmoothCSV is now available for Linux! Download packages in multiple formats:
.AppImagefor any Linux distribution with amd64 architecture- arm64 build will be available in the future (waiting for arm64 runner in GitHub Actions)
.deband.rpmpackages for arm64 architecture
Note that this feature is in preview and not tested thoroughly.
If you find any issues, please report them to the issue tracker.
Related issues: #102
Settings Search π
Quickly find any setting by typing in the search bar at the top of the Settings page. The search filters through all available settings to help you locate what you need instantly.
Selection Subtraction
Hold Ctrl (or Cmd on macOS) while dragging inside an existing selection to remove cells from the selection.
Escape to Cancel Selection
Press Escape to quickly cancel your current selection.
Enhanced SQL Console Result View
The SQL Console result grid now supports full keyboard navigation and clipboard operations:
- Navigate results with arrow keys (
ββββ) - Copy selected cells with
Ctrl+C/Cmd+C
Related issues: #109
Improvements
- French Language Support - SmoothCSV now supports French (FranΓ§ais) in addition to English, Japanese, Spanish, Italian, and Chinese (#117)
- Startup Performance - Improved startup performance by lazy code loading
- Other minor improvements

