Skip to content

2025.23

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jun 02:08
v2025.23
190d2ee

What's Changed

  • Rewrite stashes page and Stash Local Changes popup
  • 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 FileSystemWatcher if repo's $GIT_DIR is the same as its $REPO_ROOT/.git
  • Show Name of stash instead of SHA in Apply Stash and Drop Stash popup
  • Supports to add current selected folder in UNSTAGED tree to .gitignore
  • Supports to open selected folder in file manager from UNSTAGED/STAGED change tree.
  • Fix issue that Reset to This Revision of 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 SourceGit may 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 Helper not working in Interactive Rebase
  • Several other UI/UX changes.

New Contributors

Full Changelog: v2025.22...v2025.23