update log file

This commit is contained in:
duanfuxiang 2025-06-12 16:24:24 +08:00
parent 896acd09e0
commit bf6062a94c
3 changed files with 7 additions and 2 deletions

View File

@ -1,4 +1,9 @@
releases:
- version: "0.6.3"
features:
- "Added Core Search Plugin and Omnisearch Support for Local File Searching PR from @travertexs"
- "Added one-click configuration for model selection"
- "Added test connection for API key"
- version: "0.6.0"
features:
- "Added Infio built-in MCP (Model Control Protocol) support"

View File

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