diff --git a/.github/release-notes/3.2.7.md b/.github/release-notes/3.2.7.md new file mode 100644 index 00000000..48f16f27 --- /dev/null +++ b/.github/release-notes/3.2.7.md @@ -0,0 +1,5 @@ +## Changes + +- Updates Codex App Server compatibility for Codex CLI 0.140.0. +- Adds a settings action to permanently delete archived threads you no longer need. +- Fixes settings screen refresh behavior and control styling, plus completed hook-run status rendering. diff --git a/manifest.json b/manifest.json index 935473c7..64261492 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "codex-panel", "name": "Codex Panel", - "version": "3.2.6", + "version": "3.2.7", "minAppVersion": "1.12.0", "description": "Codex in your sidebar.", "author": "murashit", diff --git a/package-lock.json b/package-lock.json index 18cf7181..63e6d46c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codex-panel", - "version": "3.2.6", + "version": "3.2.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codex-panel", - "version": "3.2.6", + "version": "3.2.7", "license": "Apache-2.0", "dependencies": { "@preact/signals": "^2.9.1", diff --git a/package.json b/package.json index 086f384f..def107d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codex-panel", - "version": "3.2.6", + "version": "3.2.7", "description": "Codex in your Obsidian sidebar.", "main": "main.js", "author": "murashit", diff --git a/versions.json b/versions.json index 6b7209f2..eb086020 100644 --- a/versions.json +++ b/versions.json @@ -49,5 +49,6 @@ "3.2.3": "1.12.0", "3.2.4": "1.12.0", "3.2.5": "1.12.0", - "3.2.6": "1.12.0" + "3.2.6": "1.12.0", + "3.2.7": "1.12.0" }