2025.15
·
281 commits
to master
since this release
What's Changed
- Do not show tooltip if window is deactived.
- Use
F1
/ESC
to quick open/closeKeyboard Shortcuts Reference
dialog. - Add
git bisect
support. - Fix the issue that modal dialog did not take focus after displayed.
- Fix the issue that for init-commit, app will crash with
COMMIT & PUSH
due to local branch has not been updated. - Fix the issue that no changes were displayed when try to amend a commit without parent (branch first commit).
- Fix the issue that clicking on a selected branch/tag did not navigate to the commit that referenced by it.
- Show commit full message tooltip when hover commit's subject in
File Histories
window. - When scanning repositories in default clone dir, ignore all sub-directories those name starts with
.
. - Supports to enable
--ignore-ct-at-eol
in diff by default. - Fix typo of conventional commit type
perf
(Performance Improvements). - Highlight inline code block in subject in commit list view.
- Fix the issue that when running in debug mode,
System.NullReferenceException
will be raised after current popup stopped (sucess or not) running. - Allow multiple users on a shared server to use
SourceGit
at same time. - Fix the issue that text in commit message history not vertically aligned.
- Several other UI/UX changes.
New Contributors
- @cdammanintopix made their first contribution in #1246
Full Changelog: v2025.14...v2025.15