Skip to content

Commit efd6e90

Browse files
committed
update: Release 2025.16
1 parent ec3a9e9 commit efd6e90

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.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"
2+
"tag_name": "v2025.16",
3+
"name": "2025.16",
4+
"body": "## What's Changed\r\n\r\n* Fix the issue that popup running animation did not update after swtiching back from another page.\r\n* Wait for a while before closing the popup after current branch changed.\r\n* Git command log window is resizable now.\r\n* Fix the issue that empty dialog shows when generating commit message with AI.\r\n* Do not try to stash submodule changes before pull/checkout/create branch.\r\n* Show command running time in logs window.\r\n* Parse urls in commit message.\r\n* The `Ignore all whitespace changes` toggle button is always visible now.\r\n* Add dirty (has local changes or has pending pull/push commits) state indicator to repository tab.\r\n* Quit application after main window has been closed.\r\n* Fix the issue that `Add entries to gitignore` over context menu may append the new entry to the last one.\r\n* Supports to search commits by change (diff) content.\r\n* Supports to re-order workspaces.\r\n* Fix the issue that commit subject may have duplicated strings when there are multiple issue tracker rules.\r\n* Fix the issue that commit detail panel is overlapped by history panel when resizing columns.\r\n* Supports to close repositry configuration window by pressing `ESC`.\r\n* Add `Meld` as an option for external merge tool on Windows.\r\n* Several other UI/UX changes.\r\n\r\n## New Contributors\r\n* @alensiljak made their first contribution in https://github.com/sourcegit-scm/sourcegit/pull/1269\r\n* @broknecho made their first contribution in https://github.com/sourcegit-scm/sourcegit/pull/1275\r\n\r\n**Full Changelog**: https://github.com/sourcegit-scm/sourcegit/compare/v2025.15...v2025.16"
55
}

0 commit comments

Comments
 (0)