New Features
Filter by Selected Values 🎯
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:
DATETIMETIMESTAMPINTERVAL
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
 

