New Features
File Format Presets 📋
File Format Presets let you save your preferred CSV format settings (delimiter, quotes, encoding, etc.) and reuse them across different files.
You can manage presets through "File Format Presets/Presets..." from the File menu or Command Palette.
Related issue: #127
Auto-apply presets by file path rules
You can also define rules that automatically apply a preset based on the file path pattern.
When opening a file that matches a rule, SmoothCSV uses the preset from the rule instead of automatically detecting the file format.
Windows Portable Version 💼
A new portable distribution is now available for Windows users who prefer zero-installation deployment. Extract the ZIP file and run SmoothCSV without installation—perfect for USB drives, network shares, or environments where installation isn't possible.
Related issues: #38
Improvements
- Clear button in Filter Query Input - Added a clear button to the Filter Query Input to quickly clear the query. (#142)
Bug Fixes
- Filter query input overlapped by scrollbar - Fixed an issue where long filter text could be covered by the scrollbar, making the input hard to see. (#140)
- Filter condition dialog text overflow - Fixed an issue where very long values in the "Edit Filter Conditions" dialog could visually overflow outside the input box. (#141)
- SQL Console: Table in subqueries not recognized - Fixed an issue where SQL queries with subqueries in WHERE clause (e.g.,
SELECT * FROM file1.csv WHERE col1 IN (SELECT col1 FROM file2.csv)) failed with "no such table" error.
Download
🚀 A Windows arm64 build is also available from GitHub Releases.
📝 The Microsoft Store distribution is currently under review and will be available once it is approved by Microsoft.
