Skip to content

v0.2.55

Latest

Choose a tag to compare

@github-actions github-actions released this 06 Jun 13:27
· 1 commit to main since this release
v0.2.55
4f3ad1b

Highlights

Binary columns no longer stall the UI

  • Binary/blob columns now render as a dim italic ‹binary› stub instead of materializing their bytes — scrolling and jump-to-end on datasets with large blobs drop from minutes to seconds. The real bytes are still available for export.
  • Describe, distribution, and correlation skip binary blobs too, fixing memory exhaustion and apparent freezes on large partitioned datasets.
  • New themeable binary_col config key controls the stub's color and style.

Table display improvements

  • Animated spinner while the exact row count is still being computed, so a partial count is never mistaken for the final total (shows ? if it can't be determined).
  • Wide text columns are now shown truncated with their header visible instead of left blank, and off-screen columns are flagged with / markers in the header row.
  • Fixed a black, unrecoverable table area when jumping to the end (G) of a large dataset.
  • Quit keys (q / Q / Ctrl-C) now respond during slow loads, so you can always cancel cleanly.