Skip to content

v0.1.7

Choose a tag to compare

@github-actions github-actions released this 28 Apr 06:15
· 123 commits to main since this release

Changed

  • Speed up terminal viewer rendering during scroll with a viewer-specific draw
    path, reusable buffers, and compact ANSI output.

Fixed

  • Keep muted viewer syntax colors without painting a full-screen background on
    every styled cell, avoiding bright terminal-default plain text while reducing
    repaint work.
  • Improve auto lazy preview detection for .jsonl/.ndjson files while
    keeping ambiguous huge multi-line JSON documents on the full formatter path.