Bump version to 4.5.2

This commit is contained in:
murashit 2026-07-10 16:10:53 +09:00
parent 164c307bd1
commit 58bbaf6a5f
5 changed files with 12 additions and 5 deletions

6
.github/release-notes/4.5.2.md vendored Normal file
View file

@ -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.

View file

@ -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",

4
package-lock.json generated
View file

@ -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"

View file

@ -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",

View file

@ -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"
}