chore(release): prepare v0.2.1

Bump version to 0.2.1 and update changelog with release date,
Vite 7.3.1 update, and additional bug fixes.
This commit is contained in:
2026-02-21 13:09:45 +01:00
parent cf051bcf2b
commit 332702c00b
2 changed files with 12 additions and 10 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "zblade-dev", "name": "zblade-dev",
"type": "module", "type": "module",
"version": "0.2.0", "version": "0.2.1",
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",
"start": "astro dev", "start": "astro dev",
+11 -9
View File
@@ -25,13 +25,13 @@ import BaseLayout from '../layouts/BaseLayout.astro';
<!-- v0.2.1 Section --> <!-- v0.2.1 Section -->
<section class="changelog-section"> <section class="changelog-section">
<div class="container"> <div class="container">
<div class="version-card version-development"> <div class="version-card version-latest">
<div class="version-header"> <div class="version-header">
<div class="version-info"> <div class="version-info">
<h2 class="version-number">v0.2.1</h2> <h2 class="version-number">v0.2.1</h2>
<span class="version-date">TBD</span> <span class="version-date">February 21, 2026</span>
</div> </div>
<span class="version-badge badge-development">Development</span> <span class="version-badge badge-latest">Latest</span>
</div> </div>
<div class="version-content"> <div class="version-content">
@@ -55,6 +55,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
</h3> </h3>
<ul class="changes-list"> <ul class="changes-list">
<li><strong>Performance.</strong> Optimized streaming performance and conversation context synchronization.</li> <li><strong>Performance.</strong> Optimized streaming performance and conversation context synchronization.</li>
<li><strong>Frontend.</strong> Updated Vite to version 7.3.1.</li>
</ul> </ul>
</div> </div>
@@ -65,12 +66,13 @@ import BaseLayout from '../layouts/BaseLayout.astro';
</h3> </h3>
<ul class="changes-list"> <ul class="changes-list">
<li><strong>Zaguán Coder Daemon provider fix.</strong> Fixed an issue where Anthropic-specific instructions were being sent to non-Anthropic providers.</li> <li><strong>Zaguán Coder Daemon provider fix.</strong> Fixed an issue where Anthropic-specific instructions were being sent to non-Anthropic providers.</li>
<li>Fixed a bug when using Gemini 3.1 Pro where extra text would appear when using the <code>run_command</code> tool.</li> <li><strong>Fixed a bug</strong> when using Gemini 3.1 Pro where extra text would appear when using the <code>run_command</code> tool.</li>
<li>Fixed a bug when <code>run_command</code> started a command without exit that blocked progress.</li> <li><strong>Fixed a bug</strong> when <code>run_command</code> started a command without exit that blocked progress.</li>
<li><strong>Diff parsing.</strong> Fixed an issue where Diff parsing was only reading the first parsed patch block.</li> <li><strong>Diff parsing.</strong> Fixed an issue where Diff parsing was only reading the first parsed patch block.</li>
<li>Fixed a warning message that was too prominent.</li> <li><strong>Fixed a warning message</strong> that was too prominent.</li>
<li>Fixed escaped characters showing up in the Blade Terminal.</li> <li><strong>Fixed escaped characters</strong> showing up in the Blade Terminal.</li>
<li><strong>Fixed terminal crash with dead-key characters.</strong> Resolved UTF-8 unsafe slicing in sentinel parsing that caused crashes with multibyte characters (e.g., <code>~/dead-key</code> sequences). ANSI stripping now preserves UTF-8 bytes correctly.</li> <li><strong>Fixed terminal crash</strong> with dead-key characters.</strong> Resolved UTF-8 unsafe slicing in sentinel parsing that caused crashes with multibyte characters (e.g., <code>~/dead-key</code> sequences). ANSI stripping now preserves UTF-8 bytes correctly.</li>
<li><strong>Fixed a bug</strong> where the global Accept All/Accept All didn't hide if Accept changes on file was triggered.</li>
</ul> </ul>
</div> </div>
</div> </div>
@@ -87,7 +89,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
<h2 class="version-number">v0.2.0</h2> <h2 class="version-number">v0.2.0</h2>
<span class="version-date">February 16, 2026</span> <span class="version-date">February 16, 2026</span>
</div> </div>
<span class="version-badge badge-latest">Latest</span> <span class="version-badge badge-previous">Previous</span>
</div> </div>
<div class="version-content"> <div class="version-content">