Bug Fixes
- Fixed: Multiple Row Drag and Drop - Fixed issue where dragging multiple selected rows would only move one row instead of all selected rows (#95)
- Fixed: Cell Editing with CRLF Line Breaks - Fixed issue where cells containing CRLF line breaks couldn't be edited and would show an error when attempting to edit (#93)
- Fixed: Mouse Selection Bug - Selection ranges no longer multiply when dragging with Ctrl/Cmd pressed
- Fixed: Control Character Rendering on macOS - Fixed issue where cells containing control characters might not update their display properly on macOS
Other Improvements
- Enhanced CSV Processing: Improved encoding detection with larger buffer size for better accuracy
- Other minor improvements