You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<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>
0 commit comments