You've already forked zblade.dev
chore(deps): bump Astro and refresh changelog docs
- Update Astro, RSS, and TypeScript versions in the lockfile - Refresh tool call documentation and changelog page
This commit is contained in:
@@ -21,6 +21,36 @@ import BaseLayout from '../layouts/BaseLayout.astro';
|
||||
</section>
|
||||
|
||||
|
||||
<!-- v0.5.1 Section -->
|
||||
<section id="v0-5-1" class="changelog-section">
|
||||
<div class="container">
|
||||
<div class="version-card version-development">
|
||||
<div class="version-header">
|
||||
<div class="version-info">
|
||||
<h2 class="version-number">v0.5.1</h2>
|
||||
<span class="version-date">TBD</span>
|
||||
</div>
|
||||
<span class="version-badge badge-development">Development</span>
|
||||
</div>
|
||||
|
||||
<div class="version-content">
|
||||
<div class="version-resume">
|
||||
<p>Development builds focused on polishing the Terminal experience and resolving shell output display issues.</p>
|
||||
</div>
|
||||
<div class="changes-section">
|
||||
<h3 class="changes-title">
|
||||
<span class="changes-icon">🐛</span>
|
||||
Bug Fixes
|
||||
</h3>
|
||||
<ul class="changes-list">
|
||||
<li><strong>Terminal.</strong> Fixed bugs that caused the Terminal to not display Tab text or requests from the shell.</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- v0.5.0 Section -->
|
||||
<section id="v0-5-0" class="changelog-section">
|
||||
<div class="container">
|
||||
|
||||
Reference in New Issue
Block a user