From 322e88fa9c327e96eccd0d8ba65d7ea3d43e933c Mon Sep 17 00:00:00 2001 From: duanfuxiang Date: Sat, 5 Jul 2025 16:34:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E8=87=B3?= =?UTF-8?q?=200.7.0=EF=BC=8C=E6=B7=BB=E5=8A=A0=E6=96=B0=E7=89=B9=E6=80=A7?= =?UTF-8?q?=E5=8C=85=E6=8B=AC=E6=B4=9E=E5=AF=9F=E8=BD=AC=E6=8D=A2=E3=80=81?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E5=8C=BA=E3=80=81=E6=95=B0=E6=8D=AE=E8=A7=86?= =?UTF-8?q?=E5=9B=BE=E6=94=AF=E6=8C=81=E5=92=8C=E6=9C=AC=E5=9C=B0=E5=B5=8C?= =?UTF-8?q?=E5=85=A5=E6=A8=A1=E5=9E=8B=E6=94=AF=E6=8C=81=EF=BC=8C=E5=90=8C?= =?UTF-8?q?=E6=97=B6=E6=9B=B4=E6=96=B0=E5=8F=98=E6=9B=B4=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.yaml | 6 ++++++ manifest.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.yaml b/CHANGELOG.yaml index ea34e77..ae1d120 100644 --- a/CHANGELOG.yaml +++ b/CHANGELOG.yaml @@ -1,4 +1,10 @@ releases: + - version: "0.7.0" + features: + - "add insight transformation" + - "add workspace" + - "add dataview support" + - "add local embedding model support" - version: "0.6.18" fixes: - "fix mermaid block style, add copy btn" diff --git a/manifest.json b/manifest.json index e5014f1..7f5cfc5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "infio-copilot", "name": "Infio Copilot", - "version": "0.6.18", + "version": "0.7.0", "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 406d1f2..456a52e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-infio-copilot", - "version": "0.6.18", + "version": "0.7.0", "description": "A Cursor-inspired AI assistant that offers smart autocomplete and interactive chat with your selected notes", "main": "main.js", "scripts": {