You've already forked zblade.dev
docs(changelog): finalize v0.7.2 release with diff view bug fix entry
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "zblade-dev",
|
"name": "zblade-dev",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.7.1",
|
"version": "0.7.2",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "astro dev",
|
"dev": "astro dev",
|
||||||
"start": "astro dev",
|
"start": "astro dev",
|
||||||
|
|||||||
@@ -23,18 +23,18 @@ import BaseLayout from '../layouts/BaseLayout.astro';
|
|||||||
<!-- v0.7.2 Section -->
|
<!-- v0.7.2 Section -->
|
||||||
<section id="v0-7-2" class="changelog-section">
|
<section id="v0-7-2" 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.7.2</h2>
|
<h2 class="version-number">v0.7.2</h2>
|
||||||
<span class="version-date">TBD</span>
|
<span class="version-date">May 25, 2026</span>
|
||||||
</div>
|
</div>
|
||||||
<span class="version-badge badge-development">In Development</span>
|
<span class="version-badge badge-latest">Latest</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="version-content">
|
<div class="version-content">
|
||||||
<div class="version-resume">
|
<div class="version-resume">
|
||||||
<p>Current development build. Features and changes are being actively worked on and may change before release.</p>
|
<p><strong>Happy Towel Day!</strong><br />This release polishes the editor and git workflows, squashes several long-standing bugs, and brings YOLO mode for uninterrupted AI-powered coding sessions.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h3 class="product-heading">Zaguán Blade</h3>
|
<h3 class="product-heading">Zaguán Blade</h3>
|
||||||
@@ -66,6 +66,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
|
|||||||
<li><strong>Internal Commands.</strong> Fixed internal commands exit output to be sent to the model.</li>
|
<li><strong>Internal Commands.</strong> Fixed internal commands exit output to be sent to the model.</li>
|
||||||
<li><strong>Zaguán Terminal.</strong> Working on making the Zaguán Terminal coherent and not launch a new instance every time. <em>(WIP)</em></li>
|
<li><strong>Zaguán Terminal.</strong> Working on making the Zaguán Terminal coherent and not launch a new instance every time. <em>(WIP)</em></li>
|
||||||
<li><strong>AI Chat.</strong> Fixed a bug that caused typing lag in the chat input.</li>
|
<li><strong>AI Chat.</strong> Fixed a bug that caused typing lag in the chat input.</li>
|
||||||
|
<li><strong>Editor.</strong> Fixed a bug in the editor that resulted in a diff view disappearing when the edited line was clicked.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -105,13 +106,13 @@ import BaseLayout from '../layouts/BaseLayout.astro';
|
|||||||
<!-- v0.7.1 Section -->
|
<!-- v0.7.1 Section -->
|
||||||
<section id="v0-7-1" class="changelog-section">
|
<section id="v0-7-1" class="changelog-section">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="version-card version-latest">
|
<div class="version-card version-previous">
|
||||||
<div class="version-header">
|
<div class="version-header">
|
||||||
<div class="version-info">
|
<div class="version-info">
|
||||||
<h2 class="version-number">v0.7.1</h2>
|
<h2 class="version-number">v0.7.1</h2>
|
||||||
<span class="version-date">May 19, 2026</span>
|
<span class="version-date">May 19, 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">
|
||||||
|
|||||||
Reference in New Issue
Block a user