Skip to content

Commit 7f97370

Browse files
committed
Prepare v1.9.1
1 parent 6e334b6 commit 7f97370

4 files changed

Lines changed: 29 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 1.9.1 (2026-07-14)
4+
5+
Quality of life improvements:
6+
7+
- Add Ghostty terminal preset (#116)
8+
- More legible text contrast in the sidebar in some desktop environments (Fedora/GNOME)
9+
10+
Bug fixes:
11+
12+
- Fix regressions in trash system (first discard after fresh install) (#119)
13+
- Fix "repo nickname" dialog introduced in 1.9.0 didn't save nickname across sessions
14+
315
## 1.9.0 (2026-07-01)
416

517
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.9.0"
15+
APP_VERSION = "1.9.1"
1616
APP_SYSTEM_NAME = "gitfourchette"
1717
APP_DISPLAY_NAME = "GitFourchette"
1818
APP_URL_SCHEME = APP_SYSTEM_NAME

gitfourchette/assets/contributors.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Andreas Nilsson Ström
33
Lynn
44
Towhidul I Chowdhury
55
Zach Rammell
6+
Genfood
67
Neil Santos
78
Piotr Keplicz
89
Tom Könecke

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

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

6868
<releases>
69+
<release version="1.9.1" date="2026-07-14" type="stable">
70+
<url>https://github.com/jorio/gitfourchette/releases/tag/v1.9.1</url>
71+
<description>
72+
<p>Quality of life improvements:</p>
73+
<ul>
74+
<li>Add Ghostty terminal preset (#116)</li>
75+
<li>More legible text contrast in the sidebar in some desktop environments (Fedora/GNOME)</li>
76+
</ul>
77+
<p>Bug fixes:</p>
78+
<ul>
79+
<li>Fix regressions in trash system (first discard after fresh install) (#119)</li>
80+
<li>Fix "repo nickname" dialog introduced in 1.9.0 didn't save nickname across sessions</li>
81+
</ul>
82+
</description>
83+
</release>
6984
<release version="1.9.0" date="2026-07-01" type="stable">
7085
<url>https://github.com/jorio/gitfourchette/releases/tag/v1.9.0</url>
7186
<description>

0 commit comments

Comments
 (0)