From ee3efb7c6c8446e0104eeaf141d8791cbb142a2b Mon Sep 17 00:00:00 2001 From: murashit Date: Thu, 2 Jul 2026 17:15:41 +0900 Subject: [PATCH] Bump version to 4.1.2 --- .github/release-notes/4.1.2.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/4.1.2.md diff --git a/.github/release-notes/4.1.2.md b/.github/release-notes/4.1.2.md new file mode 100644 index 00000000..548e532e --- /dev/null +++ b/.github/release-notes/4.1.2.md @@ -0,0 +1,4 @@ +## Changes + +- Let `/permissions` set the permission profile used for subsequent Codex turns, with composer completions for available profiles. +- Updated app-server compatibility for Codex CLI 0.142.5. diff --git a/manifest.json b/manifest.json index 7f874300..4fd41281 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "codex-panel", "name": "Codex Panel", - "version": "4.1.1", + "version": "4.1.2", "minAppVersion": "1.12.0", "description": "Codex in your sidebar.", "author": "murashit", diff --git a/package-lock.json b/package-lock.json index 0ddf696f..e2597c71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codex-panel", - "version": "4.1.1", + "version": "4.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codex-panel", - "version": "4.1.1", + "version": "4.1.2", "license": "Apache-2.0", "dependencies": { "@preact/signals": "^2.9.2", diff --git a/package.json b/package.json index 3e758887..2a82b7b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codex-panel", - "version": "4.1.1", + "version": "4.1.2", "description": "Codex in your Obsidian sidebar.", "main": "main.js", "author": "murashit", diff --git a/versions.json b/versions.json index 55b2032b..011bccca 100644 --- a/versions.json +++ b/versions.json @@ -65,5 +65,6 @@ "4.0.1": "1.12.0", "4.0.2": "1.12.0", "4.1.0": "1.12.0", - "4.1.1": "1.12.0" + "4.1.1": "1.12.0", + "4.1.2": "1.12.0" }