From e7ac2a4b7badd666aacd58d272abe3e09c3eea3b Mon Sep 17 00:00:00 2001 From: murashit Date: Fri, 19 Jun 2026 11:25:18 +0900 Subject: [PATCH] Bump version to 3.2.9 --- .github/release-notes/3.2.9.md | 4 ++++ manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 5 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 .github/release-notes/3.2.9.md diff --git a/.github/release-notes/3.2.9.md b/.github/release-notes/3.2.9.md new file mode 100644 index 00000000..fa695268 --- /dev/null +++ b/.github/release-notes/3.2.9.md @@ -0,0 +1,4 @@ +## Changes + +- Adds compatibility updates for Codex CLI 0.141.0 app-server changes. +- Shows Codex sleep history as wait status in the chat stream. diff --git a/manifest.json b/manifest.json index dae67290..a02e5142 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "codex-panel", "name": "Codex Panel", - "version": "3.2.8", + "version": "3.2.9", "minAppVersion": "1.12.0", "description": "Codex in your sidebar.", "author": "murashit", diff --git a/package-lock.json b/package-lock.json index 86c5ca6d..ffd30abb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codex-panel", - "version": "3.2.8", + "version": "3.2.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codex-panel", - "version": "3.2.8", + "version": "3.2.9", "license": "Apache-2.0", "dependencies": { "@preact/signals": "^2.9.1", diff --git a/package.json b/package.json index fa0af2d6..762e8a65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codex-panel", - "version": "3.2.8", + "version": "3.2.9", "description": "Codex in your Obsidian sidebar.", "main": "main.js", "author": "murashit", diff --git a/versions.json b/versions.json index fe52e375..f786b009 100644 --- a/versions.json +++ b/versions.json @@ -51,5 +51,6 @@ "3.2.5": "1.12.0", "3.2.6": "1.12.0", "3.2.7": "1.12.0", - "3.2.8": "1.12.0" + "3.2.8": "1.12.0", + "3.2.9": "1.12.0" }