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.
This commit is contained in:
2026-04-24 21:58:14 +02:00
parent aac08bf626
commit 09d88d3f90
+49 -2
View File
@@ -20,16 +20,63 @@ import BaseLayout from '../layouts/BaseLayout.astro';
</div>
</section>
<!-- v0.6.1 Section -->
<section id="v0-6-1" class="changelog-section">
<div class="container">
<div class="version-card version-latest">
<div class="version-header">
<div class="version-info">
<h2 class="version-number">v0.6.1</h2>
<span class="version-date">TBD</span>
</div>
<span class="version-badge badge-latest">Latest</span>
</div>
<div class="version-content">
<div class="version-resume">
<p>Development builds focused on new model integration, stability improvements, and Zaguán Coder Daemon enhancements.</p>
</div>
<div class="changes-section">
<h3 class="changes-title">
<span class="changes-icon">✨</span>
Enhancements
</h3>
<ul class="changes-list">
<li><strong>New Model.</strong> Introducing DeepSeep V4 Pro. This is currently in testing and may be unstable.</li>
<li><strong>Zaguán Coder Daemon.</strong> Added a new PRD Skill.</li>
<li><strong>Zaguán Coder Daemon.</strong> Added a save and fetch of memories.</li>
</ul>
</div>
<div class="changes-section">
<h3 class="changes-title">
<span class="changes-icon">🐛</span>
Bug Fixes
</h3>
<ul class="changes-list">
<li><strong>Zaguán Blade.</strong> Fixed a bug that would overwrite <code>.gitignore</code>.</li>
<li><strong>Zaguán Blade.</strong> Fixed a bug that resulted in the Diff View would not appear, nor the Accept/Reject question.</li>
<li><strong>Zaguán Blade.</strong> Fixed a bug in the file state that resulted in <code>apply_patch</code> hanging without being able to complete successfully.</li>
<li><strong>Zaguán Blade.</strong> Fixed a bug that would cause CPU spikes at idle.</li>
<li><strong>Zaguán Blade.</strong> Fixed the issue where the application would go black after a while of inactivity.</li>
<li><strong>Zaguán Coder Daemon.</strong> Fixed an issue in the Google Gemini system prompt and logic to make it work better.</li>
<li><strong>Zaguán Coder Daemon.</strong> Fixed parallel tool calling. Gives a perceived 10x speed improvement.</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- v0.6.0 Section -->
<section id="v0-6-0" class="changelog-section">
<div class="container">
<div class="version-card version-latest">
<div class="version-card version-previous">
<div class="version-header">
<div class="version-info">
<h2 class="version-number">v0.6.0</h2>
<span class="version-date">April 9, 2026</span>
</div>
<span class="version-badge badge-latest">Latest</span>
<span class="version-badge badge-previous">Previous</span>
</div>
<div class="version-content">