From 54309856bc34a1f1ed4351f9c74e3ba83231937f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Tue, 24 Mar 2026 21:54:51 +0100 Subject: [PATCH] docs(changelog): add configuration and release audit updates Refresh the v0.5.0 highlights and fixes with configuration redesign and final release audit notes. Polish changelog section styling for clearer collapsible states and improved toggle presentation. --- src/pages/changelog.astro | 56 ++++++++++++++++++++++++++++++--------- 1 file changed, 43 insertions(+), 13 deletions(-) diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro index 64bc5b3..712e191 100644 --- a/src/pages/changelog.astro +++ b/src/pages/changelog.astro @@ -46,6 +46,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
  • Semantic Search. Zaguán Blade now analyzes your codebase and builds a deep reference map that the model can query semantically.
  • Smarter Context Retrieval. Instead of pulling broad chunks of code, the model can now pinpoint the most relevant symbols, files, and references it actually needs.
  • Lower Token Usage. Semantic search helps reduce context size while improving response quality and precision across code understanding tasks.
  • +
  • Configuration Redesign. Reworked Settings into Configuration for a clearer and more intentional setup experience.
  • Fully implemented i18n for Zaguán Blade, with English and Spanish now available.
  • Updated to Vite 8.
  • Updated CodeMirror modules to their latest versions.
  • @@ -65,6 +66,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';