Skip to content

2025.14

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Apr 01:54
· 328 commits to master since this release
v2025.14
387b68c

What's Changed

  • Fix the issue that the tooltips are not correctly closed after the mouse is moved away.
  • Auto navigate to current branch HEAD or current upstream HEAD after Fetch/Pull/Merge.
  • Supports per-workspace Default Clone Dir.
  • Show original file line-endings in text diff view.
  • Now SourceGit is running in singleton mode. Run <SourceGit executable> <path to repo> will try to open a new tab in existing SourceGit instance.
  • Fix the issue that visible staged changes did not include the previous commit when Amend is turn on.
  • Add Українська (ukrainian) translations.
  • Upgrade AvaloniaUI to 11.2.8 to fix duplicated characters when input to textbox.
  • Support to display contribution chart based on selected author in Statistics dialog.
  • Add a button to commit message input box to copy full commit message.
  • Remember the last state of Ignore whitespace changes and EOF in text diff view.
  • Append character U+26D4 to line when \ No newline at end of file is found in git diff output.
  • Add wip, build, ci and perf types to conventional commit helper.
  • Remember the last input commit message when exiting.
  • Supports view git command logs.
  • Fix the issue that pressing Alt+Enter to commit and push in a repository that has no remotes will crash.
  • Notification popup now uses the same text presenter with git command log view.
  • Rewrite the Copy context menu of selected commit(s) in History page.
  • Several other UI/UX changes.

New Contributors

Full Changelog: v2025.13...v2025.14