From 46cca6ddfc3b5de61c57c1fa0e4bb3cc157c52b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Thu, 26 Feb 2026 08:32:39 +0100 Subject: [PATCH] fix(changelog): add CodeMirror stale diff view 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 d3c523e..892c18e 100644 --- a/src/pages/changelog.astro +++ b/src/pages/changelog.astro @@ -64,6 +64,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
  • Local AI. Fixed an issue where the responses would appear in reverse order.
  • 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.