Skip to content

Commit 11bdc6f

Browse files
committed
update: Release 8.36
1 parent d9ec46f commit 11bdc6f

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": "v8.35",
3-
"name": "Release 8.35",
4-
"body": "## What's Changed\r\n\r\n* Add an option to enable `-x` parameter in `git cherry-pick` command.\r\n* Add supports to cherry-pick a merge commit.\r\n* Fix the issue that `${files:N}` parameter in commit template will always be replaced with the first change path.\r\n* **macOS:** read `PATH` environment from `zsh` at startup.\r\n* Rewrite commit decorators (refs) renderer.\r\n* Upgrade AvaloniaUI to `11.1.4`.\r\n* Use bold font for `keywords` prefix in commit subject, such as `[Module Name]`, `feat(xxx):`, `fix:`, etc.\r\n* Hover on an annotated tag will display the message of it.\r\n* Add context menu for selected change in stashes page.\r\n* Force enable the `--patch` parameter in `git diff` command.\r\n* Auto open suggestion popup after the search commit method has been changed to `File`.\r\n* Add a toggle button to enable `--reflog` when query history commits.\r\n* Add a built-in conventional commit message generator.\r\n* Supports escaped remote URL.\r\n* Enable `-u` option while staging all changes without untracked files.\r\n* Mark deleted repository and auto remove it after re-scan default clone dir.\r\n* Several other UI/UX changes.\r\n\r\n\r\n**Full Changelog**: https://github.com/sourcegit-scm/sourcegit/compare/v8.34...v8.35"
2+
"tag_name": "v8.36",
3+
"name": "Release 8.36",
4+
"body": "## What's Changed\r\n\r\n* **macOS:** Read `PATH` env from `~/Library/Application\\ Support/SourceGit/PATH` instead of the output of `zsh --login -c \"echo $PATH\"` command. Users can use `echo $PATH > ~/Library/Application\\ Support/SourceGit/PATH` to generate this file.\r\n* Fix the issue that only 2 parents was displayed even if there are more than 2 parents in merge commit.\r\n* Better support for convential commit message.\r\n* Use `git update-ref` instead of `git fetch` to fast-forward non-current local branch.\r\n* Remove `Auto-Stage` toggle since there is a hotkey to do this, which is more safe.\r\n* Supports `${branch_name}` parameter in commit template.\r\n* `--allow-empty` is always enabled for `git commit` command, and when a user creates an empty commit, they are asked to continue or abort.\r\n* Remove `--prune` from `git fetch` command. Users can prune dead remote branches from the context menu of remote.\r\n* Supports `--signoff` for `git commit` command. Users can enable it from repository's configuration window.\r\n* Add `+`/`-` after line number margin of text diff view to indicate type of change.\r\n* Fix the issue that LFS visible locks does not update after unlock someone.\r\n* Allows users to customize the `OpenAI Prompt` used to generate commit message.\r\n* Use numeric sorting for branch tree, changes tree and revision files tree.\r\n* Add Gitlab Issue/MR sample rules.\r\n* Fix the issue that using `Meld` as the external merge tool does not work.\r\n* Several other UI/UX changes.\r\n\r\n## New Contributors\r\n* @czarkoff made their first contribution in https://github.com/sourcegit-scm/sourcegit/pull/583\r\n* @Jayllyz made their first contribution in https://github.com/sourcegit-scm/sourcegit/pull/584\r\n* @FreyLuis made their first contribution in https://github.com/sourcegit-scm/sourcegit/pull/589\r\n* @dougcunha made their first contribution in https://github.com/sourcegit-scm/sourcegit/pull/596\r\n\r\n**Full Changelog**: https://github.com/sourcegit-scm/sourcegit/compare/v8.35...v8.36"
55
}

0 commit comments

Comments
 (0)