2025.23
·
767 commits
to master
since this release
What's Changed
- Rewrite stashes page and
Stash Local Changespopup - Add a toolbar button to open current revision file with default editor
- Supports to customize merge message
- Supports to copy stash message
- Only creates one
FileSystemWatcherif repo's$GIT_DIRis the same as its$REPO_ROOT/.git - Show
Nameof stash instead ofSHAinApply StashandDrop Stashpopup - Supports to add current selected folder in
UNSTAGEDtree to.gitignore - Supports to open selected folder in file manager from
UNSTAGED/STAGEDchange tree. - Fix issue that
Reset to This Revisionof untracked/added change in selected stash may crash this app when the target directory do not exist. - Fix issue that delete worktree when it is opened in
SourceGitmay crash this app. - Auto-follow HEAD when bisecting.
- Fix issue that wrong path was used when creating worktree from selected path.
- Allows to push selected commit to current tracking remote if it is ahead of remote's
HEAD. - Fix issue that
Conventional Commit Helpernot working inInteractive Rebase - Several other UI/UX changes.
New Contributors
- @SilverWolf2k20 made their first contribution in #1442
Full Changelog: v2025.22...v2025.23