update release log

This commit is contained in:
duanfuxiang 2025-05-01 17:18:38 +08:00
parent e8c414b341
commit 8e3753089a
4 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,7 @@
releases:
- version: "0.2.4"
features:
- "Added multilingual support, now only support English and Chinese"
- version: "0.2.3"
features:
- "fix apply view error"

View File

@ -5,6 +5,7 @@
[中文文档](README_zh-CN.md)
## New Version
[0.2.4](https://github.com/infiolab/infio-copilot/releases/tag/0.2.4) Added multilingual support
[0.2.3](https://github.com/infiolab/infio-copilot/releases/tag/0.2.3) Add custom mode config, you can't create you own agent now
[0.1.7](https://github.com/infiolab/infio-copilot/releases/tag/0.1.7) Added image selector modal, allowing users to search, select, and upload images in obsidian vault or local file browser

View File

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