2025.02
·
1634 commits
to master
since this release
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/⌘+Enterto submit conventional commit message. - Re-write
Set Tracking Branchfeature. - Add a checkbox in
Preferencewindow to enable/disable globalhttp.sslVerifyconfiguration. - Fix the issue that some popup windows's shadow missing on Windows 10.
- Fix the issue that
SourceGitmay crash after submodule changed. - Fix the issue that auto-fetching does not work with SSH remotes.
- Re-write
Popupimplementation. - Add sample issue/pr tracker rules for
Gitee.com. - Linux: Move
RPM/DEBpackages fromBuildkitetoCodeBerg. - Use
--pathspec-from-fileingit addcommand if git >= 2.25.0 - Use
--pathspec-from-fileingit stash pushcommand if git >= 2.26.0 - Use
--stagedingit stash pushcommand only if git >= 2.35.0 - Do not show the
Initialize Repositorypopup forbarerepositories - Several other UI/UX changes.
Full Changelog: v2025.01...v2025.02