2025.16
·
250 commits
to master
since this release
What's Changed
- Fix the issue that popup running animation did not update after swtiching back from another page.
- Wait for a while before closing the popup after current branch changed.
- Git command log window is resizable now.
- Fix the issue that empty dialog shows when generating commit message with AI.
- Do not try to stash submodule changes before pull/checkout/create branch.
- Show command running time in logs window.
- Parse urls in commit message.
- The
Ignore all whitespace changes
toggle button is always visible now. - Add dirty (has local changes or has pending pull/push commits) state indicator to repository tab.
- Quit application after main window has been closed.
- Fix the issue that
Add entries to gitignore
over context menu may append the new entry to the last one. - Supports to search commits by change (diff) content.
- Supports to re-order workspaces.
- Fix the issue that commit subject may have duplicated strings when there are multiple issue tracker rules.
- Fix the issue that commit detail panel is overlapped by history panel when resizing columns.
- Supports to close repositry configuration window by pressing
ESC
. - Add
Meld
as an option for external merge tool on Windows. - Several other UI/UX changes.
New Contributors
- @alensiljak made their first contribution in #1269
- @broknecho made their first contribution in #1275
Full Changelog: v2025.15...v2025.16