Skip to content

Commit b95b2c9

Browse files
committed
update: Release 2025.04
1 parent 6564070 commit b95b2c9

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.03",
3-
"name": "2025.03",
4-
"body": "## What's Changed\r\n\r\n* Re-write the branch comparison function. Users now can select the target branch and do it from the context menu `Compare with HEAD`.\r\n* Add menu item `Quit` and hotkeys `Ctrl+Q` to quit application on Windows/Linux.\r\n* Fix the issue that LFS locks do not show when the name of owner contains `.` character.\r\n* Re-write `git stash` supports and do NOT run `git add` for untracked files while stashing local changes.\r\n* Supports `bare` repository.\r\n* Fix the issue that the committer did not update after navigating to other commit by clicking the SHA link.\r\n* Upgrade `LiveChartsCore.SkiaSharpView.Avalonia` to `2.0.0-rc5`.\r\n* Fix the issue that tag list did not update after deleting selected tag.\r\n* Several other UI/UX changes.\r\n\r\n\r\n**Full Changelog**: https://github.com/sourcegit-scm/sourcegit/compare/v2025.02...v2025.03"
2+
"tag_name": "v2025.04",
3+
"name": "2025.04",
4+
"body": "## What's Changed\r\n\r\n* Fix the issue that the new worktree's HEAD does not point to the target branch HEAD\r\n* Fix the issue that `${files_num}` does not work in commit template. \r\n* Discarding local changes with selected files/dirs should never be traited as `Discard all changes`.\r\n* Upgrade `LiveChartsCore.SkiaSharpView.Avalonia` to `2.0.0-rc5.1`\r\n* Fix the issue that searching commits by `Author & Committer` does not include those commit that its committer is different with its author.\r\n* Exclude indicators and empty blocks while copying selected text in text diff view.\r\n* Allows using spaces in branch name while creating new branch and auto replace those spaces with dashes.\r\n* Move `Enable --signoff for commit` from repository configuration to commit option bar.\r\n* Fix the issue that triple click on commit message does not select the cursor line.\r\n* Use global `fetch.prune` instead of custom `Enable --prune on fetch` setting, and support to modify it through `Preference` dialog.\r\n* **macOS:** Add `Ghostty` terminal.\r\n* Fix the issue that failed to stash with untracked files.\r\n* Fix the issue that `rebase-merge/stopped-sha` may not exist.\r\n* Update submodules individually to avoid failures\r\n* Supports encoded remote url.\r\n* Supports auto-restore after stashing.\r\n* Supoorts `--index` option in `git stash apply` command.\r\n* `COMMIT & PUSH` button is available for branch without upstream.\r\n* Rewrite `OpenAI` integration.\r\n* Supports filtering/searching unstaged changes.\r\n* Several other UI/UX changes.\r\n\r\n## BREAKING CHANGES\r\n\r\n* The `Server` of AI service has been changed to the base URL, which means the sub-route `/chat/completions` is not required any more. See `README.md`\r\n\r\n## New Contributors\r\n* @snarkyerica made their first contribution in https://github.com/sourcegit-scm/sourcegit/pull/928\r\n* @MedaiP90 made their first contribution in https://github.com/sourcegit-scm/sourcegit/pull/932\r\n\r\n**Full Changelog**: https://github.com/sourcegit-scm/sourcegit/compare/v2025.03...v2025.04"
55
}

0 commit comments

Comments
 (0)