更新版本至 0.7.0,添加新特性包括洞察转换、工作区、数据视图支持和本地嵌入模型支持,同时更新变更日志。

This commit is contained in:
duanfuxiang 2025-07-05 16:34:20 +08:00
parent 54a14dedd6
commit 322e88fa9c
3 changed files with 8 additions and 2 deletions

View File

@ -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"

View File

@ -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",

View File

@ -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": {