Improvements
- Natural sort for column filter values - Filter value lists are now sorted naturally — so values like "1, 2, 3, 10, 11" appear in the correct order instead of "1, 10, 11, 2, 3". (#168)
Bug Fixes
- Fixed an issue where paste (
Cmd+V) did not work in macOS native dialogs such as the file save dialog. (#169) - Fixed the status bar showing incorrect selected cell count when rows or columns are hidden by a filter. (#163)
- Fixed aggregate row auto-fit recalculating all columns instead of only the changed column.
- Fixed an issue where editing a cell containing CRLF line breaks would incorrectly mark the file as modified. (#97)