docs(changelog): add v0.3.1 development section

- Document Zaguán Coder Daemon enhancement for Gemini patch recovery
- Document Run Command bug fixes for skip and stop actions
This commit is contained in:
2026-02-23 19:45:53 +01:00
parent fa04afd243
commit f6bc673a81
+38
View File
@@ -22,6 +22,44 @@ import BaseLayout from '../layouts/BaseLayout.astro';
<!-- v0.3.1 Section -->
<section class="changelog-section">
<div class="container">
<div class="version-card version-development">
<div class="version-header">
<div class="version-info">
<h2 class="version-number">v0.3.1</h2>
<span class="version-date">TBD</span>
</div>
<span class="version-badge badge-development">Development</span>
</div>
<div class="version-content">
<div class="changes-section">
<h3 class="changes-title">
<span class="changes-icon">✨</span>
Enhancements
</h3>
<ul class="changes-list">
<li><strong>Zaguán Coder Daemon.</strong> Added stronger detection for Google Gemini if it was unable to apply a patch to help it recover and try again instead of hanging.</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>Run Command.</strong> Fixed a bug in Zaguán Blade where a Run Command, when skipped, would still stay running.</li>
<li><strong>Run Command.</strong> Fixed a bug when the Stop button was pressed and a Run Command was running and would stay running.</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- v0.3.0 Section --> <!-- v0.3.0 Section -->
<section class="changelog-section"> <section class="changelog-section">
<div class="container"> <div class="container">