From b11e6d11f07f1f2df55012f1676576f8ead48894 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Mon, 9 Feb 2026 18:46:12 +0100 Subject: [PATCH] feat: release v0.1.1 with new features and bug fixes --- package.json | 2 +- src/pages/changelog.astro | 2 +- src/pages/docs.astro | 6 +++--- src/pages/index.astro | 32 +++++++++++++++++++++++++++++--- 4 files changed, 34 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 60c3bb1..f68fd4b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "zblade-dev", "type": "module", - "version": "0.1.0", + "version": "0.1.1", "scripts": { "dev": "astro dev", "start": "astro dev", diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro index d688137..060c26e 100644 --- a/src/pages/changelog.astro +++ b/src/pages/changelog.astro @@ -27,7 +27,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';

v0.1.1

- TBD + February 19, 2026
Latest
diff --git a/src/pages/docs.astro b/src/pages/docs.astro index 60b4358..825b0c5 100644 --- a/src/pages/docs.astro +++ b/src/pages/docs.astro @@ -531,9 +531,9 @@ import BaseLayout from '../layouts/BaseLayout.astro';
-
🔧
-

Git Implementation

-

The Git integration is incomplete. Some advanced Git operations may not be available yet.

+
📝
+

Search Functionality

+

Global search across project files is not yet implemented. The search icon has been hidden until this feature is ready.

diff --git a/src/pages/index.astro b/src/pages/index.astro index 53a77d0..c7ef381 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -87,6 +87,32 @@ const version = pkg.version ?? "";

Long conversations are automatically distilled into retrievable artifacts. The AI knows when and how to access this context—maintaining coherence without the overhead.

+ +
+
+
06
+

PDF SUPPORT

+

The editor now loads PDFs natively. View and reference PDF documentation directly alongside your code without switching applications.

+
+
+
07
+

IMAGE SUPPORT

+

Attach screenshots, upload images, or paste from clipboard directly into chat. Give your AI visual context for better assistance.

+
+
+ +
+
+
08
+

COMPLETE GIT INTEGRATION

+

Full Git implementation ready for use. Stage, commit, push, and manage your repository directly from the editor interface.

+
+
+
09
+

ENHANCED UI

+

Sidebar tooltips, improved status bar, and refined tab management. Plus fixed terminal rendering and chat display issues.

+
+