From 58bbaf6a5f31e9963a74df4f10ff106d06d01cd6 Mon Sep 17 00:00:00 2001 From: murashit Date: Fri, 10 Jul 2026 16:10:53 +0900 Subject: [PATCH] Bump version to 4.5.2 --- .github/release-notes/4.5.2.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/4.5.2.md diff --git a/.github/release-notes/4.5.2.md b/.github/release-notes/4.5.2.md new file mode 100644 index 00000000..8c3c8740 --- /dev/null +++ b/.github/release-notes/4.5.2.md @@ -0,0 +1,6 @@ +## Changes + +- Update app-server compatibility for Codex CLI 0.144.0 and improve reconnection, metadata, and MCP request handling. +- Load thread history incrementally in Threads View while retaining complete thread-picker search results. +- Fix web clips to save Defuddle's Markdown output and refresh collapsed-content controls after layout changes. +- Prevent stale asynchronous UI updates after panels, settings, or the plugin close. diff --git a/manifest.json b/manifest.json index 54698a93..0053b98d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "codex-panel", "name": "Codex Panel", - "version": "4.5.1", + "version": "4.5.2", "minAppVersion": "1.12.0", "description": "Codex in your sidebar.", "author": "murashit", diff --git a/package-lock.json b/package-lock.json index 100a3f66..da423aeb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codex-panel", - "version": "4.5.1", + "version": "4.5.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codex-panel", - "version": "4.5.1", + "version": "4.5.2", "license": "Apache-2.0", "engines": { "node": ">=26" diff --git a/package.json b/package.json index 87f9bf77..3098fb06 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codex-panel", - "version": "4.5.1", + "version": "4.5.2", "description": "Codex in your Obsidian sidebar.", "main": "main.js", "author": "murashit", diff --git a/versions.json b/versions.json index 64988521..26f7820e 100644 --- a/versions.json +++ b/versions.json @@ -73,5 +73,6 @@ "4.4.0": "1.12.0", "4.4.1": "1.12.0", "4.5.0": "1.12.0", - "4.5.1": "1.12.0" + "4.5.1": "1.12.0", + "4.5.2": "1.12.0" }