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* Upgrade `AvaloniaUI` to 11.1.1\r\n* Change minimal system requirement for macOS to `Big Sur (11.0)`\r\n* Add `-o StrictHostKeyChecking=accept-new` option to `GIT_SSH_COMMAND` to automatically accept new connections.\r\n* Fix the issue that icons for `IntelliJ IDEA Ultimate` and `IntelliJ IDEA Community` are missing.\r\n* Fix the issue that `ssh-askpass` not working in some cases.\r\n* Supports checking update with hotfix version.\r\n* Supports swap between revisions in `Revision Compare` view.\r\n* Supports swap between branches in `Branch Compare` view.\r\n* Add a context menu entry for commit that copies `${SHA} - ${SUBJECT}` into clipboard.\r\n* Re-design the toolbar for repository, and add a control to display current branch on the right of toolbar.\r\n* Allows to compile this project with `dotnet sdk 8.0.106`\r\n* Fix the issue that sometimes `%(refname:short)` for tags has an extra `tags/` prefix.\r\n* Fix the render issue about hightlight background of selected/detected chunk in text diff view.\r\n* Re-write the behavior for `Update Submodule`\r\n* Fix the issue that sometimes branches not updated after changed.\r\n* Supports fetch all branches of selected remote on pull.\r\n* Supports character `/` in tag name.\r\n* Several UX/Theme changes.\r\n\r\n**Full Changelog**: https://github.com/sourcegit-scm/sourcegit/compare/v8.22.1...v8.23"
2
+
"tag_name": "v8.24",
3
+
"name": "Release 8.24",
4
+
"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"
0 commit comments