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" }