From c6c674556d34f729eb2e3cfd22dff04013568ef6 Mon Sep 17 00:00:00 2001 From: murashit Date: Wed, 20 May 2026 15:37:16 +0900 Subject: [PATCH] Bump version to 0.3.2 --- .github/release-notes/0.3.2.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/0.3.2.md diff --git a/.github/release-notes/0.3.2.md b/.github/release-notes/0.3.2.md new file mode 100644 index 00000000..e89b925d --- /dev/null +++ b/.github/release-notes/0.3.2.md @@ -0,0 +1,5 @@ +## Changes + +- Added sent-message details for wikilink file mentions. +- Improved hook and work-log ordering so prompt-submit hooks, completed turn details, streaming copy actions, and duplicate auto-review summaries stay accurate. +- Updated Codex app-server compatibility for Codex CLI 0.132.0. diff --git a/manifest.json b/manifest.json index 0d564761..89edb669 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "codex-panel", "name": "Codex Panel", - "version": "0.3.1", + "version": "0.3.2", "minAppVersion": "1.12.0", "description": "Codex in your sidebar.", "author": "murashit", diff --git a/package-lock.json b/package-lock.json index e1c30649..74946634 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codex-panel", - "version": "0.3.1", + "version": "0.3.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codex-panel", - "version": "0.3.1", + "version": "0.3.2", "license": "Apache-2.0", "devDependencies": { "@types/node": "^25.6.0", diff --git a/package.json b/package.json index fe6cdcd8..7aae7470 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codex-panel", - "version": "0.3.1", + "version": "0.3.2", "description": "Codex in your Obsidian sidebar.", "main": "main.js", "author": "murashit", diff --git a/versions.json b/versions.json index 4b5f5af0..c246399b 100644 --- a/versions.json +++ b/versions.json @@ -14,5 +14,6 @@ "0.1.13": "1.12.0", "0.2.0": "1.12.0", "0.3.0": "1.12.0", - "0.3.1": "1.12.0" + "0.3.1": "1.12.0", + "0.3.2": "1.12.0" }