From b5a322df31ecfa85db029d5ac9d22b0a2c9407c0 Mon Sep 17 00:00:00 2001 From: duanfuxiang Date: Sun, 27 Apr 2025 13:46:31 +0800 Subject: [PATCH] update release log --- CHANGELOG.yaml | 3 +++ manifest.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.yaml b/CHANGELOG.yaml index 307a128..3f1fdbc 100644 --- a/CHANGELOG.yaml +++ b/CHANGELOG.yaml @@ -1,4 +1,7 @@ releases: + - version: "0.1.8" + improvements: + - "fix chat input command plugin" - version: "0.1.7" features: - "Added image selector modal, allowing users to select and upload images in chat" diff --git a/manifest.json b/manifest.json index a7945ae..f233a77 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "infio-copilot", "name": "Infio Copilot", - "version": "0.1.7", + "version": "0.1.8", "minAppVersion": "0.15.0", "description": "A Cursor-inspired AI assistant for notes that offers smart autocomplete and interactive chat with your selected notes", "author": "Felix.D",