From 332702c00befd0465293be05e83c597234df628d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Sat, 21 Feb 2026 13:09:45 +0100 Subject: [PATCH] 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. --- package.json | 2 +- src/pages/changelog.astro | 20 +++++++++++--------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index f7f95f0..5ce4af3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "zblade-dev", "type": "module", - "version": "0.2.0", + "version": "0.2.1", "scripts": { "dev": "astro dev", "start": "astro dev", diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro index 08d93b9..4b51356 100644 --- a/src/pages/changelog.astro +++ b/src/pages/changelog.astro @@ -25,13 +25,13 @@ import BaseLayout from '../layouts/BaseLayout.astro';
-
+

v0.2.1

- TBD + February 21, 2026
- Development + Latest
@@ -55,6 +55,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
  • Performance. Optimized streaming performance and conversation context synchronization.
  • +
  • Frontend. Updated Vite to version 7.3.1.
@@ -65,12 +66,13 @@ import BaseLayout from '../layouts/BaseLayout.astro';
  • Zaguán Coder Daemon provider fix. Fixed an issue where Anthropic-specific instructions were being sent to non-Anthropic providers.
  • -
  • Fixed a bug when using Gemini 3.1 Pro where extra text would appear when using the run_command tool.
  • -
  • Fixed a bug when run_command started a command without exit that blocked progress.
  • +
  • Fixed a bug when using Gemini 3.1 Pro where extra text would appear when using the run_command tool.
  • +
  • Fixed a bug when run_command started a command without exit that blocked progress.
  • Diff parsing. Fixed an issue where Diff parsing was only reading the first parsed patch block.
  • -
  • Fixed a warning message that was too prominent.
  • -
  • Fixed escaped characters showing up in the Blade Terminal.
  • -
  • Fixed terminal crash with dead-key characters. Resolved UTF-8 unsafe slicing in sentinel parsing that caused crashes with multibyte characters (e.g., ~/dead-key sequences). ANSI stripping now preserves UTF-8 bytes correctly.
  • +
  • Fixed a warning message that was too prominent.
  • +
  • Fixed escaped characters showing up in the Blade Terminal.
  • +
  • Fixed terminal crash with dead-key characters. Resolved UTF-8 unsafe slicing in sentinel parsing that caused crashes with multibyte characters (e.g., ~/dead-key sequences). ANSI stripping now preserves UTF-8 bytes correctly.
  • +
  • Fixed a bug where the global Accept All/Accept All didn't hide if Accept changes on file was triggered.
@@ -87,7 +89,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';

v0.2.0

February 16, 2026
- Latest + Previous