fix(changelog): add Terminal double-paste bug fix to changelog

This commit is contained in:
2026-02-27 14:25:07 +01:00
parent eb1ddb2be4
commit 779eaac43c
+1
View File
@@ -71,6 +71,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
<li><strong>Terminal.</strong> Fixed the Terminal Copy command <code>Ctrl-Shift-C</code>/<code>Cmd-Shift-C</code>.</li>
<li><strong>UI Focus.</strong> Fixed a possible bug where the UI wouldn't get focus at launch due to the custom window decorations in Tauri.</li>
<li><strong>CodeMirror.</strong> Fixed a bug in the CodeMirror implementation that would show stale diff views.</li>
<li><strong>Terminal.</strong> Fixed a bug where pasting content into the Terminal would paste twice.</li>
</ul>
</div>
</div>