2025.15
·
1130 commits
to master
since this release
What's Changed
- Do not show tooltip if window is deactived.
- Use
F1/ESCto quick open/closeKeyboard Shortcuts Referencedialog. - Add
git bisectsupport. - Fix the issue that modal dialog did not take focus after displayed.
- Fix the issue that for init-commit, app will crash with
COMMIT & PUSHdue 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 Historieswindow. - When scanning repositories in default clone dir, ignore all sub-directories those name starts with
.. - Supports to enable
--ignore-ct-at-eolin 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.NullReferenceExceptionwill be raised after current popup stopped (sucess or not) running. - Allow multiple users on a shared server to use
SourceGitat 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