Skip to content

Commit d9ec46f

Browse files
committed
update: Release 8.35
1 parent 5613e5a commit d9ec46f

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.34",
3-
"name": "Release 8.34",
4-
"body": "## What's Changed\r\n\r\n* **macOS:** Append `PATH` instead of overriding it to allow users introduce the `PATH` environment from their shell to SourceGit by starting this app with `open -a SourceGit` in commandline\r\n* Set `GIT_SSH_COMMAND` only if it has not been provided\r\n* Fix the issue that when `tag.gpgsign` is enabled, turning off the `GPG Signing` option while creating a new annotated tag does not work\r\n* Do not use scope parameter (such as `--global`, `--system`, `--local`) while reading git configuration\r\n* Only instantiate `ViewModels.Preference` on the first time accessing it\r\n* Do not save `gpg.openpgp.program` if the legacy `gpg.program` exists and its value has not been changed\r\n* Change default reset mode to `--mixed`, which is also the default option in git commandline\r\n* Refactor the stash implementation. Currently, `--staged` can only be enabled by the stash button in toolbar.\r\n* Only update grammar if it is necessary\r\n* Fix the issue that changing the remote's URL only change the fetch URL of it when the push URL using a different one.\r\n* Hightlight the selected commit in search commit result list.\r\n* Update search commit results after search option is changed.\r\n* Add a toggle in perference to show author time instead of committer time in graph\r\n* Add hotkeys `Alt+Up` and `Alt+Down` to move interactive rebase item up and down\r\n* Several other UI/UX changes.\r\n\r\n**Full Changelog**: https://github.com/sourcegit-scm/sourcegit/compare/v8.33...v8.34"
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"
55
}

0 commit comments

Comments
 (0)