update release log

This commit is contained in:
duanfuxiang 2025-04-29 18:45:55 +08:00
parent e6205820f3
commit 67dc9af73d
3 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,8 @@
releases:
- version: "0.2.1"
features:
- "Added custom mode functionality, allowing users to create their own modes"
- "Updated Qwen3 model integration in Alibaba Cloud provider"
- version: "0.2"
features:
- "add mode config, you can create mode config in _infio_prompts folder"

View File

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