diff --git a/.github/release-notes/3.4.0.md b/.github/release-notes/3.4.0.md new file mode 100644 index 00000000..f1a03f55 --- /dev/null +++ b/.github/release-notes/3.4.0.md @@ -0,0 +1,5 @@ +## Changes + +- Replaces `/mcp` with `/tools` for broader Codex capability diagnostics covering plugins, tool providers, MCP servers, and skills. +- Improves grouped slash-command and diagnostic output so structured command results are easier to scan. +- Streamlines the README usage guide around current panel, thread, composer, and diagnostics workflows. diff --git a/manifest.json b/manifest.json index ec88d646..2497ffc5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "codex-panel", "name": "Codex Panel", - "version": "3.3.0", + "version": "3.4.0", "minAppVersion": "1.12.0", "description": "Codex in your sidebar.", "author": "murashit", diff --git a/package-lock.json b/package-lock.json index 100369d6..9b2dd6c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codex-panel", - "version": "3.3.0", + "version": "3.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codex-panel", - "version": "3.3.0", + "version": "3.4.0", "license": "Apache-2.0", "dependencies": { "@preact/signals": "^2.9.1", diff --git a/package.json b/package.json index 9530a702..3734a5ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codex-panel", - "version": "3.3.0", + "version": "3.4.0", "description": "Codex in your Obsidian sidebar.", "main": "main.js", "author": "murashit", diff --git a/versions.json b/versions.json index 9a6e627a..87c4076f 100644 --- a/versions.json +++ b/versions.json @@ -53,5 +53,6 @@ "3.2.7": "1.12.0", "3.2.8": "1.12.0", "3.2.9": "1.12.0", - "3.3.0": "1.12.0" + "3.3.0": "1.12.0", + "3.4.0": "1.12.0" }