update tag

This commit is contained in:
duanfuxiang 2025-06-04 18:46:14 +08:00
parent 2a14fd3b70
commit 8732ebf30e
3 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,7 @@
releases: releases:
- version: "0.5.1"
fixes:
- "fix current file content prompt"
- version: "0.5.0" - version: "0.5.0"
features: features:
- "Added MCP (Model Control Protocol) support" - "Added MCP (Model Control Protocol) support"

View File

@ -1,7 +1,7 @@
{ {
"id": "infio-copilot", "id": "infio-copilot",
"name": "Infio Copilot", "name": "Infio Copilot",
"version": "0.5.0", "version": "0.5.1",
"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",

View File

@ -1,6 +1,6 @@
{ {
"name": "obsidian-infio-copilot", "name": "obsidian-infio-copilot",
"version": "0.5.0", "version": "0.5.1",
"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": {