From ba50660c9efb2b261bb7fa4e724dce7ebe7b6cca Mon Sep 17 00:00:00 2001 From: murashit Date: Thu, 18 Jun 2026 15:58:52 +0900 Subject: [PATCH] Bump version to 3.2.8 --- .github/release-notes/3.2.8.md | 5 +++++ manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 5 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 .github/release-notes/3.2.8.md diff --git a/.github/release-notes/3.2.8.md b/.github/release-notes/3.2.8.md new file mode 100644 index 00000000..2c8a42f3 --- /dev/null +++ b/.github/release-notes/3.2.8.md @@ -0,0 +1,5 @@ +## Changes + +- Improves in-progress chat rendering with smoother streaming Markdown updates. +- Fixes message stream settling and Work details collapse behavior near the bottom of the chat. +- Hardens app-server request handling, thread cleanup, and selection rewrite context checks. diff --git a/manifest.json b/manifest.json index 64261492..dae67290 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "codex-panel", "name": "Codex Panel", - "version": "3.2.7", + "version": "3.2.8", "minAppVersion": "1.12.0", "description": "Codex in your sidebar.", "author": "murashit", diff --git a/package-lock.json b/package-lock.json index b9d59e3a..ebfa26d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codex-panel", - "version": "3.2.7", + "version": "3.2.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codex-panel", - "version": "3.2.7", + "version": "3.2.8", "license": "Apache-2.0", "dependencies": { "@preact/signals": "^2.9.1", diff --git a/package.json b/package.json index 3a304d7d..90cb4193 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codex-panel", - "version": "3.2.7", + "version": "3.2.8", "description": "Codex in your Obsidian sidebar.", "main": "main.js", "author": "murashit", diff --git a/versions.json b/versions.json index eb086020..fe52e375 100644 --- a/versions.json +++ b/versions.json @@ -50,5 +50,6 @@ "3.2.4": "1.12.0", "3.2.5": "1.12.0", "3.2.6": "1.12.0", - "3.2.7": "1.12.0" + "3.2.7": "1.12.0", + "3.2.8": "1.12.0" }