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
+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>