From 8e3753089a1cb0f9f3218aae16b2721f72016307 Mon Sep 17 00:00:00 2001 From: duanfuxiang Date: Thu, 1 May 2025 17:18:38 +0800 Subject: [PATCH] update release log --- CHANGELOG.yaml | 3 +++ README.md | 1 + manifest.json | 2 +- package.json | 2 +- 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.yaml b/CHANGELOG.yaml index beaba04..150b8df 100644 --- a/CHANGELOG.yaml +++ b/CHANGELOG.yaml @@ -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" diff --git a/README.md b/README.md index af946f0..d8baf0a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/manifest.json b/manifest.json index e687ea7..37231d7 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index e9d66a4..231ce64 100644 --- a/package.json +++ b/package.json @@ -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": {