Skip to content

Commit ec3a9e9

Browse files
committed
update: Release 2025.15
1 parent 5ac4ec7 commit ec3a9e9

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.14",
3-
"name": "2025.14",
4-
"body": "## What's Changed\r\n\r\n* Fix the issue that the tooltips are not correctly closed after the mouse is moved away.\r\n* Auto navigate to current branch HEAD or current upstream HEAD after `Fetch/Pull/Merge`.\r\n* Supports per-workspace `Default Clone Dir`.\r\n* Show original file line-endings in text diff view.\r\n* Now `SourceGit` is running in singleton mode. Run `<SourceGit executable> <path to repo>` will try to open a new tab in existing `SourceGit` instance.\r\n* Fix the issue that visible staged changes did not include the previous commit when `Amend` is turn on.\r\n* Add `Українська (ukrainian)` translations.\r\n* Upgrade `AvaloniaUI` to `11.2.8` to fix duplicated characters when input to textbox.\r\n* Support to display contribution chart based on selected author in `Statistics` dialog.\r\n* Add a button to commit message input box to copy full commit message.\r\n* Remember the last state of `Ignore whitespace changes and EOF` in text diff view.\r\n* Append character `U+26D4` to line when `\\ No newline at end of file` is found in `git diff` output.\r\n* Add `wip`, `build`, `ci` and `perf` types to conventional commit helper.\r\n* Remember the last input commit message when exiting.\r\n* Supports view git command logs.\r\n* Fix the issue that pressing `Alt+Enter` to commit and push in a repository that has no remotes will crash.\r\n* Notification popup now uses the same text presenter with git command log view.\r\n* Rewrite the `Copy` context menu of selected commit(s) in `History` page.\r\n* Several other UI/UX changes.\r\n\r\n## New Contributors\r\n* @massimopaganigh made their first contribution in https://github.com/sourcegit-scm/sourcegit/pull/1177\r\n\r\n**Full Changelog**: https://github.com/sourcegit-scm/sourcegit/compare/v2025.13...v2025.14"
2+
"tag_name": "v2025.15",
3+
"name": "2025.15",
4+
"body": "## What's Changed\r\n\r\n* Do not show tooltip if window is deactived.\r\n* Use `F1`/`ESC` to quick open/close `Keyboard Shortcuts Reference` dialog.\r\n* Add `git bisect` support.\r\n* Fix the issue that modal dialog did not take focus after displayed.\r\n* Fix the issue that for init-commit, app will crash with `COMMIT & PUSH` due to local branch has not been updated.\r\n* Fix the issue that no changes were displayed when try to amend a commit without parent (branch first commit).\r\n* Fix the issue that clicking on a selected branch/tag did not navigate to the commit that referenced by it.\r\n* Show commit full message tooltip when hover commit's subject in `File Histories` window.\r\n* When scanning repositories in default clone dir, ignore all sub-directories those name starts with `.`.\r\n* Supports to enable `--ignore-ct-at-eol` in diff by default.\r\n* Fix typo of conventional commit type `perf` (Performance Improvements).\r\n* Highlight inline code block in subject in commit list view.\r\n* Fix the issue that when running in debug mode, `System.NullReferenceException` will be raised after current popup stopped (sucess or not) running.\r\n* Allow multiple users on a shared server to use `SourceGit` at same time.\r\n* Fix the issue that text in commit message history not vertically aligned.\r\n* Several other UI/UX changes.\r\n\r\n## New Contributors\r\n* @cdammanintopix made their first contribution in https://github.com/sourcegit-scm/sourcegit/pull/1246\r\n\r\n**Full Changelog**: https://github.com/sourcegit-scm/sourcegit/compare/v2025.14...v2025.15"
55
}

0 commit comments

Comments
 (0)