From 09d88d3f90dd8de96e10ca41c8b49f9738d7eea1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Fri, 24 Apr 2026 21:58:14 +0200 Subject: [PATCH] docs(changelog): add v0.6.1 release notes Add changelog section for v0.6.1 with enhancements and bug fixes. Update v0.6.0 badge from Latest to Previous. --- src/pages/changelog.astro | 51 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 49 insertions(+), 2 deletions(-) diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro index a5ad407..4a730ca 100644 --- a/src/pages/changelog.astro +++ b/src/pages/changelog.astro @@ -20,16 +20,63 @@ import BaseLayout from '../layouts/BaseLayout.astro'; + +
+
+
+
+
+

v0.6.1

+ TBD +
+ Latest +
+ +
+
+

Development builds focused on new model integration, stability improvements, and Zaguán Coder Daemon enhancements.

+
+
+

+ + Enhancements +

+
    +
  • New Model. Introducing DeepSeep V4 Pro. This is currently in testing and may be unstable.
  • +
  • Zaguán Coder Daemon. Added a new PRD Skill.
  • +
  • Zaguán Coder Daemon. Added a save and fetch of memories.
  • +
+
+
+

+ 🐛 + Bug Fixes +

+
    +
  • Zaguán Blade. Fixed a bug that would overwrite .gitignore.
  • +
  • Zaguán Blade. Fixed a bug that resulted in the Diff View would not appear, nor the Accept/Reject question.
  • +
  • Zaguán Blade. Fixed a bug in the file state that resulted in apply_patch hanging without being able to complete successfully.
  • +
  • Zaguán Blade. Fixed a bug that would cause CPU spikes at idle.
  • +
  • Zaguán Blade. Fixed the issue where the application would go black after a while of inactivity.
  • +
  • Zaguán Coder Daemon. Fixed an issue in the Google Gemini system prompt and logic to make it work better.
  • +
  • Zaguán Coder Daemon. Fixed parallel tool calling. Gives a perceived 10x speed improvement.
  • +
+
+
+
+
+
+
-
+

v0.6.0

April 9, 2026
- Latest + Previous