Changes
- macOS: Holding
⌘while selecting a project now shows that it will open in a new window - Adds "Create PR" and "Land" to the branch context menu, so both actions are available regardless of the "Land branches directly" setting
- When updates from the target branch conflict with uncommitted work, GitButler now keeps both versions, shows the files as conflicted, and lets you mark them as resolved
Fixes
- Fixes unexpected vertical scrolling of the workspace while dragging branches between lanes
- Fixes tracked files being deleted in some workspaces after landing a branch
- Fixes failed GitHub operations showing a generic response-decoding error instead of GitHub's actual error message
- Fixes rebase operations unexpectedly moving tags
- Fixes conflicted commits losing their conflict state when reworded
- Fixes stale uncommitted files being shown after commits made by the CLI or another process
- Fixes clean commits being incorrectly treated as conflicted
- Fixes commit and merge request links using the wrong URL for self-hosted forges reached over SSH on a non-standard port
- Fixes workspace updates failing after a branch in a stack was squash-merged upstream
- Fixes "Open in browser" requiring a second click from the branch menu
- Fixes the diff view failing to highlight commits that uncommitted changes depend on
- Fixes successful pushes to branches tracking a non-default remote being reported as failures
- Fixes GitLab projects with many merge requests not showing all of them
- Fixes some GitHub pull requests getting stuck at "mergeability is unknown", leaving the Merge action disabled
- Fixes GitHub repositories with more than 100 open pull requests not showing all of them
- Fixes a branch-not-found error in the branch view after the displayed branch was integrated, landed, or deleted
- Fixes project-not-found errors that could appear after deleting a project or cancelling project setup
CLI
- Adds
but resolve conflictsandbut resolve applyfor inspecting and resolving individual conflicts in conflicted commits without checking them out but commitcan now target any branch chosen from the picker, including branches lower in a stackbut commit,but amend,but move, andbut squashnow show example commands when arguments are invalidbut move <branch> --branch <other-branch>can now stack one branch onto anotherbutnow detects the terminal's light or dark theme automatically;BUT_THEMEstill overrides it- Adds
c,m, andsas default aliases forbut commit,but move, andbut squash but picknow supports branch targeting with--branch,--above, and--belowbut squashandbut discardnow accept directory paths to select the uncommitted changes within thembut discardwith no target now discards all uncommitted changesbut uncommit <branch>now moves the branch's commits back to uncommitted changes and removes the branchbut discard --jsonandbut move --jsonnow include atypefield on each result- The
but pushpicker now shows one entry per stack and which ancestor branches will also be pushed but branch newnow supports--aboveand--belowfor positioning branches;--anchorand-aremain deprecated aliases for--abovebut landnow deletes the branch from its push remote after landing succeedsbut branch --helpnow points tobut rewordfor renaming branches- Improved the guidance shown to coding agents when the GitButler skill is missing or a CLI update is available
- DeepSeek Harness (
dsh) is now detected as a coding agent, with automatic skill setup but pullnow keeps both versions when target-branch updates conflict with uncommitted work; resolve the files withbut resolve <path>...but pr newnow reports the branch and remote that were actually pushed tobut push --jsonnow includes the destination branch name in eachbranchToRemoteentrybut unapplynow explains how to create a branch when the commits being unapplied are not attached to onebut pushnow exits non-zero when one or more branches in a batch fail to pushbut rewordnow preserves conflict state when rewording a conflicted commitbut status,but pull, andbut commitno longer fail when a clean commit is incorrectly marked as conflicted- Fixes
but pushfailing to detect conflicted commits in ancestor branches before pushing - Fixes
but landandbut pulldeleting tracked files in some workspaces - Fixes
but statusfailing with a "too many IDs" error in repositories with a very large number of untracked files - Fixes
but pullfailing when a branch in a stack was squash-merged upstream
TUI
- Improved diff rendering performance, especially for uncommitted files
- You can now switch directly between commit, squash, and move modes in the TUI
but tui <ID>can now open directly on a branch, commit, file, or hunk;--diffopens the diff view immediately and replaces the deprecatedbut diff --tui- Improved the TUI graph preview when moving a branch out of a stack
- You can now uncommit an entire branch in the TUI
- You can now press
pin the TUI to cherry-pick the selected commit - The TUI action bar now lists
commitbeforesquashwhen both are available - Fixes ANSI color codes appearing in TUI error messages
- Fixes stale selection marks remaining after closing a commit's file list in the TUI
- Fixes conflicted commits losing their conflict state when reworded in the TUI
New Contributors
Full Changelog: release/0.22.0...release/0.22.1