|
66 | 66 | </keywords> |
67 | 67 |
|
68 | 68 | <releases> |
| 69 | + <release version="1.7.0" date="2026-04-09" type="stable"> |
| 70 | + <url>https://github.com/jorio/gitfourchette/releases/tag/v1.7.0</url> |
| 71 | + <description> |
| 72 | + <p>New features:</p> |
| 73 | + <ul> |
| 74 | + <li><em>Compare two commits.</em> Hold the Control key while selecting two commits in the history to diff them.</li> |
| 75 | + <li><em>Improved LFS integration.</em> A special icon appears next to LFS-tracked files. Images and text files stored as LFS can now be diffed. Actions such as "Restore File Revision" are now LFS-aware.</li> |
| 76 | + <li><em>Upstream status indicators in sidebar.</em> Ahead/behind by N commits, upstream branch missing.</li> |
| 77 | + <li><em>Customizable mouse shortcuts in file lists and tab bar.</em> You can now bind the double-click and middle-click to different actions (stage, blame, open, reveal).</li> |
| 78 | + </ul> |
| 79 | + <p>Quality of life improvements:</p> |
| 80 | + <ul> |
| 81 | + <li>Unstage both addition and deletion when unstaging a rename (#87)</li> |
| 82 | + <li>New "Filename First" path display style (#86)</li> |
| 83 | + <li>Replace spaces with dashes in branch name input fields (#88)</li> |
| 84 | + <li>Consistently crisp icon rendering on high-DPI displays</li> |
| 85 | + <li>Faster large-blob detection (requires pygit2 1.19.2 or newer)</li> |
| 86 | + <li>Queue up to 1 action if busy with another non-interruptible task (replacing the "please wait for current task to complete" dialog)</li> |
| 87 | + </ul> |
| 88 | + <p>Bug fixes:</p> |
| 89 | + <ul> |
| 90 | + <li>Fix line-by-line staging if filename contains non-ASCII characters (#89)</li> |
| 91 | + <li>Fix sidebar context menu on local branches whose upstream is set to a symbolic ref (#92)</li> |
| 92 | + <li>Resolve gitdir path so symlinked repo roots don't trigger error (#92)</li> |
| 93 | + <li>Fix author signature couldn't be overridden when concluding a cherrypick</li> |
| 94 | + <li>Fix repo wouldn't reload after raising max commit count from "History Truncated" page</li> |
| 95 | + <li>Fix keyboard shortcut conflicts on Cinnamon</li> |
| 96 | + </ul> |
| 97 | + </description> |
| 98 | + </release> |
69 | 99 | <release version="1.6.0" date="2026-02-01" type="stable"> |
70 | 100 | <url>https://github.com/jorio/gitfourchette/releases/tag/v1.6.0</url> |
71 | 101 | <description> |
|
0 commit comments