diff --git a/.github/release-notes/3.2.3.md b/.github/release-notes/3.2.3.md new file mode 100644 index 00000000..9a7c67e6 --- /dev/null +++ b/.github/release-notes/3.2.3.md @@ -0,0 +1,4 @@ +## Changes + +- Updates Codex app-server compatibility for Codex CLI 0.139.0. +- Includes internal cleanup to keep the chat panel easier to maintain. diff --git a/manifest.json b/manifest.json index 0625f919..567bd109 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "codex-panel", "name": "Codex Panel", - "version": "3.2.2", + "version": "3.2.3", "minAppVersion": "1.12.0", "description": "Codex in your sidebar.", "author": "murashit", diff --git a/package-lock.json b/package-lock.json index c98edb47..b5c955e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codex-panel", - "version": "3.2.2", + "version": "3.2.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codex-panel", - "version": "3.2.2", + "version": "3.2.3", "license": "Apache-2.0", "dependencies": { "@preact/signals": "^2.9.1", diff --git a/package.json b/package.json index da813fe4..9b156094 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codex-panel", - "version": "3.2.2", + "version": "3.2.3", "description": "Codex in your Obsidian sidebar.", "main": "main.js", "author": "murashit", diff --git a/versions.json b/versions.json index 539bafe0..b974aedc 100644 --- a/versions.json +++ b/versions.json @@ -45,5 +45,6 @@ "3.1.1": "1.12.0", "3.2.0": "1.12.0", "3.2.1": "1.12.0", - "3.2.2": "1.12.0" + "3.2.2": "1.12.0", + "3.2.3": "1.12.0" }