update logs

This commit is contained in:
duanfuxiang 2025-06-15 13:37:44 +08:00
parent 943bc077f1
commit 8497c25a79
3 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,7 @@
releases:
- version: "0.6.9"
features:
- "Added search view"
- version: "0.6.8"
fixes:
- "fixed vector embedding memory leak"

View File

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