diff --git a/.github/release-notes/3.3.0.md b/.github/release-notes/3.3.0.md new file mode 100644 index 00000000..d98bd14d --- /dev/null +++ b/.github/release-notes/3.3.0.md @@ -0,0 +1,6 @@ +## Changes + +- Supports MCP elicitation requests in the chat stream. +- Refines Codex Panel settings with Obsidian-style grouped rows and shorter descriptions. +- Keeps archived thread settings in sync when threads are archived, restored, or deleted elsewhere. +- Improves chat message streaming and release validation reliability. diff --git a/manifest.json b/manifest.json index a02e5142..ec88d646 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "codex-panel", "name": "Codex Panel", - "version": "3.2.9", + "version": "3.3.0", "minAppVersion": "1.12.0", "description": "Codex in your sidebar.", "author": "murashit", diff --git a/package-lock.json b/package-lock.json index a3dbdda2..100369d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codex-panel", - "version": "3.2.9", + "version": "3.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codex-panel", - "version": "3.2.9", + "version": "3.3.0", "license": "Apache-2.0", "dependencies": { "@preact/signals": "^2.9.1", diff --git a/package.json b/package.json index dd45b892..9530a702 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codex-panel", - "version": "3.2.9", + "version": "3.3.0", "description": "Codex in your Obsidian sidebar.", "main": "main.js", "author": "murashit", diff --git a/versions.json b/versions.json index f786b009..9a6e627a 100644 --- a/versions.json +++ b/versions.json @@ -52,5 +52,6 @@ "3.2.6": "1.12.0", "3.2.7": "1.12.0", "3.2.8": "1.12.0", - "3.2.9": "1.12.0" + "3.2.9": "1.12.0", + "3.3.0": "1.12.0" }