Improvements
Better Delimiter Detection 🎯
Improved automatic delimiter detection algorithm for more accurate CSV file parsing, especially for files with complex structures.
Related issue: #79
Enhanced CSV Copy Operation 📋
CSV data is now copied with minimal quoting, making it cleaner when pasted into other applications. Only values that actually need quotes (containing delimiters at the beginning or containing newlines, quotes) are quoted.
Related issue: #50
Bug Fixes
- Fixed: Paste command not working in SQL Console (#90)
- Fixed: Page Up button not working properly when scrolling to top (#91)
- Fixed: File reveal operations not working (Reveal in Finder/Explorer)