From f3e14646b2c5be682d52bf7cff2ca5d4f6f9c382 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Sat, 28 Feb 2026 23:08:34 +0100 Subject: [PATCH] docs(changelog): mark v0.3.3 as latest release - Set v0.3.3 date to February 28, 2026 and status to Latest - Move v0.3.2 badge from Latest to Previous - Add terminal note about removing horizontal resize bar - Bump package version to 0.3.3 --- package.json | 2 +- src/pages/changelog.astro | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3286e42..9605206 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "zblade-dev", "type": "module", - "version": "0.3.2", + "version": "0.3.3", "scripts": { "dev": "astro dev", "start": "astro dev", diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro index d48406b..fc6d80f 100644 --- a/src/pages/changelog.astro +++ b/src/pages/changelog.astro @@ -25,13 +25,13 @@ import BaseLayout from '../layouts/BaseLayout.astro';
-
+

v0.3.3

- TBD + February 28, 2026
- Development + Latest
@@ -77,6 +77,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
  • CodeMirror. Fixed a bug in the CodeMirror implementation that would show stale diff views.
  • Terminal. Fixed a bug where pasting content into the Terminal would paste twice.
  • Chat Panel. It's now possible to resize the chat panel again.
  • +
  • Terminal. Removed the horizontal resize bar.
  • @@ -93,7 +94,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';

    v0.3.2

    February 25, 2026
    - Latest + Previous