|
45 | 45 | <screenshots> |
46 | 46 | <screenshot type="default"> |
47 | 47 | <image>https://gitfourchette.org/_static/appstream/packshot-shadow-light.png</image> |
| 48 | + <caption>Exploring a repository in GitFourchette (light mode).</caption> |
| 49 | + <caption xml:lang="fr">Exploration d’un dépôt dans GitFourchette (mode clair).</caption> |
48 | 50 | </screenshot> |
49 | 51 | <screenshot> |
50 | 52 | <image>https://gitfourchette.org/_static/appstream/packshot-shadow-dark.png</image> |
| 53 | + <caption>Exploring a repository in GitFourchette (dark mode).</caption> |
| 54 | + <caption xml:lang="fr">Exploration d’un dépôt dans GitFourchette (mode sombre).</caption> |
51 | 55 | </screenshot> |
52 | 56 | </screenshots> |
53 | 57 |
|
|
62 | 66 | </keywords> |
63 | 67 |
|
64 | 68 | <releases> |
| 69 | + <release version="1.3.0" date="2025-05-03" type="stable"> |
| 70 | + <url>https://github.com/jorio/gitfourchette/releases/tag/v1.3.0</url> |
| 71 | + <description> |
| 72 | + <p><em>Upgrade note:</em> The terminal command template now requires the <code>$COMMAND</code> argument placeholder. Please review your terminal command in <em>Settings → External Tools → Terminal</em>.</p> |
| 73 | + <p>New features:</p> |
| 74 | + <ul> |
| 75 | + <li>Custom terminal commands (Settings → Custom Commands) (#37).</li> |
| 76 | + <li>Sidebar: Hide All But This (#49). You can now show a single branch and hide all others.</li> |
| 77 | + <li>Add file to .gitignore or .git/info/exclude from untracked file context menu (#42)</li> |
| 78 | + </ul> |
| 79 | + <p>Quality of life improvements:</p> |
| 80 | + <ul> |
| 81 | + <li>GraphView: Conjoined refboxes when a local branch is in sync with its upstream (#12)</li> |
| 82 | + <li>Add target branch shorthand to default merge commit message (#39)</li> |
| 83 | + <li>NewBranchDialog: Pre-tick upstream checkbox if branching off remote branch</li> |
| 84 | + <li>Report mandatory placeholder token errors when launching external tool commands</li> |
| 85 | + <li>Speed up remote listing and upstream lookup</li> |
| 86 | + <li>Fix Sidebar/DiffArea would sometimes jump around by a few pixels while temporary banners were shown</li> |
| 87 | + <li>Override Yaru icon theme's "scary" red warning icon (#27)</li> |
| 88 | + <li>More helpful message if Python bindings for QtSvg are missing</li> |
| 89 | + </ul> |
| 90 | + <p>Bug fixes:</p> |
| 91 | + <ul> |
| 92 | + <li>Sidebar: Strip initial slash in nested RefFolder display names (#45)</li> |
| 93 | + <li>Fix Ctrl+G keyboard shortcut on GNOME</li> |
| 94 | + <li>Work around window snapping issue on GNOME (#50)</li> |
| 95 | + </ul> |
| 96 | + <p>Two other bug fixes originally introduced in v1.2.0 had been dormant until now due to depending on a pygit2 version bump – they are now in full effect:</p> |
| 97 | + <ul> |
| 98 | + <li>Fix push progress wasn't reported properly during transfer (requires pygit2 1.18.0) (#22)</li> |
| 99 | + <li>Fix push couldn't be canceled once the transfer starts (requires pygit2 1.18.0) (#22)</li> |
| 100 | + </ul> |
| 101 | + </description> |
| 102 | + </release> |
65 | 103 | <release version="1.2.1" date="2025-03-05" type="stable"> |
66 | 104 | <url>https://github.com/jorio/gitfourchette/releases/tag/v1.2.1</url> |
67 | 105 | <description> |
|
123 | 161 | <li>Fix DiffView out of sync with rest of RepoWidget after hiding a the currently-selected branch tip</li> |
124 | 162 | <li>Fix italics in sidebar didn't update after changing the current branch's upstream (a remote-tracking branch in italics means it's the upstream for the current branch)</li> |
125 | 163 | <li>Fix visual artifacts around character-level diffs in DiffView</li> |
126 | | - </ul> |
127 | | - <p>Bug fixes that will take effect as soon as pygit2 1.17.1 is released:</p> |
128 | | - <ul> |
129 | | - <li>Fix push progress wasn't reported properly during transfer - requires pygit2 1.17.1 (#22)</li> |
130 | | - <li>Fix push couldn't be canceled once the transfer starts - requires pygit2 1.17.1 (#22)</li> |
| 164 | + <li>Fix push progress wasn't reported properly during transfer (requires pygit2 1.18.0) (#22)</li> |
| 165 | + <li>Fix push couldn't be canceled once the transfer starts (requires pygit2 1.18.0) (#22)</li> |
131 | 166 | </ul> |
132 | 167 | <p>Breaking changes:</p> |
133 | 168 | <ul> |
|
0 commit comments