From 9681ccf83c17638a42ae8e35bbf9db897832506d Mon Sep 17 00:00:00 2001 From: JayBridge <12310903@mail.sustech.edu.cn> Date: Thu, 24 Apr 2025 23:34:01 +0800 Subject: [PATCH] docs: edit CHANGLOG & README for new version 0.1.7 (#49) --- CHANGELOG.yaml | 5 +++++ README.md | 6 ++++-- README_zh-CN.md | 2 ++ manifest.json | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.yaml b/CHANGELOG.yaml index f44bcd4..307a128 100644 --- a/CHANGELOG.yaml +++ b/CHANGELOG.yaml @@ -1,4 +1,9 @@ releases: + - version: "0.1.7" + features: + - "Added image selector modal, allowing users to select and upload images in chat" + - "Support for searching and selecting images from Obsidian vault" + - "Change bottom for uploading local image files" - version: "0.1.6" features: - "update model select in chat view, add collected models " diff --git a/README.md b/README.md index b59c3fc..7578cdd 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ [中文文档](README_zh-CN.md) ## New Version +[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 + [0.1.6](https://github.com/infiolab/infio-copilot/releases/tag/0.1.6) update apply view, you can edit content in apply view ## Features @@ -30,7 +32,7 @@ Edit your notes directly within the current file ![inline-edit](asserts/edit-inline.gif) -### chat with vault +### chat with vault Leverage the power of AI to interact with your entire Obsidian vault, gaining insights and connections across your notes @@ -84,7 +86,7 @@ We value your input and want to ensure you can easily share your thoughts and re This project stands on the shoulders of giants. We would like to express our gratitude to the following open-source projects: - [obsidian-copilot-auto-completion](https://github.com/j0rd1smit/obsidian-copilot-auto-completion) - For autocomplete implementation and TypeScript architecture inspiration -- [obsidian-smart-composer](https://github.com/glowingjade/obsidian-smart-composer) - For chat/apply UI patterns and PgLite integration examples +- [obsidian-smart-composer](https://github.com/glowingjade/obsidian-smart-composer) - For chat/apply UI patterns and PgLite integration examples - [continue](https://github.com/continuedev/continue) & [cline](https://github.com/cline/cline) - For prompt engineering and LLM interaction patterns - [pglite](https://github.com/electric-sql/pglite) - For conversation/vector data storage and sample code diff --git a/README_zh-CN.md b/README_zh-CN.md index 11255eb..27c102b 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -8,6 +8,8 @@ [![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/felixduan) +## 最新版本 +[0.1.7](https://github.com/infiolab/infio-copilot/releases/tag/0.1.7) 添加图片选择器模态框,允许用户在聊天中搜索、选择和上传图片 ## 功能特点 diff --git a/manifest.json b/manifest.json index 0f28986..a7945ae 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "infio-copilot", "name": "Infio Copilot", - "version": "0.1.6", + "version": "0.1.7", "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",