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