From f3c077e3da31bc1997f73fbc25885be61c06934b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Mon, 2 Mar 2026 11:20:38 +0100 Subject: [PATCH] docs(changelog): expand v0.3.4 development changelog entries --- src/pages/changelog.astro | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro index 8359b9c..90d1d34 100644 --- a/src/pages/changelog.astro +++ b/src/pages/changelog.astro @@ -35,6 +35,26 @@ import BaseLayout from '../layouts/BaseLayout.astro';
+
+

+ + Enhancements +

+
    +
  • Rust Backend. Did an audit of the Rust backend using the Rust Skill. Found and fixed a few bugs, memory optimizations and panic-prone locks.
  • +
+
+ +
+

+ + New Features +

+
    +
  • Zaguán Coder Daemon. Cherry-picked the best pieces from Superpowers and ported them to the GUI environment of Zaguán Blade.
  • +
+
+

🐛 @@ -42,6 +62,9 @@ import BaseLayout from '../layouts/BaseLayout.astro';

  • Run Command. Fixed a bug in the run_command card where the command would get detached when it shouldn't.
  • +
  • Editor Colors. Fixed an issue where the editor did not show colors at all due to incompatible CodeMirror versions.
  • +
  • Editor Scrollbar. Fixed an issue where the editor horizontal scrollbar was laid over the terminal.
  • +
  • Layout Alignment. Fixed an alignment issue in the space between the editor and the chat.