From bf6062a94c9daf69d4b2a8ac155faee75ff1aa25 Mon Sep 17 00:00:00 2001 From: duanfuxiang Date: Thu, 12 Jun 2025 16:24:24 +0800 Subject: [PATCH] update log file --- CHANGELOG.yaml | 5 +++++ manifest.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.yaml b/CHANGELOG.yaml index 0cc3945..99d5436 100644 --- a/CHANGELOG.yaml +++ b/CHANGELOG.yaml @@ -1,4 +1,9 @@ releases: + - version: "0.6.3" + features: + - "Added Core Search Plugin and Omnisearch Support for Local File Searching PR from @travertexs" + - "Added one-click configuration for model selection" + - "Added test connection for API key" - version: "0.6.0" features: - "Added Infio built-in MCP (Model Control Protocol) support" diff --git a/manifest.json b/manifest.json index bd6f4ed..d78eaf0 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "infio-copilot", "name": "Infio Copilot", - "version": "0.6.0", + "version": "0.6.3", "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", diff --git a/package.json b/package.json index bfee0ce..d6fba7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-infio-copilot", - "version": "0.6.0", + "version": "0.6.3", "description": "A Cursor-inspired AI assistant that offers smart autocomplete and interactive chat with your selected notes", "main": "main.js", "scripts": {