You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SQL syntax highlighting and completions in the row filter - Keywords, strings, and other tokens are now colored while you type in the filter's WHERE clause. Column names from the current sheet are offered as completions alongside SQL keywords. (#232)
Narrow Filter by Selected Values - A new command narrows the active filter with the selected values, while "Filter Rows by Selected Values" keeps replacing it. (#231)
More reliable file operations - File metadata now truthfully reports symbolic links, symbolic links can be deleted, and new-file operations refuse to silently overwrite an existing destination even under concurrent access.
Faster startup - Files open sooner after launch.
Bug Fixes
Fixed Ctrl+click row/column selection losing a previously selected row or column when the pointer moved slightly after the click. (#225)
Fixed automatic reloading for files opened from dot-prefixed directories.
Fixed the first click being lost on macOS after a context menu closes.
Fixed the SQL completion popup showing light text on a light background in dark mode. (#241)
Fixed short Shift_JIS CSVs sometimes being misdetected as Windows-1252. (#239)