Skip to content

Commit 970fff0

Browse files
committed
update: Release 2025.08
1 parent 565e803 commit 970fff0

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.07",
3-
"name": "2025.07",
4-
"body": "## What's Changed\r\n\r\n* Add context menu item `Save As Patch...` to selected stash\r\n* Auto-select the first change in commit details panel/branch compare panel/revision compare panel.\r\n* Auto-select the first change after a stash was selected.\r\n* Remember the last active tab in commit details panel.\r\n* Fix the issue that pulling with empty repository (no local branch) crashes this app.\r\n* Fix the issue that `Ptyxis` does not start with given working directory.\r\n* Do not show error message of custom action if it is empty.\r\n* Fix the issue that double-clicking the `COMMIT`/`COMMIT & PUSH` button triggers the binded command twice.\r\n* Enable `interactive rebase` on anthor branch or unmerged commit.\r\n* Fix the issue that pressing `Enter` while the current popup is in-progress will crash this app.\r\n* Do not remember the last selected handling method of uncommitted local changes while pulling/creating branch/checkout branch.\r\n* Upgrade `AvaloniaUI` to `11.2.5`\r\n* Upgrade `CommunityToolkit.Mvvm` to `8.4.0`\r\n* Better regex for remote URL.\r\n* Several other UI/UX changes.\r\n\r\n## New Contributors\r\n* @ZaLiTHkA made their first contribution in https://github.com/sourcegit-scm/sourcegit/pull/1033\r\n\r\n**Full Changelog**: https://github.com/sourcegit-scm/sourcegit/compare/v2025.06...v2025.07"
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"
55
}

0 commit comments

Comments
 (0)