Skip to content

v4.2.0

Choose a tag to compare

@github-actions github-actions released this 29 May 12:22
Immutable release. Only release title and notes can be modified.
e7b0b7c

Minor Changes

  • 91157db: Upgrade Ink to v7 and adopt new TUI capabilities:
    • Layout now re-flows live on terminal resize (useWindowSize).
    • The interactive UI renders in the terminal's alternate screen buffer, restoring prior scrollback on exit, with incremental rendering to reduce flicker (alternateScreen + incrementalRendering).
    • Pasting is supported in the branch-creation, open-editor, and worktree-status views, including multi-character branch names that were previously dropped (usePaste).