mirror of
https://github.com/EthanMarti/infio-copilot.git
synced 2026-01-17 08:35:10 +00:00
update release log
This commit is contained in:
parent
7416ddffaa
commit
b3e16d6bcb
@ -1,4 +1,8 @@
|
|||||||
releases:
|
releases:
|
||||||
|
- version: "0.6.14"
|
||||||
|
fixes:
|
||||||
|
- "fix search view user select text error"
|
||||||
|
- "fix model select error"
|
||||||
- version: "0.6.13"
|
- version: "0.6.13"
|
||||||
features:
|
features:
|
||||||
- "fix settings migration"
|
- "fix settings migration"
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"id": "infio-copilot",
|
"id": "infio-copilot",
|
||||||
"name": "Infio Copilot",
|
"name": "Infio Copilot",
|
||||||
"version": "0.6.13",
|
"version": "0.6.14",
|
||||||
"minAppVersion": "0.15.0",
|
"minAppVersion": "0.15.0",
|
||||||
"description": "A Cursor-inspired AI assistant for notes that offers smart autocomplete and interactive chat with your selected notes",
|
"description": "A Cursor-inspired AI assistant for notes that offers smart autocomplete and interactive chat with your selected notes",
|
||||||
"author": "Felix.D",
|
"author": "Felix.D",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "obsidian-infio-copilot",
|
"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",
|
"description": "A Cursor-inspired AI assistant that offers smart autocomplete and interactive chat with your selected notes",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@ -95,7 +95,6 @@ const SearchView = () => {
|
|||||||
const file = app.vault.getFileByPath(result.path)
|
const file = app.vault.getFileByPath(result.path)
|
||||||
if (!file) {
|
if (!file) {
|
||||||
console.error('❌ [SearchView] 在vault中找不到文件:', result.path)
|
console.error('❌ [SearchView] 在vault中找不到文件:', result.path)
|
||||||
().map(f => f.path))
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user