Skip to content

Commit 403a16f

Browse files
committed
Prepare v1.2.1
1 parent 04e7605 commit 403a16f

3 files changed

Lines changed: 48 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 1.2.1 (2025-03-05)
4+
5+
User-suggested quality of life improvements:
6+
7+
- GraphView: Copy commit message from context menu (#33)
8+
- Rephrase some messages (diff too large, delete untracked file) (#27, #28)
9+
- Add Ptyxis terminal preset (#18)
10+
11+
Other quality of life improvements:
12+
13+
- Friendlier messages related to 'autocrlf' and 'safecrlf' options (#30)
14+
- Flatpak distribution: Detach terminal process from application
15+
- Improve contrast between enabled/disabled SVG icons throughout the UI
16+
- Pasting a multiline commit message into CommitDialog's summary input box will correctly split the message across the summary and description boxes
17+
18+
Bug fixes:
19+
20+
- Fix error when an external program converts line endings in the workdir with 'autocrlf' (#30)
21+
- Flatpak distribution: Fix terminal spawned in incorrect working directory (#18)
22+
- Flatpak distribution: Fix Flatpak tool existence check
23+
- Gracefully handle destruction of parent widget of external tool processes
24+
325
## 1.2.0 (2025-02-19)
426

527
New features:

gitfourchette/appconsts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# For full terms, see the included LICENSE file.
55
# -----------------------------------------------------------------------------
66

7-
APP_VERSION = "1.2.0"
7+
APP_VERSION = "1.2.1"
88
APP_SYSTEM_NAME = "gitfourchette"
99
APP_DISPLAY_NAME = "GitFourchette"
1010
APP_URL_SCHEME = APP_SYSTEM_NAME

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

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,31 @@
6262
</keywords>
6363

6464
<releases>
65+
<release version="1.2.1" date="2025-03-05" type="stable">
66+
<url>https://github.com/jorio/gitfourchette/releases/tag/v1.2.1</url>
67+
<description>
68+
<p>User-suggested quality of life improvements:</p>
69+
<ul>
70+
<li>GraphView: Copy commit message from context menu (#33)</li>
71+
<li>Rephrase some messages (diff too large, delete untracked file) (#27, #28)</li>
72+
<li>Add Ptyxis terminal preset (#18)</li>
73+
</ul>
74+
<p>Other quality of life improvements:</p>
75+
<ul>
76+
<li>Friendlier messages related to 'autocrlf' and 'safecrlf' options (#30)</li>
77+
<li>Flatpak distribution: Detach terminal process from application</li>
78+
<li>Improve contrast between enabled/disabled SVG icons throughout the UI</li>
79+
<li>Pasting a multiline commit message into CommitDialog's summary input box will correctly split the message across the summary and description boxes</li>
80+
</ul>
81+
<p>Bug fixes:</p>
82+
<ul>
83+
<li>Fix error when an external program converts line endings in the workdir with 'autocrlf' (#30)</li>
84+
<li>Flatpak distribution: Fix terminal spawned in incorrect working directory (#18)</li>
85+
<li>Flatpak distribution: Fix Flatpak tool existence check</li>
86+
<li>Gracefully handle destruction of parent widget of external tool processes</li>
87+
</ul>
88+
</description>
89+
</release>
6590
<release version="1.2.0" date="2025-02-19" type="stable">
6691
<url>https://github.com/jorio/gitfourchette/releases/tag/v1.2.0</url>
6792
<description>

0 commit comments

Comments
 (0)