Skip to content

Commit d44cf2e

Browse files
committed
update: Release 8.29
1 parent 2c0b398 commit d44cf2e

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.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"
2+
"tag_name": "v8.29",
3+
"name": "Release 8.29",
4+
"body": "## What's Changed\r\n\r\n* Save `preference.json` when its property changed immediately.\r\n* Fix the issue that the width of column `COMMIT TIME` is too small for build-in fonts.\r\n* Add `Move to Another Group` context menu item to help users moving repository nodes.\r\n* Change the default method to search commits to `Message`\r\n* Supports search submodules\r\n* Enhanced French translation\r\n* Add `Avalonia.Fonts.Inter` package to avoid crashing on some Linux distro when failed get `$Default` font family.\r\n* Several other UI/UX changes\r\n\r\n\r\n**Full Changelog**: https://github.com/sourcegit-scm/sourcegit/compare/v8.28...v8.29"
55
}

0 commit comments

Comments
 (0)