From 3edcc16995aa9f7876abac0f252bb0194667cca3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Thu, 26 Feb 2026 00:10:13 +0100 Subject: [PATCH] docs(website): add terminal copy and ui focus fixes to changelog - Add entry for Terminal Copy command fix (Ctrl-Shift-C/Cmd-Shift-C) - Add entry for UI focus bug fix related to Tauri window decorations --- src/pages/changelog.astro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro index d44660c..d3c523e 100644 --- a/src/pages/changelog.astro +++ b/src/pages/changelog.astro @@ -62,6 +62,8 @@ import BaseLayout from '../layouts/BaseLayout.astro';