Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Aug 15:25

0.2.0 - 2021-08-25

Features

  • Undo option
    • Built on new git branch-backup command which is like git stash for branch state
    • atm only backs up the result of a rebase and not --pull
  • Stack View
    • Added new --format branch-commits option, now the default
    • Added new --format debug option to help with reporting issues
    • Abbreviate commit IDs
    • Show per-branch status, separating from commit status
  • Auto-delete branches on --pull that were merged into a protected branch

Fixes

  • Reduced conflicts during --rebase
  • Load config when in a worktree
  • Restore correct HEAD when multiple branches on the same commit

Breaking Chanages

  • Renamed --format options:
    • brief -> branches
    • full -> commits