mirror of
https://github.com/EthanMarti/infio-copilot.git
synced 2026-01-16 08:21:55 +00:00
update release log
This commit is contained in:
parent
e8c414b341
commit
8e3753089a
@ -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"
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user