feat(changelog): add v0.2.0 bug fixes and screenshot showcase

This commit is contained in:
2026-02-14 22:49:31 +01:00
parent 2e9721b55b
commit c58eedec07
3 changed files with 146 additions and 0 deletions
+21
View File
@@ -44,6 +44,27 @@ const version = pkg.version ?? "";
</div>
</section>
<!-- Screenshot Showcase Section -->
<section class="screenshot-showcase">
<div class="container">
<div class="showcase-header">
<div class="showcase-label">// IN ACTION</div>
<h2 class="showcase-title">Zaguán Blade in Action</h2>
<p class="showcase-subtitle">
Real interface. Real performance. Real development workflow.
</p>
</div>
<div class="showcase-grid">
<div class="showcase-item">
<div class="showcase-image-wrapper">
<img src="/screenshot-1.png" alt="Zaguán Blade editor interface showing AI-assisted coding" class="showcase-image" />
<div class="showcase-caption">The editor with AI chat integrated, displaying code generation with diff view</div>
</div>
</div>
</div>
</div>
</section>
<!-- Features Section -->
<section id="features" class="features">
<div class="features-header">