Skip to content

Commit 2c0b398

Browse files
committed
update: Release 8.28
1 parent e8f7e5e commit 2c0b398

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.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"
2+
"tag_name": "v8.28",
3+
"name": "Release 8.28",
4+
"body": "## What's Changed\r\n\r\n* Fix the issue that unhandled key modifiers do not be cleared correctly\r\n* Fix the issue that the margin of commit in histories is wrong when there's only one commit\r\n* Avoid crashing after failed creating filesystem watcher.\r\n* Avoid crashing when the selected path is NOT exist in `OpenFolderPickerAsync`\r\n* Avoid crashing when closing a repository which is deleted in filesystem.\r\n* Supports auto scrolling when selecting text in commit message.\r\n* Keep detached HEAD ref using the same theme with current branch HEAD.\r\n* Show git errors in `Initialize Repository` panel after failed to get the repository root dir with given path.\r\n* Fix the issue that sometimes commit message is not fully visible.\r\n* Use `ListBox` instead of `DataGrid` to improve performance since we do not edit rows.\r\n* [Linux] Add support for `foot`, a Wayland terminal emulator.\r\n* Add context menu for multiple selected commits in histories view.\r\n* Rewrites the commit searching that the result is no longer dependent on the commits displayed in histories view.\r\n* Redesign the `Statistics` window. Now we calculates all the commits in the most recent year rather than only this year. \r\n* Supports `*.webp` images.\r\n* Add `Enter` as anthor hotkey to stage/unstage selected changes.\r\n* Supports using `Delete` or `Backspace` to discard selected unstaged changes.\r\n* The width of column `AUTHOR` is loaded from/saved into `preference.json`.\r\n* Upgrade `TextMateSharp` to 1.0.63.\r\n* Add a toolbar button to scan repositories under default clone dir.\r\n* Fix the issue that drag & drop may crash this app on macOS.\r\n* Several other UI/UX changes\r\n\r\n## New Contributors\r\n\r\n* @hannesbraun made their first contribution in https://github.com/sourcegit-scm/sourcegit/pull/420\r\n\r\n**Full Changelog**: https://github.com/sourcegit-scm/sourcegit/compare/v8.27...v8.28"
55
}

0 commit comments

Comments
 (0)