From e620f5d2d274967d7e42129dd46c635303479e93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Mon, 25 May 2026 13:01:13 +0200 Subject: [PATCH] docs(changelog): finalize v0.7.2 release with diff view bug fix entry --- package.json | 2 +- src/pages/changelog.astro | 13 +++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 3b30030..bf5bebd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "zblade-dev", "type": "module", - "version": "0.7.1", + "version": "0.7.2", "scripts": { "dev": "astro dev", "start": "astro dev", diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro index ff6e898..def100c 100644 --- a/src/pages/changelog.astro +++ b/src/pages/changelog.astro @@ -23,18 +23,18 @@ import BaseLayout from '../layouts/BaseLayout.astro';
-
+

v0.7.2

- TBD + May 25, 2026
- In Development + Latest
-

Current development build. Features and changes are being actively worked on and may change before release.

+

Happy Towel Day!
This release polishes the editor and git workflows, squashes several long-standing bugs, and brings YOLO mode for uninterrupted AI-powered coding sessions.

Zaguán Blade

@@ -66,6 +66,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
  • Internal Commands. Fixed internal commands exit output to be sent to the model.
  • Zaguán Terminal. Working on making the Zaguán Terminal coherent and not launch a new instance every time. (WIP)
  • AI Chat. Fixed a bug that caused typing lag in the chat input.
  • +
  • Editor. Fixed a bug in the editor that resulted in a diff view disappearing when the edited line was clicked.
  • @@ -105,13 +106,13 @@ import BaseLayout from '../layouts/BaseLayout.astro';
    -
    +

    v0.7.1

    May 19, 2026
    - Latest + Previous