Skip to content

Commit 745f839

Browse files
committed
Prepare v1.7.1
1 parent 88316ae commit 745f839

3 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 1.7.1 (2026-04-11)
4+
5+
Fix regression in 1.7.0 where RefreshRepo couldn't be canceled effectively.
6+
37
## 1.7.0 (2026-04-09)
48

59
New features:

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.0"
15+
APP_VERSION = "1.7.1"
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@
6666
</keywords>
6767

6868
<releases>
69+
<release version="1.7.1" date="2026-04-11" type="stable">
70+
<url>https://github.com/jorio/gitfourchette/releases/tag/v1.7.1</url>
71+
<description>
72+
<p>Fix regression in 1.7.0 where RefreshRepo couldn't be canceled effectively.</p>
73+
</description>
74+
</release>
6975
<release version="1.7.0" date="2026-04-09" type="stable">
7076
<url>https://github.com/jorio/gitfourchette/releases/tag/v1.7.0</url>
7177
<description>

0 commit comments

Comments
 (0)