Skip to content

v0.102.0

Choose a tag to compare

@henrikje henrikje released this 27 Feb 23:15

0.102.0 (2026-02-27)

Rebase and merge plans are now even smarter, with improved conflict prediction, branch visualization, and automatic detection of already-merged branches. It also brings auto-fetch to status/list and a curl-pipe-bash installer.

Features

  • add --dry-run to repo remove (02b61f7)
  • add --graph flag to rebase and merge for branch divergence visualization (ff072c9)
  • annotate behind-base commits with rebase/squash match info (85e4725)
  • auto-fetch by default for status and list commands (24f1445)
  • detect merged branches and skip them during rebase/merge (6829fd1)
  • dim benign skip reasons in sync plans (e74f105)
  • identify conflicting commits in rebase plans (de60753)
  • show merge status for orphaned branches in arb clean (0d368f2)
  • show merge type in pull plans and diff stats in verbose mode (22d0ef8)
  • show retarget replay prediction in rebase plans (4abb14a)
  • support curl-pipe-bash installation via GitHub Releases (fc808f2)

Bug Fixes

  • eliminate blank screen gap in phased rendering (0fafbff)
  • remove local scope from tmp_dir in install script (a08501c)
  • stop --force from implying --yes in arb delete (e1c5ab2)
  • validate repo names in create command before git operations (d34f49a)