docs(changelog): add v0.2.2 development section

Adds development section with Gemini and MiniMax updates, plus bugfix for global Accept All/Reject All that was wrongly removed.
This commit is contained in:
2026-02-21 22:52:15 +01:00
parent 332702c00b
commit d7a85a2bec
+38
View File
@@ -22,6 +22,44 @@ import BaseLayout from '../layouts/BaseLayout.astro';
<!-- v0.2.2 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.2.2</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>Google Gemini.</strong> Updated our Google Gemini implementation in Zaguán Coder Daemon.</li>
<li><strong>MiniMax.</strong> Updated our MiniMax implementation for Fireworks in Zaguán Coder Daemon.</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>Fixed a bug</strong> in the global Accept All/Reject All that was wrongly removed.</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- v0.2.1 Section --> <!-- v0.2.1 Section -->
<section class="changelog-section"> <section class="changelog-section">
<div class="container"> <div class="container">