What's Changed
- Fix the issue that the expand status of new created branch is not saved.
- Add a toggle button to only highlight current branch in commit graph.
- Re-order the buttons in histories toolbar.
- Add a button to switch tag sort method (creatordate/name asc/name des).
- Fix the issue that moving window between monitors may crash this app.
- Enable text search for branch ComboBox.
- Add hotkey
Ctrl+Enter/⌘+Enter
to submit conventional commit message. - Re-write
Set Tracking Branch
feature. - Add a checkbox in
Preference
window to enable/disable globalhttp.sslVerify
configuration. - Fix the issue that some popup windows's shadow missing on Windows 10.
- Fix the issue that
SourceGit
may crash after submodule changed. - Fix the issue that auto-fetching does not work with SSH remotes.
- Re-write
Popup
implementation. - Add sample issue/pr tracker rules for
Gitee.com
. - Linux: Move
RPM/DEB
packages fromBuildkite
toCodeBerg
. - Use
--pathspec-from-file
ingit add
command if git >= 2.25.0 - Use
--pathspec-from-file
ingit stash push
command if git >= 2.26.0 - Use
--staged
ingit stash push
command only if git >= 2.35.0 - Do not show the
Initialize Repository
popup forbare
repositories - Several other UI/UX changes.
Full Changelog: v2025.01...v2025.02