From 779eaac43cc395b50428d35e99846a473ce559ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Fri, 27 Feb 2026 14:25:07 +0100 Subject: [PATCH] fix(changelog): add Terminal double-paste bug fix to changelog --- src/pages/changelog.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro index f3ec19f..0f4783b 100644 --- a/src/pages/changelog.astro +++ b/src/pages/changelog.astro @@ -71,6 +71,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
  • Terminal. Fixed the Terminal Copy command Ctrl-Shift-C/Cmd-Shift-C.
  • UI Focus. Fixed a possible bug where the UI wouldn't get focus at launch due to the custom window decorations in Tauri.
  • CodeMirror. Fixed a bug in the CodeMirror implementation that would show stale diff views.
  • +
  • Terminal. Fixed a bug where pasting content into the Terminal would paste twice.