diff --git a/.github/release-notes/1.2.0.md b/.github/release-notes/1.2.0.md new file mode 100644 index 00000000..5354f8a9 --- /dev/null +++ b/.github/release-notes/1.2.0.md @@ -0,0 +1,6 @@ +## Changes + +- Added an approval auto-review toggle for subsequent turns. +- Improved app-server approval prompts, including network-rule decisions from newer Codex CLI releases. +- Updated Codex app-server compatibility and tested CLI coverage for Codex CLI 0.133.0. +- Refined runtime, status, doctor, and diagnostics displays so active thread settings and pending overrides are clearer. diff --git a/manifest.json b/manifest.json index 24bff1b2..4c31cb9d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "codex-panel", "name": "Codex Panel", - "version": "1.1.0", + "version": "1.2.0", "minAppVersion": "1.12.0", "description": "Codex in your sidebar.", "author": "murashit", diff --git a/package-lock.json b/package-lock.json index 67e2c4e5..6682880b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codex-panel", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codex-panel", - "version": "1.1.0", + "version": "1.2.0", "license": "Apache-2.0", "devDependencies": { "@eslint/js": "^9.39.4", diff --git a/package.json b/package.json index 2a7881d6..5ef9893e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codex-panel", - "version": "1.1.0", + "version": "1.2.0", "description": "Codex in your Obsidian sidebar.", "main": "main.js", "author": "murashit", diff --git a/versions.json b/versions.json index 777c481e..5fc361e5 100644 --- a/versions.json +++ b/versions.json @@ -17,5 +17,6 @@ "0.3.1": "1.12.0", "0.3.2": "1.12.0", "1.0.0": "1.12.0", - "1.1.0": "1.12.0" + "1.1.0": "1.12.0", + "1.2.0": "1.12.0" }