From 39321f75d4d5695fc29c31512b346e5bc81595b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Wed, 11 Mar 2026 17:49:30 +0100 Subject: [PATCH] docs(changelog): add summary, theme selector redesign, debug output --- src/pages/changelog.astro | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro index 7a83cb5..3e30de3 100644 --- a/src/pages/changelog.astro +++ b/src/pages/changelog.astro @@ -33,7 +33,10 @@ import BaseLayout from '../layouts/BaseLayout.astro'; Development -
+
+
+

This release introduces significant improvements to Zaguán Blade, including a complete rewrite of the AI Chat Panel for better performance, new Code and Planning modes with a dedicated Planning skill, and theme support with four built-in themes. The update also includes numerous bug fixes, design refinements, and reduced debug output for a cleaner console experience.

+

@@ -64,6 +67,16 @@ import BaseLayout from '../layouts/BaseLayout.astro';

+
+

+ 🎨 + Design Updates +

+
    +
  • Theme Selector Dropdown. Tightened up and redesigned the design of the Theme selector dropdown menu.
  • +
+
+

🐛 @@ -86,6 +99,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
  • Diff View Styling. Fixed Diff View styling across all 4 themes. The new themes were using the style from the original theme.
  • Zaguán Coder Daemon. Fixed the Gemini continuation thinking bug.
  • Zaguán Coder Daemon. Fixed bugs in relation to tool_search that would sometimes result in the model failing to apply patches and then overwrite files.
  • +
  • Debug Output. Disabled a lot of debug output in the console.