What's Changed
- Auto-select branch for
Branch Selectorcontrol in custom action. - Fix the issue that app may crashes when user are trying to close a repository with an action that is still running.
- Add
Usebutton back to apply AI generated message. - Add a context menu entry
Enable Auto-Fetchto selected remote which allows user to disable some remotes from auto-fetching.
- Note: this context menu item is visible only when user has enabled theFetch remotes automaticallyfeature inPreferences. - Fix the issue that
Askpassdoes not support non-ASCII characters. - Fix the issue that
Initialize Repositorydoes not apply bookmark fromOpen Repositorypopup. - Fix the issue that sometimes user settings are lost because the configuration file is broken.
- Disable thinking mode in AI assistant.
- Linux: Fix the issue that some linux distros have a newer version of
libicuwhich is a dependency of this app. - Fix the issue that sometimes
NullReferenceExceptionoccurs. - Supports to preview
PSDas image. - Shows the git source revision when compiling this project in
Aboutdialog. - Fix the issue that
fixup!/squash!commits' positions sometimes are incorrect. - Change the
DateSeparatorandTimeSeparatorto prevent/or:being replaced by culture inDateTime.ToString(). - Keep selection in
HISTORYpage if user only selected one or two commits. - Thanks to @gadfly3173, we have anothor
debpackage repository. - Several other UI/UX changes.
New Contributors
Full Changelog: v2026.09...v2026.10