Update version to 0.7.3, add support for IndexedDB, and document related features in CHANGELOG.

This commit is contained in:
duanfuxiang 2025-07-08 21:34:14 +08:00
parent 10a1c8a23c
commit 21f4734917
3 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,7 @@
releases:
- version: "0.7.3"
features:
- "add idb support"
- version: "0.7.2"
fixes:
- "fix workspace vector index error"

View File

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