From fb71bf61ac4191ab2fbcc73c88e3de21bd0fe697 Mon Sep 17 00:00:00 2001 From: duanfuxiang Date: Tue, 8 Apr 2025 14:57:07 +0800 Subject: [PATCH] update version msg --- CHANGELOG.yaml | 5 ++++- manifest.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.yaml b/CHANGELOG.yaml index 933322e..5c9ad5c 100644 --- a/CHANGELOG.yaml +++ b/CHANGELOG.yaml @@ -1,7 +1,10 @@ releases: - version: "0.1" features: - + - "Added agent prompt with three modes (ask, research, write)" + - "Updated Ollama local proxy configuration" + - "Fixed PGlite database errors" + - version: "0.0.4" features: - "Added new settings components for better organization" diff --git a/manifest.json b/manifest.json index ce0fd11..84b29a6 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "infio-copilot", "name": "Infio Copilot", - "version": "0.0.4", + "version": "0.1", "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",