From 4a691049d9c27b8480184c756ff614a67fc41bb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Fri, 20 Mar 2026 18:04:14 +0100 Subject: [PATCH] docs(changelog): highlight v0.5.0 performance work Refresh the release summary to emphasize launch time, memory, and efficiency improvements, and add an enhancement bullet for the optimization audit --- src/pages/changelog.astro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro index 35927ea..8d92041 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 laying the groundwork for internationalization in Zaguán Blade.

+

This release focuses on deep performance work to improve launch time, reduce memory usage, and make Zaguán Blade more efficient overall.

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

    +
  • Completed a deep audit to optimize launch time, memory usage, and overall efficiency.
  • 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.