diff --git a/.github/release-notes/5.2.1.md b/.github/release-notes/5.2.1.md new file mode 100644 index 00000000..e4f01c26 --- /dev/null +++ b/.github/release-notes/5.2.1.md @@ -0,0 +1,5 @@ +## Changes + +- Updated compatibility for Codex CLI 0.145.0. +- Subagent conversations that support replies can now be continued directly from their panel. +- Fixed malformed links in exported thread archives. diff --git a/manifest.json b/manifest.json index 4658d969..3569f9a7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "codex-panel", "name": "Codex Panel", - "version": "5.2.0", + "version": "5.2.1", "minAppVersion": "1.12.0", "description": "Codex in your sidebar.", "author": "murashit", diff --git a/package-lock.json b/package-lock.json index d5923133..60c60ea1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codex-panel", - "version": "5.2.0", + "version": "5.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codex-panel", - "version": "5.2.0", + "version": "5.2.1", "license": "Apache-2.0", "dependencies": { "@tanstack/query-core": "^5.101.2", diff --git a/package.json b/package.json index 794e118c..3b62ac39 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codex-panel", - "version": "5.2.0", + "version": "5.2.1", "description": "Codex in your Obsidian sidebar.", "main": "main.js", "author": "murashit", diff --git a/versions.json b/versions.json index f251b41a..c88123dd 100644 --- a/versions.json +++ b/versions.json @@ -87,5 +87,6 @@ "5.1.0": "1.12.0", "5.1.1": "1.12.0", "5.1.2": "1.12.0", - "5.2.0": "1.12.0" + "5.2.0": "1.12.0", + "5.2.1": "1.12.0" }