docs: edit CHANGLOG & README for new version 0.1.7 (#49)

This commit is contained in:
JayBridge 2025-04-24 23:34:01 +08:00
parent 6db44f5ea0
commit 9681ccf83c
4 changed files with 12 additions and 3 deletions

View File

@ -1,4 +1,9 @@
releases: 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" - version: "0.1.6"
features: features:
- "update model select in chat view, add collected models " - "update model select in chat view, add collected models "

View File

@ -5,6 +5,8 @@
[中文文档](README_zh-CN.md) [中文文档](README_zh-CN.md)
## New Version ## 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 [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 ## Features
@ -30,7 +32,7 @@ Edit your notes directly within the current file
![inline-edit](asserts/edit-inline.gif) ![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 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: 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-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 - [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 - [pglite](https://github.com/electric-sql/pglite) - For conversation/vector data storage and sample code

View File

@ -8,6 +8,8 @@
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/felixduan) [![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) 添加图片选择器模态框,允许用户在聊天中搜索、选择和上传图片
## 功能特点 ## 功能特点

View File

@ -1,7 +1,7 @@
{ {
"id": "infio-copilot", "id": "infio-copilot",
"name": "Infio Copilot", "name": "Infio Copilot",
"version": "0.1.6", "version": "0.1.7",
"minAppVersion": "0.15.0", "minAppVersion": "0.15.0",
"description": "A Cursor-inspired AI assistant for notes that offers smart autocomplete and interactive chat with your selected notes", "description": "A Cursor-inspired AI assistant for notes that offers smart autocomplete and interactive chat with your selected notes",
"author": "Felix.D", "author": "Felix.D",