Skip to content

Commit 22c9f3a

Browse files
committed
update: Release 2025.02
1 parent 117bf70 commit 22c9f3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

data/version.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"tag_name": "v2025.01",
3-
"name": "Release 2025.01",
4-
"body": "## What's Changed\r\n\r\n* **Windows:** Rewrite the `Portable` mode. You can just create a folder named `data` that nexts to the `SourceGit` executable to enable it.\r\n* Supports change the date time format.\r\n* Shows the git's commit template in `Template/Histories` popup.\r\n* **macOS:** search more paths to find git executable.\r\n* Fix the issue that application will crash if the executable file can not be found in custom actions.\r\n* Fix the issue that creating an archive file with tags containing subpaths failed.\r\n* Fix the issue that AvaloniaUI designer does not work.\r\n* Re-write the auto-filter implementation - If user has enabled some filters in histories, after checkout another branch, the filters also changed to the new one.\r\n* Clear commit message after toggle off `Amend` option.\r\n* Several other UI/UX changes.\r\n\r\n## New Contributors\r\n* @paazmaya made their first contribution in https://github.com/sourcegit-scm/sourcegit/pull/859\r\n\r\n**Full Changelog**: https://github.com/sourcegit-scm/sourcegit/compare/v8.45...v2025.01"
2+
"tag_name": "v2025.02",
3+
"name": "2025.02",
4+
"body": "## What's Changed\r\n\r\n* Fix the issue that the expand status of new created branch is not saved.\r\n* Add a toggle button to only highlight current branch in commit graph.\r\n* Re-order the buttons in histories toolbar.\r\n* Add a button to switch tag sort method (creatordate/name asc/name des).\r\n* Fix the issue that moving window between monitors may crash this app.\r\n* Enable text search for branch ComboBox.\r\n* Add hotkey `Ctrl+Enter/⌘+Enter` to submit conventional commit message.\r\n* Re-write `Set Tracking Branch` feature.\r\n* Add a checkbox in `Preference` window to enable/disable global `http.sslVerify` configuration.\r\n* Fix the issue that some popup windows's shadow missing on Windows 10.\r\n* Fix the issue that `SourceGit` may crash after submodule changed.\r\n* Fix the issue that auto-fetching does not work with SSH remotes.\r\n* Re-write `Popup` implementation.\r\n* Add sample issue/pr tracker rules for `Gitee.com`.\r\n* **Linux:** Move `RPM/DEB` packages from `Buildkite` to `CodeBerg`.\r\n* Use `--pathspec-from-file` in `git add` command if git >= 2.25.0\r\n* Use `--pathspec-from-file` in `git stash push` command if git >= 2.26.0\r\n* Use `--staged` in `git stash push` command only if git >= 2.35.0\r\n* Do not show the `Initialize Repository` popup for `bare` repositories\r\n* Several other UI/UX changes.\r\n\r\n\r\n**Full Changelog**: https://github.com/sourcegit-scm/sourcegit/compare/v2025.01...v2025.02"
55
}

0 commit comments

Comments
 (0)