From 1f483c35fa45fa735524d8c7186f181d25fb059c Mon Sep 17 00:00:00 2001 From: murashit Date: Sat, 20 Jun 2026 18:32:35 +0900 Subject: [PATCH] Bump version to 3.4.0 --- .github/release-notes/3.4.0.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.4.0.md 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" }