Skip to content

Commit 0e98cde

Browse files
committed
update: Release 8.26
1 parent ffb229c commit 0e98cde

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.25",
3-
"name": "Release 8.25",
4-
"body": "## What's Changed\r\n\r\n* Downgrade `AvaloniaUI` to `11.0.13`\r\n* Upgrade `AvaloniaEdit` to `11.1.0`\r\n* Supports issue tracker in commit message\r\n* Supports using drag-drop to reorder commits while rebasing interactively.\r\n* Enhanced German translation.\r\n* Supports copy multiple commits in histories by `Ctrl+C`\r\n* Rewrite selection for local changes while staging/unstaging chunks in a staged file.\r\n* Fix the issue that sometimes drag window won't stop on Linux\r\n* Rewrite `Stash & Reapply` for check/pull/create branch.\r\n* Enable syntax highlighting in revision files view.\r\n* Avoid changing parent of RepositoryNode if it exists when open it from FolderPicker.\r\n* Allow edit commit message only with `Amend`\r\n* Rewrite submodule to support `IsDirty` state, and add an indicator that shows dirty submodules.\r\n* Auto select remote branch after remote selection changed while pulling.\r\n* Fix the issue that can not select issue tracker rule after remove one in last two.\r\n* Fix the issue that ahead/behind indicator of commit in histories view not updated after upstream changing.\r\n* Allows to create branch on a detached HEAD and show commits that committed to current detached HEAD.\r\n* Supports display tags as tree.\r\n* Several UI/UX changes\r\n\r\n## New Contributors\r\n* @heartacker made their first contribution in https://github.com/sourcegit-scm/sourcegit/pull/324\r\n* @NilsPvR made their first contribution in https://github.com/sourcegit-scm/sourcegit/pull/349\r\n\r\n**Full Changelog**: https://github.com/sourcegit-scm/sourcegit/compare/v8.24...v8.25"
2+
"tag_name": "v8.26",
3+
"name": "Release 8.26",
4+
"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"
55
}

0 commit comments

Comments
 (0)