Skip to content

Commit 4793a9b

Browse files
committed
update: Release 2025.09
1 parent 970fff0 commit 4793a9b

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.08",
3-
"name": "2025.08",
4-
"body": "## What's Changed\r\n\r\n* Show file mode change for new/deleted files.\r\n* **Linux:** add `pre-install` and `pre-removal` scripts for DEB package to stop `SourceGit` before install/remove.\r\n* Fix the issue that the last selected line is missing while trying to copy multiple lines in text diff view.\r\n* Fix the issue that there's an extra line-ending while copying multiple lines from text diff view.\r\n* Disable `CONTINUE` button while committing or it is already running.\r\n* Make sure the matched hash is a valid commit oid while parsing commit links in commit message.\r\n* Improve `AltGr` detection.\r\n* Fix the issue that validation result does not update in `Pull`/`Push` popup.\r\n* Allows to configure editor `TAB` width in `Preferences` window.\r\n* Fix the issue that columns in `Interactive Rebase` window are misaligned.\r\n* Add commit hash tooltip for `Blame` window.\r\n* Fix the issue that both `--tags` and `--no-tags` are used in `git pull` command at same time.\r\n* Auto adjust column width of commit hash and time after font size changed.\r\n* Disable scrollbar in `NumericUpDown` control.\r\n* Supports to navigate to target commit via double-clicking commit hash in conflict resolving panel.\r\n* **Windows:** use `Compress-Archive` instead of `zip` to prevent false positive detection by `Windows Defender`.\r\n* **Linux:** fix packaging workflow with `Ubuntu 20.04` image.\r\n* Several other UI/UX changes.\r\n\r\n## New Contributors\r\n\r\n* @xhargh made their first contribution in https://github.com/sourcegit-scm/sourcegit/pull/1060\r\n\r\n**Full Changelog**: https://github.com/sourcegit-scm/sourcegit/compare/v2025.07...v2025.08"
2+
"tag_name": "v2025.09",
3+
"name": "2025.09",
4+
"body": "## What's Changed\r\n\r\n* **Windows:** Fix the issue that some external tools do not supports `/` as path delimitter.\r\n* Show commit info tip when hovering SHA in conflict view.\r\n* Force `English` locale while running `git` commands on Linux.\r\n* Supports configure global `Custom Action`.\r\n* Fix the issue that closing a repository on readonly drive crashes this app.\r\n* Fix the issue that `preferences.json` was saved after close some windows in design mode.\r\n* Rewrite `git` commands cancellation when changing preview commit very frequently.\r\n* Fix the issue that suggestion popups for file path did not hide (still shows in topmost mode) after window was deactived.\r\n* Fix the issue that the suggestion popups for file path did not show while searching commit by file path.\r\n* Improve loading time for `CHILDREN` in commit detail panel.\r\n* **Windows:** Fix the issue that window frame shadow is missing after restoring it from minimized on Windows 10.\r\n* Auto convert spaces with dashes while renaming a branch.\r\n* Rewrite the way to deal with uncommitted local changes when checkout/pull/create branch.\r\n - Remove `Do Nothing`.\r\n - Use `Stash & Reapply` as defaulted.\r\n* Fix the issue that app crashes when font family name starts with `,`.\r\n* Fix the issue that deleting branch on remote may also deletes tag with same name.\r\n* **macOS:** Add `/opt/homebrew/bin` and `/opt/homebrew/sbin` to `PATH` when the `~/Library/Application\\ Support/SourceGit/PATH` is not found.\r\n* Several other UI/UX changes.\r\n\r\n## New Contributors\r\n* @mphome made their first contribution in https://github.com/sourcegit-scm/sourcegit/pull/1093\r\n* @ousugo made their first contribution in https://github.com/sourcegit-scm/sourcegit/pull/1096\r\n\r\n**Full Changelog**: https://github.com/sourcegit-scm/sourcegit/compare/v2025.08...v2025.09"
55
}

0 commit comments

Comments
 (0)