|
66 | 66 | </keywords> |
67 | 67 |
|
68 | 68 | <releases> |
| 69 | + <release version="1.9.0" date="2026-07-01" type="stable"> |
| 70 | + <url>https://github.com/jorio/gitfourchette/releases/tag/v1.9.0</url> |
| 71 | + <description> |
| 72 | + <p>New features:</p> |
| 73 | + <ul> |
| 74 | + <li>Show/hide whitespace symbols (#108)</li> |
| 75 | + <li>Options to ignore whitespace in diffs (#108)</li> |
| 76 | + </ul> |
| 77 | + <p>Quality of life improvements:</p> |
| 78 | + <ul> |
| 79 | + <li>Tool buttons above DiffView give quick access to: word wrap, whitespace, context lines, SVG preview (#108)</li> |
| 80 | + <li>NewTagDialog offers replacing existing local tags (#102)</li> |
| 81 | + <li>Tabs: Disambiguate tab labels when several repos share the same basename (#113)</li> |
| 82 | + <li>The "repo nickname" feature is now easier to access (right-click on a tab → Rename)</li> |
| 83 | + <li>Blame: Reevaluate search term when switching to another revision</li> |
| 84 | + <li>Allow resizing Commit Info dialog when showing a long commit message (#109)</li> |
| 85 | + <li>Allow Keypad Enter to accept dialogs in non-KDE environments, in addition to the main Return key which was supported since 1.5.0. (Note: KDE already supports this by default.) (#110)</li> |
| 86 | + </ul> |
| 87 | + <p>Bug fixes:</p> |
| 88 | + <ul> |
| 89 | + <li>Fix benign error message on startup if you ticked a "Don't Show Again" checkbox in a previous session (#112)</li> |
| 90 | + <li>Blame: Fix crash when blaming workdir file during merge in progress</li> |
| 91 | + <li>Handle edge cases in "Added by both"/"Deleted by both" conflicts involving symlinks (#115)</li> |
| 92 | + <li>Fix minor UX papercuts with very long repository tab names</li> |
| 93 | + <li>NewRepo: Fix button label in non-empty directory warning</li> |
| 94 | + <li>NewRepo: Restore "Create" button in nested repository warning</li> |
| 95 | + </ul> |
| 96 | + <p>Maintenance:</p> |
| 97 | + <ul> |
| 98 | + <li>Continued from work started in v1.5.0, more operations were rewritten to be implemented with "standard" Git instead of libgit2 for improved compatibility (New Tag, Delete Tag, Resolve by Keeping Ours/Taking Theirs).</li> |
| 99 | + </ul> |
| 100 | + </description> |
| 101 | + </release> |
69 | 102 | <release version="1.8.0" date="2026-05-21" type="stable"> |
70 | 103 | <url>https://github.com/jorio/gitfourchette/releases/tag/v1.8.0</url> |
71 | 104 | <description> |
|
0 commit comments