diff --git a/.github/release-notes/0.1.11.md b/.github/release-notes/0.1.11.md new file mode 100644 index 00000000..2d09c9cd --- /dev/null +++ b/.github/release-notes/0.1.11.md @@ -0,0 +1,5 @@ +## Changes + +- Added main-view turn diffs so file changes can be inspected directly from the transcript. +- Improved approval and automatic review result displays with clearer status and request details. +- Normalized tool and file path display in work logs for easier scanning in narrow panels. diff --git a/manifest.json b/manifest.json index f7d996a1..a8a266d1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "codex-panel", "name": "Codex Panel", - "version": "0.1.10", + "version": "0.1.11", "minAppVersion": "1.12.0", "description": "Run Codex from a side panel.", "author": "murashit", diff --git a/package-lock.json b/package-lock.json index 850228ba..1d9ed90b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codex-panel", - "version": "0.1.10", + "version": "0.1.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codex-panel", - "version": "0.1.10", + "version": "0.1.11", "license": "Apache-2.0", "devDependencies": { "@types/node": "^25.6.0", diff --git a/package.json b/package.json index 3e2cc08e..205f6081 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codex-panel", - "version": "0.1.10", + "version": "0.1.11", "description": "Obsidian side panel for Codex app-server.", "main": "main.js", "author": "murashit", diff --git a/versions.json b/versions.json index 949afa7a..25fec9c1 100644 --- a/versions.json +++ b/versions.json @@ -8,5 +8,6 @@ "0.1.7": "1.12.0", "0.1.8": "1.12.0", "0.1.9": "1.12.0", - "0.1.10": "1.12.0" + "0.1.10": "1.12.0", + "0.1.11": "1.12.0" }