docs(changelog): finalize v0.7.2 release with diff view bug fix entry

This commit is contained in:
2026-05-25 13:01:13 +02:00
parent 70260deb72
commit e620f5d2d2
2 changed files with 8 additions and 7 deletions
+7 -6
View File
@@ -23,18 +23,18 @@ import BaseLayout from '../layouts/BaseLayout.astro';
<!-- v0.7.2 Section -->
<section id="v0-7-2" class="changelog-section">
<div class="container">
<div class="version-card version-development">
<div class="version-card version-latest">
<div class="version-header">
<div class="version-info">
<h2 class="version-number">v0.7.2</h2>
<span class="version-date">TBD</span>
<span class="version-date">May 25, 2026</span>
</div>
<span class="version-badge badge-development">In Development</span>
<span class="version-badge badge-latest">Latest</span>
</div>
<div class="version-content">
<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>
<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>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>Editor.</strong> Fixed a bug in the editor that resulted in a diff view disappearing when the edited line was clicked.</li>
</ul>
</div>
@@ -105,13 +106,13 @@ import BaseLayout from '../layouts/BaseLayout.astro';
<!-- v0.7.1 Section -->
<section id="v0-7-1" class="changelog-section">
<div class="container">
<div class="version-card version-latest">
<div class="version-card version-previous">
<div class="version-header">
<div class="version-info">
<h2 class="version-number">v0.7.1</h2>
<span class="version-date">May 19, 2026</span>
</div>
<span class="version-badge badge-latest">Latest</span>
<span class="version-badge badge-previous">Previous</span>
</div>
<div class="version-content">