Skip to content

v0.11.4

Choose a tag to compare

@github-actions github-actions released this 05 Jun 05:26
· 217 commits to main since this release

Fixed

  • --once no longer wipes terminal scrollback. The mode used to
    call console.clear() before rendering, which emits the
    clear-screen + clear-scrollback escape on modern terminals — the
    user's working context above the snapshot disappeared even though
    --once never entered an alt-screen. The snapshot now renders in
    place at the cursor like any other print-and-exit CLI tool.