From 92cb4b5caaec4a3b2f6ef620b78533ef6c7860a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Fri, 20 Mar 2026 08:19:34 +0100 Subject: [PATCH] docs(changelog): update v0.4.1 release highlights Mention i18n groundwork in the release summary and enhancements. Add the Chat Panel Markdown rendering fix to the bug fixes list. --- src/pages/changelog.astro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro index f57bfc1..35927ea 100644 --- a/src/pages/changelog.astro +++ b/src/pages/changelog.astro @@ -35,7 +35,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
-

This release continues polishing the editor and terminal experience while development continues on v0.5.0.

+

This release continues polishing the editor and terminal experience while laying the groundwork for internationalization in Zaguán Blade.

@@ -43,6 +43,7 @@ import BaseLayout from '../layouts/BaseLayout.astro'; Enhancements

    +
  • Started work on i18n for Zaguán Blade, with English and Spanish (Spain) planned for this release.
  • Updated to Vite 8.
  • Updated CodeMirror modules to their latest versions.
  • Replaced a select few commands with built-in commands for better cross-OS compatibility.
  • @@ -58,6 +59,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
    • Tool Calls. Fixed a bug where the final response could arrive above a run_command tool call.
    • Blade Terminal. Fixed a bug where extra text would sometimes precede the command from run_command.
    • +
    • Chat Panel. Fixed Markdown rendering so messages feel more fluid and natural.