From 47de767b50746121dfa9f70249af2917bc3ede81 Mon Sep 17 00:00:00 2001 From: duanfuxiang Date: Sat, 14 Jun 2025 09:19:19 +0800 Subject: [PATCH] update memory --- CHANGELOG.yaml | 4 ++++ manifest.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.yaml b/CHANGELOG.yaml index 26412e5..56bece3 100644 --- a/CHANGELOG.yaml +++ b/CHANGELOG.yaml @@ -1,4 +1,8 @@ releases: + - version: "0.6.7" + fixes: + - "fixed pdf & md content null byte error" + - "fixed vector embedding memory leak" - version: "0.6.6" fixes: - "fixed pdf content null byte error" diff --git a/manifest.json b/manifest.json index 5733972..d3b0863 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "infio-copilot", "name": "Infio Copilot", - "version": "0.6.6", + "version": "0.6.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", diff --git a/package.json b/package.json index 976c758..b679669 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-infio-copilot", - "version": "0.6.6", + "version": "0.6.7", "description": "A Cursor-inspired AI assistant that offers smart autocomplete and interactive chat with your selected notes", "main": "main.js", "scripts": {