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=true
indotnet publish
command to disable the built-inUpdate Detection
feature. - Rename
dotnet publish
command option-p:SourceGitNoAot=true|false
to-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
--force
option check state inFetch
popup. - Remember the repository sidebar state.
- Remember the
INCLUDE UNTRACKED FILES
toggle state inLOCAL CHANGES
. - Ignore
refs/*/HEAD
when query refs those contains given commit. - Upgrade
Avalonia
to11.2.3
- Upgrade
TextMateSharp
to1.0.65
- Wrap commit refs in
INFORMATION
page when name of ref is too long. - Support using
Warp
terminal on macOS. - Fix wrong text trimming position in commit change list.
- Several other UI/UX changes.
New Contributors
Full Changelog: v8.43...v8.44