Skip to content

Commit a5db05e

Browse files
committed
Prepare v1.8.0
1 parent bb52d5e commit a5db05e

3 files changed

Lines changed: 32 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# GitFourchette version history
22

3+
## 1.8.0 (2026-05-21)
4+
5+
New features:
6+
7+
- **Search for commits touching a file.** In the Commit History, press Ctrl+F (or /), then change the search scope from "Info" to "Paths".
8+
- **Search for refs in the sidebar.** In the Sidebar, press Ctrl+F (or /) to filter branches, tags, or stashes.
9+
10+
Bug fixes:
11+
12+
- Fix icon for good SSH signature validation when principal name contains spaces (#105)
13+
- Refresh workdir when 'git cherrypick' reports conflicts
14+
- Friendly error message if Blame keyboard shortcut is pressed when no file is selected
15+
- Fix diff title text when returning to a pre-cached text diff
16+
317
## 1.7.1 (2026-04-11)
418

519
Fix regression in 1.7.0 where RefreshRepo couldn't be canceled effectively.

gitfourchette/appconsts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def _envBool(key: str) -> bool:
1212
return _os.environ.get(key, "") not in ["", "0"]
1313

1414

15-
APP_VERSION = "1.7.1"
15+
APP_VERSION = "1.8.0"
1616
APP_SYSTEM_NAME = "gitfourchette"
1717
APP_DISPLAY_NAME = "GitFourchette"
1818
APP_URL_SCHEME = APP_SYSTEM_NAME

pkg/flatpak/org.gitfourchette.gitfourchette.metainfo.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,23 @@
6666
</keywords>
6767

6868
<releases>
69+
<release version="1.8.0" date="2026-05-21" type="stable">
70+
<url>https://github.com/jorio/gitfourchette/releases/tag/v1.8.0</url>
71+
<description>
72+
<p>New features:</p>
73+
<ul>
74+
<li><em>Search for commits touching a file.</em> In the Commit History, press Ctrl+F (or /), then change the search scope from "Info" to "Paths".</li>
75+
<li><em>Search for refs in the sidebar.</em> In the Sidebar, press Ctrl+F (or /) to filter branches, tags, or stashes.</li>
76+
</ul>
77+
<p>Bug fixes:</p>
78+
<ul>
79+
<li>Fix icon for good SSH signature validation when principal name contains spaces (#105)</li>
80+
<li>Refresh workdir when 'git cherrypick' reports conflicts</li>
81+
<li>Friendly error message if Blame keyboard shortcut is pressed when no file is selected</li>
82+
<li>Fix diff title text when returning to a pre-cached text diff</li>
83+
</ul>
84+
</description>
85+
</release>
6986
<release version="1.7.1" date="2026-04-11" type="stable">
7087
<url>https://github.com/jorio/gitfourchette/releases/tag/v1.7.1</url>
7188
<description>

0 commit comments

Comments
 (0)