August 5, 2026 (2.5.1)

Features

  • You can now select multiple columns to perform an action on the set of columns, such as:
    • Inline Representations
    • Split (splits them each by the delimiter, then appends the new columns after the original columns)
    • Join (joins all columns together)
    • Duplicate
    • Trim
    • Change Case
    • Hide
    • Revert Changes
    • Delete
  • Implement Cmd/Ctrl+A to select all cells (when table is selected)
  • Implement using Shift + arrow keys to expand cell selection

Fixes

  • When navigating with keyboard, scroll current cell into view
  • Fix offset column selection after deleting column
  • Ignore mouse dragging event if targeted at table scrollbar
  • Apply selected styles to linked column headers
  • Fix focus issues resulting from selecting an option from the context menu
  • Fix purging filters when editing or deleting columns
  • Clear selected cells or rows when data updates (e.g. filtering, header row toggling)
  • Fix regular expression bugs in Find and Replace
  • More efficient Replace and Replace All operations
  • When copying cells, use correct column indices and filter out hidden columns
  • Correctly handle merging or renaming entries to an empty string

Miscellaneous

  • Show highlight styles on row numbers and column titles when they contain selected cells
  • Improve gzip handling