Skip to content

Commit fdc57c4

Browse files
committed
update: Release 8.37
1 parent 11bdc6f commit fdc57c4

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.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"
2+
"tag_name": "v8.37",
3+
"name": "Release 8.37",
4+
"body": "## What's Changed\r\n* Rewrite OpenAI integration\r\n - Supports configure multiple services\r\n - Supports per-repository prefered service\r\n - Supports generate commit message with selected staged changes\r\n* Rewrite `git stash push` command\r\n - Add an option to enable `--keep-index` parameter\r\n - Remember the last selection of some options in `Stash Local Changes` popup\r\n* Fix the issue that `Models.NumericSort.Compare(...)` will crash the app if branch name contains large numbers\r\n* Add `Fetch {REMOTE_BRANCH} into {LOCAL_BRANCH}` context menu to non-current local branches\r\n* Shows the verify result for signed commits in commit details panel.\r\n* Add translation for `Español`\r\n* Fix the issue that the RPM builds is not compatible with OpenSUSE\r\n* Select previous tab instead of the next one after current active tab closed.\r\n* Fix the issue that auto-fetch may be stucked when pull failed.\r\n* Add repository configuration `Enable --prune on fetch`.\r\n* Fix the issue that querying file size may fail due to unquoted file path in `git ls-tree` command.\r\n* **macOS**: Use system chrome buttons (traffic lights) instead of custom caption buttons on macOS.\r\n* Supports custom actions.\r\n* Use `Inter` font as the default font family for all platforms.\r\n* Supports open repository by `Visual Studio`\r\n* **BREAKING CHANGES**: now we change the key in `external_editors.json` to the same name of external tool. For example: `VSCODE` changed to `Visual Studio Code`.\r\n* Several other UI/UX changes.\r\n\r\n## New Contributors\r\n* @jmmanzano made their first contribution in https://github.com/sourcegit-scm/sourcegit/pull/623\r\n* @Masgalor made their first contribution in https://github.com/sourcegit-scm/sourcegit/pull/622\r\n* @Guddiny made their first contribution in https://github.com/sourcegit-scm/sourcegit/pull/644\r\n\r\n**Full Changelog**: https://github.com/sourcegit-scm/sourcegit/compare/v8.36...v8.37"
55
}

0 commit comments

Comments
 (0)