docs(changelog): mark v0.3.3 as latest release

- Set v0.3.3 date to February 28, 2026 and status to Latest
- Move v0.3.2 badge from Latest to Previous
- Add terminal note about removing horizontal resize bar
- Bump package version to 0.3.3
This commit is contained in:
2026-02-28 23:08:34 +01:00
parent 4868a7141b
commit f3e14646b2
2 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "zblade-dev",
"type": "module",
"version": "0.3.2",
"version": "0.3.3",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
+5 -4
View File
@@ -25,13 +25,13 @@ import BaseLayout from '../layouts/BaseLayout.astro';
<!-- v0.3.3 Section -->
<section 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.3.3</h2>
<span class="version-date">TBD</span>
<span class="version-date">February 28, 2026</span>
</div>
<span class="version-badge badge-development">Development</span>
<span class="version-badge badge-latest">Latest</span>
</div>
<div class="version-content">
@@ -77,6 +77,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
<li><strong>CodeMirror.</strong> Fixed a bug in the CodeMirror implementation that would show stale diff views.</li>
<li><strong>Terminal.</strong> Fixed a bug where pasting content into the Terminal would paste twice.</li>
<li><strong>Chat Panel.</strong> It's now possible to resize the chat panel again.</li>
<li><strong>Terminal.</strong> Removed the horizontal resize bar.</li>
</ul>
</div>
</div>
@@ -93,7 +94,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
<h2 class="version-number">v0.3.2</h2>
<span class="version-date">February 25, 2026</span>
</div>
<span class="version-badge badge-latest">Latest</span>
<span class="version-badge badge-previous">Previous</span>
</div>
<div class="version-content">