update release log

This commit is contained in:
duanfuxiang 2025-06-18 09:51:01 +08:00
parent 7416ddffaa
commit b3e16d6bcb
4 changed files with 6 additions and 3 deletions

View File

@ -1,4 +1,8 @@
releases:
- version: "0.6.14"
fixes:
- "fix search view user select text error"
- "fix model select error"
- version: "0.6.13"
features:
- "fix settings migration"

View File

@ -1,7 +1,7 @@
{
"id": "infio-copilot",
"name": "Infio Copilot",
"version": "0.6.13",
"version": "0.6.14",
"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.13",
"version": "0.6.14",
"description": "A Cursor-inspired AI assistant that offers smart autocomplete and interactive chat with your selected notes",
"main": "main.js",
"scripts": {

View File

@ -95,7 +95,6 @@ const SearchView = () => {
const file = app.vault.getFileByPath(result.path)
if (!file) {
console.error('❌ [SearchView] 在vault中找不到文件:', result.path)
().map(f => f.path))
return
}