2025.14
·
328 commits
to master
since this release
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 existingSourceGit
instance. - Fix the issue that visible staged changes did not include the previous commit when
Amend
is turn on. - Add
Українська (ukrainian)
translations. - Upgrade
AvaloniaUI
to11.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 ingit diff
output. - Add
wip
,build
,ci
andperf
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) inHistory
page. - Several other UI/UX changes.
New Contributors
- @massimopaganigh made their first contribution in #1177
Full Changelog: v2025.13...v2025.14