You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"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"
2
+
"tag_name": "v8.39",
3
+
"name": "Release 8.39",
4
+
"body": "## What's Changed\r\n\r\n* Supports issue link in keywords.\r\n* Instead of opening the file from current worktree, save the selected revision file to temp dir and then open it with default editor.\r\n* Use `--tags` instead of `--force` for `git fetch` command if `Fetch without tags` is turned off.\r\n* Show the tooltip of parent commit when hover the parent SHA.\r\n* **Linux:** Fix the issue that the RPM package does NOT work on some distros.\r\n* Supports to delete orphan remote tracking branches.\r\n* Supports `Azure` OpenAI REST API.\r\n* Rewrites the histories filter function to supports both `include` and `exclude` modes.\r\n* Fix the issue that `git rebase --continue` failes due to bad exit code of `SourceGit.exe --rebase-message-editor`.\r\n* Do NOT trigger the double clicking event if user click the blank area of commit list.\r\n* Upgrade project dependencies.\r\n - Upgrade target framework to `.NET 9`\r\n - Upgrade `Avalonia` to 11.2.1\r\n - Upgrade `LiveChartsCore.SkiaSharpView.Avalonia` to 2.0.0-rc4.5\r\n - Upgrade `TextMateSharp to` 1.0.64\r\n* Enable `--no-ext-diff` for `git diff` command to ignore custom external diff drivers while getting diff result.\r\n* Add two buttons to go to prev/next changes in text diff view.\r\n* Rewrite `File Histories` to get logs based on selected revision.\r\n* Add change minimap for text diff view.\r\n* Switch `WinMerge` from 3-way to 2-way UI.\r\n* Add hotkeys for reset mode.\r\n* Query statistics based on `MaxHistoriesCommits` and use current culture to ajust the first day of week.\r\n* Several other UI/UX changes.\r\n\r\n## New Contributors\r\n* @albertodlc made their first contribution in https://github.com/sourcegit-scm/sourcegit/pull/692\r\n* @TheGthr made their first contribution in https://github.com/sourcegit-scm/sourcegit/pull/696\r\n\r\n**Full Changelog**: https://github.com/sourcegit-scm/sourcegit/compare/v8.38...v8.39"
0 commit comments