update version message

This commit is contained in:
duanfuxiang 2025-04-15 23:42:43 +08:00
parent 2d418c3cdd
commit 1c644c2ab0
2 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,10 @@
releases: releases:
- version: "0.1.4"
features:
- "Added Grok provider, update gemini, openai, bailian, anthropic provider"
- "Added quick command management system"
- "add filter model select in chat view, thx @Spenquatch"
- version: "0.1.3" - version: "0.1.3"
features: features:
- "updated model options settings for LLM" - "updated model options settings for LLM"

View File

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