From c05364addf2bef2c826fe9283ea96ac6d0bf7ea4 Mon Sep 17 00:00:00 2001 From: murashit Date: Fri, 22 May 2026 11:33:15 +0900 Subject: [PATCH] Bump version to 1.2.0 --- .github/release-notes/1.2.0.md | 6 ++++++ manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 5 files changed, 12 insertions(+), 5 deletions(-) create mode 100644 .github/release-notes/1.2.0.md 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" }