update version msg

This commit is contained in:
duanfuxiang 2025-04-08 14:57:07 +08:00
parent 520fe80d11
commit fb71bf61ac
2 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,9 @@
releases: releases:
- version: "0.1" - version: "0.1"
features: features:
- "Added agent prompt with three modes (ask, research, write)"
- "Updated Ollama local proxy configuration"
- "Fixed PGlite database errors"
- version: "0.0.4" - version: "0.0.4"
features: features:

View File

@ -1,7 +1,7 @@
{ {
"id": "infio-copilot", "id": "infio-copilot",
"name": "Infio Copilot", "name": "Infio Copilot",
"version": "0.0.4", "version": "0.1",
"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",