New Features
SQL Console 🔍
A new SQL Console that lets you query and analyze CSV data.
Run SELECT queries to filter and explore your files.
Access the SQL Console:
- Command Palette: Search for
New SQL Console- Use
Open in SQL Consoleto create a SELECT query from the current grid editor
- Use
- Menu Bar:
File>New SQL Console
For SQL specifications, see SQL in SQL Console.
Note:
- The SQL specification differs from the one in the filter widget.
- GUI-based SQL writing assistance is planned for future updates
- This feature leverages SQLite as its underlying SQL engine
Auto-detect header row
SmoothCSV now automatically detects the header row in CSV files.
Improvements
- Enhanced auto-fit width calculations for hidden rows and columns
- Improved handling of invalid CSV values during write operations
- Extended localization support
- Improved performance of text input in search and filter widgets
Bug Fixes
- Fixed:
Copy Pathnot working correctly in non-active tab context menus - Various minor fixes and improvements

