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* Support using `Ctrl` + click to start fetch/pull/push/stash directly with default options.\r\n* Enhanced German translations.\r\n* Fallback the data storage path to `~/.sourcegit` when `Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData)` returns empty string.\r\n* Force using `TextMateSharp` 1.0.62 to support win-arm64 and linux-arm64.\r\n* Fix the issue that we can not select the entire content of commit message.\r\n* Upgrade `Avalonia` to `11.1.3`\r\n* Fix several custom text render issues.\r\n* Enable DBus file picker on Linux platforms.\r\n* Rewrite the way to help this app finding external editors.\r\n* Add a menu item to open app data dir from the app's main menu.\r\n* Supports commit template.\r\n* Manually stage all changes instead of using `git commit --all` to support untracked files.\r\n* Fix the issue that users need to move mouse or scroll oncetime to auto select next chunk under current cursor after `stage/discard/unstage` the previous chunk.\r\n* Rewrite the background and highlight renderer of text diff editor.\r\n* Add syntax highlighting for `*.toml` files.\r\n* Fix the issue that `Reveal in File Explorer` do not work when path contains whitespaces on macOS.\r\n* Only start background tasks when it is needed.\r\n* Several UI/UX changes\r\n\r\n\r\n**Full Changelog**: https://github.com/sourcegit-scm/sourcegit/compare/v8.25...v8.26"
2
+
"tag_name": "v8.27",
3
+
"name": "Release 8.27",
4
+
"body": "## What's Changed\r\n\r\n* Rewrite font configuration to supports dynamic font fallback.\r\n* Auto focus search box after a new page opened.\r\n* Add an option to enable `--recurse-submodules=check` on push.\r\n* Add an issue tracker template for commit hash in message.\r\n* Fix the foreground issue of `ToolTip`\r\n* Fix the issue that the counter of local changes is incorrect\r\n* Supports commit sha navigation in commit message\r\n* Add a toggle button to enable `--first-parent` option in commit graph.\r\n* Displays untracked submodules in unstaged changes\r\n* Supports using arrow keys to select and space key to open repository in Welcome page.\r\n* Supports searching repository's path in Welcome page.\r\n* Add a button to see the branches and tags that contains selected commit.\r\n* Rewrite FileHistories page to only focus on selected file\r\n* Using `-- <pathspec>...` instead of `--pathspec-from-file=<file>` in `git stash push` command to support git < 2.26.0\r\n* Now `Visible Diff Context Lines` is a runtime value that will not be saved into `preference.json`\r\n* Add a context menu item to copy entire content of `SelectableTextBlock`\r\n* Clear last search filter after new `Welcome` page opened.\r\n* Supports squash multiple commits into selected one.\r\n* [Windows] Fix the issue that open file paths with spaces\r\n* [Windows] Fix the issue that an executable file with the same name as directory will be executed while trying to open directory\r\n* [Linux] Fix aarch64 package dependencies\r\n* [Linux] Supports using system window frame instead of custom borderless window.\r\n* [macOS] Fix exec permission of release package\r\n* [macOS] Prefer using `iTerm.app` instead of `Terminal.app` if it is installed\r\n* Several other UI/UX changes\r\n\r\n## New Contributors\r\n\r\n* @ybeapps made their first contribution in https://github.com/sourcegit-scm/sourcegit/pull/377\r\n* @ChiahongHong made their first contribution in https://github.com/sourcegit-scm/sourcegit/pull/381\r\n* @UchiTesting made their first contribution in https://github.com/sourcegit-scm/sourcegit/pull/405\r\n\r\n**Full Changelog**: https://github.com/sourcegit-scm/sourcegit/compare/v8.26...v8.27"
0 commit comments