From ee00f0f5615aa250c139c16fbcbc517ddf7d83fb Mon Sep 17 00:00:00 2001 From: murashit Date: Tue, 19 May 2026 05:32:46 +0900 Subject: [PATCH] Bump version to 0.3.0 --- .github/release-notes/0.3.0.md | 6 ++++++ manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 5 files changed, 12 insertions(+), 5 deletions(-) create mode 100644 .github/release-notes/0.3.0.md diff --git a/.github/release-notes/0.3.0.md b/.github/release-notes/0.3.0.md new file mode 100644 index 00000000..ed570f5c --- /dev/null +++ b/.github/release-notes/0.3.0.md @@ -0,0 +1,6 @@ +## Changes + +- Added `/refer` so the current turn can reference another non-archived thread without switching away. +- Added optional Markdown export when archiving a thread, with configurable folder, filename, and tag settings. +- Added `/mcp` for inspecting MCP server inventory from the panel. +- Improved slash command suggestions for model and reasoning effort arguments. diff --git a/manifest.json b/manifest.json index 922551aa..4896d5e9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "codex-panel", "name": "Codex Panel", - "version": "0.2.0", + "version": "0.3.0", "minAppVersion": "1.12.0", "description": "Codex in your sidebar.", "author": "murashit", diff --git a/package-lock.json b/package-lock.json index 0cd12611..d0ab2a51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codex-panel", - "version": "0.2.0", + "version": "0.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codex-panel", - "version": "0.2.0", + "version": "0.3.0", "license": "Apache-2.0", "devDependencies": { "@types/node": "^25.6.0", diff --git a/package.json b/package.json index 310d1666..70dd6e05 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codex-panel", - "version": "0.2.0", + "version": "0.3.0", "description": "Codex in your Obsidian sidebar.", "main": "main.js", "author": "murashit", diff --git a/versions.json b/versions.json index 4beb3ff8..55fdfdb3 100644 --- a/versions.json +++ b/versions.json @@ -12,5 +12,6 @@ "0.1.11": "1.12.0", "0.1.12": "1.12.0", "0.1.13": "1.12.0", - "0.2.0": "1.12.0" + "0.2.0": "1.12.0", + "0.3.0": "1.12.0" }