What's Changed
- Use
git reset --hardinstead ofgit reset HEAD --hardto discard all local changes (avoid git errors while running in an empty repo). - Fix the issue that app crashed while switching blaming revision with renamed file.
- Support to select the solution file to be opened while opening repo in
Visual Studio. - Remove the
Traverse submodules recursivelyoption inUpdate Submodulepopup (because auto-updating submodules aftercheckout/merge/pullwill always enable--recursiveoption). - Support to use
<SOURCEGIT> --blame <FILE>to launchSourceGitasBlameviewer. - Add a new repository settings to ask user before auto-updating submodules.
- Refresh repo after files under
$GIT_DIR/reftable/dir changed. - Add a
RESOLVEbutton in conflict alert banner. - Add a checkbox to toggle
-w(ignore whitespace changes) while blaming a file. - Update project dependencies
AvaloniaUIto11.3.11AvaloniaEditto11.4.0-rc1TextMateSharpto2.0.2
- Several other UI/UX changes.
New Contributors
- @ramonmelo made their first contribution in #1831
Full Changelog: v2026.01...v2026.02