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* New regex for tag name: `^(?!\\.)(?!/)(?!.*\\.$)(?!.*/$)(?!.*\\.\\.)[\\w\\-\\./]+$`\r\n* Open folder dialog from `Open Repository` in `Weclome` page will starts from default clone dir.\r\n* Fix the issue that sometimes open repository with filters enabled crashes this application.\r\n* Add a toggle button in `Preference` dialog to only use monospace font in code editor.\r\n* Do not change global `core.autocrlf` when user not set it yet.\r\n* Supports checkout branch/commit by double click commit in histories view.\r\n* Add an auto complete box for searching commits by file path.\r\n* Rewrite `amend` behavior.\r\n* Remove `Discard` context menu item and text diff view button from staged changes.\r\n* Add tooltip for page tab to show repository's path.\r\n* Add locale for `pt_BR` (Brazilian Portuguese).\r\n* Add locale for `de_DE` (German).\r\n* Add `-m 1` to `git revert` command to support reverting merge commit.\r\n* Add `linux-arm64` target to Github Action.\r\n* Fetching avatar from `avatars.githubusercontent.com` for emails ends with `@users.noreply.github.com`.\r\n* Fix the issue that the first `_` character is missing in context menu item.\r\n* Register to directory MimeType to open folders for Linux.\r\n* Several UX/Theme changes.\r\n\r\n## New Contributors\r\n\r\n* @liugangnhm made their first contribution in https://github.com/sourcegit-scm/sourcegit/pull/310\r\n* @aikawayataro made their first contribution in https://github.com/sourcegit-scm/sourcegit/pull/311\r\n\r\n**Full Changelog**: https://github.com/sourcegit-scm/sourcegit/compare/v8.23...v8.24"
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"
0 commit comments