feat: release v0.1.1 with new features and bug fixes

This commit is contained in:
2026-02-09 18:46:12 +01:00
parent b1fda06238
commit b11e6d11f0
4 changed files with 34 additions and 8 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "zblade-dev",
"type": "module",
"version": "0.1.0",
"version": "0.1.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
+1 -1
View File
@@ -27,7 +27,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
<div class="version-header">
<div class="version-info">
<h2 class="version-number">v0.1.1</h2>
<span class="version-date">TBD</span>
<span class="version-date">February 19, 2026</span>
</div>
<span class="version-badge badge-latest">Latest</span>
</div>
+3 -3
View File
@@ -531,9 +531,9 @@ import BaseLayout from '../layouts/BaseLayout.astro';
</div>
<div class="bug-card">
<div class="bug-icon">🔧</div>
<h3>Git Implementation</h3>
<p>The Git integration is incomplete. Some advanced Git operations may not be available yet.</p>
<div class="bug-icon">📝</div>
<h3>Search Functionality</h3>
<p>Global search across project files is not yet implemented. The search icon has been hidden until this feature is ready.</p>
</div>
<div class="bug-card">
+29 -3
View File
@@ -87,6 +87,32 @@ const version = pkg.version ?? "";
<p>Long conversations are automatically distilled into retrievable artifacts. The AI knows when and how to access this context—maintaining coherence without the overhead.</p>
</div>
</div>
<div class="feature-row">
<div class="feature-item feature-highlight">
<div class="feature-num">06</div>
<h3>PDF SUPPORT</h3>
<p>The editor now loads PDFs natively. View and reference PDF documentation directly alongside your code without switching applications.</p>
</div>
<div class="feature-item">
<div class="feature-num">07</div>
<h3>IMAGE SUPPORT</h3>
<p>Attach screenshots, upload images, or paste from clipboard directly into chat. Give your AI visual context for better assistance.</p>
</div>
</div>
<div class="feature-row">
<div class="feature-item">
<div class="feature-num">08</div>
<h3>COMPLETE GIT INTEGRATION</h3>
<p>Full Git implementation ready for use. Stage, commit, push, and manage your repository directly from the editor interface.</p>
</div>
<div class="feature-item feature-highlight">
<div class="feature-num">09</div>
<h3>ENHANCED UI</h3>
<p>Sidebar tooltips, improved status bar, and refined tab management. Plus fixed terminal rendering and chat display issues.</p>
</div>
</div>
<div class="feature-banner">
<div class="banner-content">
@@ -176,7 +202,7 @@ const version = pkg.version ?? "";
<div class="platform-icon">🪟</div>
<div class="platform-info">
<div class="platform-name">WINDOWS</div>
<div class="platform-meta">v0.1.0 / x64, arm64</div>
<div class="platform-meta">v0.1.1 / x64, arm64</div>
<div class="platform-formats">MSI, EXE</div>
</div>
<div class="platform-action">DOWNLOAD →</div>
@@ -186,7 +212,7 @@ const version = pkg.version ?? "";
<div class="platform-icon">🍎</div>
<div class="platform-info">
<div class="platform-name">macOS</div>
<div class="platform-meta">v0.1.0 / arm64 (Apple Silicon)</div>
<div class="platform-meta">v0.1.1 / arm64 (Apple Silicon)</div>
<div class="platform-formats">DMG, TAR.GZ</div>
</div>
<div class="platform-action">DOWNLOAD →</div>
@@ -196,7 +222,7 @@ const version = pkg.version ?? "";
<div class="platform-icon">🐧</div>
<div class="platform-info">
<div class="platform-name">LINUX</div>
<div class="platform-meta">v0.1.0 / amd64</div>
<div class="platform-meta">v0.1.1 / amd64</div>
<div class="platform-formats">DEB, RPM, AppImage</div>
</div>
<div class="platform-action">DOWNLOAD →</div>