Skip to content

Commit 39cb77d

Browse files
committed
update: Release 8.38
1 parent fdc57c4 commit 39cb77d

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.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"
2+
"tag_name": "v8.38",
3+
"name": "Release 8.38",
4+
"body": "## What's Changed\r\n\r\n* Ignore case while finding visual studio solution files.\r\n* Add context menu for issue link in commit details panel.\r\n* Add a toggle button to show entire file content in diff view toolbar.\r\n* Avoid that diff view refreshes more than one times after staging/unstaging.\r\n* Handle standard error output of custom action.\r\n* New hotkeys\r\n - `Ctrl+Down/⌘+Down` to start fetch with default parameters directly\r\n - `Ctrl+Shift+Down/⌘+⇧+Down` to start pull with default parameters directly\r\n - `Ctrl+Shift+Up/⌘+⇧+Up` to start push with default parameters directly\r\n - `Ctrl+B/⌘+B` to create new branch with selected commit\r\n* Add a new `Editor Font Size` configuration for all text editors\r\n* Add `Merge {TAG_NAME} to {CURRENT_BRANCH}` context menu item for tags in histories view.\r\n* Better `GitLab` commit website links supports.\r\n* Add `Open With...` context menu item for selected revision file in commit details panel.\r\n* Several other UI/UX changes.\r\n\r\n## New Contributors\r\n* @goran-w made their first contribution in https://github.com/sourcegit-scm/sourcegit/pull/652\r\n* @BernatBC made their first contribution in https://github.com/sourcegit-scm/sourcegit/pull/655\r\n\r\n**Full Changelog**: https://github.com/sourcegit-scm/sourcegit/compare/v8.37...v8.38"
55
}

0 commit comments

Comments
 (0)