Release 8.44
What's Changed
- Mitigating the issue that the tooltip panel of commit hash not closing correctly
- Use
[$workspace] $repo_name ($repo_path)as main window's title. - Support using
-p:DisableUpdateDetection=trueindotnet publishcommand to disable the built-inUpdate Detectionfeature. - Rename
dotnet publishcommand option-p:SourceGitNoAot=true|falseto-p:DisableAOT=true|false. - Use the real git command option as tooltip of some checkboxes.
- Change the regex to detect commit hash in commit message to
\b([0-9a-fA-F]{10,40})\b. - Remember the last
--forceoption check state inFetchpopup. - Remember the repository sidebar state.
- Remember the
INCLUDE UNTRACKED FILEStoggle state inLOCAL CHANGES. - Ignore
refs/*/HEADwhen query refs those contains given commit. - Upgrade
Avaloniato11.2.3 - Upgrade
TextMateSharpto1.0.65 - Wrap commit refs in
INFORMATIONpage when name of ref is too long. - Support using
Warpterminal on macOS. - Fix wrong text trimming position in commit change list.
- Several other UI/UX changes.
New Contributors
Full Changelog: v8.43...v8.44