From dc01c13c00e1edc387a17ac5187bb52304d5e8d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Sat, 16 May 2026 09:43:09 +0200 Subject: [PATCH] docs(changelog): document CSS refactor and scrolling improvements --- src/pages/changelog.astro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro index 3d4f888..14f8f0f 100644 --- a/src/pages/changelog.astro +++ b/src/pages/changelog.astro @@ -47,6 +47,8 @@ import BaseLayout from '../layouts/BaseLayout.astro';
  • Zaguán Coder Daemon. Enabled parallel tool calling for DeepSeek v4.
  • Zaguán Blade. Created a new version of the AI Chat Panel.
  • Alt-TAB. Alt-TAB now properly displays the Project name and the Filename.
  • +
  • CSS. Refactored a lot of the CSS for the UI to use proper names instead of hardcoding values.
  • +
  • Scrolling. Made scrolling a lot smoother across the board.