What's Changed
- Supports to add ignored file(s) locally (saved in
$GIT_DIR/info/exclude
). - Adds hotkeys to go to the prev/next/first/last change block in text diff viewer.
- After clicking the
Navigate To HEAD
button in toolbar, the current local branch will be selected and scrolled into view. - Supports to scan workspace's default clone dir instead of the global default clone dir.
- Supports to use input controls (
TextBox
/Path Selector
/CheckBox
) in custom action. - Supports to add custom action to selected tag.
- Allows drag-drop of item (or folder) anywhere in repo-list of
Welcome
page. - Warn users when creating commit on a detached
HEAD
- Warn users when trying to checkout another branch with current HEAD (detached) not connected to any branches/tags.
- Fix the issue that local repo name is mismatched after cloning
git-bundle
without specifyingLocal Name
- Remember the main window position.
- Fix the issue that searching commit with tree/file hash instead of commit never ends.
- Several other UI/UX changes.
New Contributors
Full Changelog: v2025.23...v2025.24