From 487c7f92b8b0274bd394860eb5ebb7e0a4c46d19 Mon Sep 17 00:00:00 2001 From: murashit Date: Fri, 29 May 2026 11:12:47 +0900 Subject: [PATCH] Bump version to 2.3.2 --- .github/release-notes/2.3.2.md | 5 +++++ manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 5 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 .github/release-notes/2.3.2.md diff --git a/.github/release-notes/2.3.2.md b/.github/release-notes/2.3.2.md new file mode 100644 index 00000000..1766816a --- /dev/null +++ b/.github/release-notes/2.3.2.md @@ -0,0 +1,5 @@ +## Changes + +- Improved chat, thread, and selection-rewrite lifecycle handling to reduce stale UI updates during reconnects, resumes, renames, and active-thread changes. +- Refined runtime policy and Fast mode reporting so toolbar and settings state better match the active Codex thread and service-tier catalog. +- Polished settings refresh and toolbar controls while keeping the existing Codex Panel workflows and layout intact. diff --git a/manifest.json b/manifest.json index 7a97ea8a..cea83281 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "codex-panel", "name": "Codex Panel", - "version": "2.3.1", + "version": "2.3.2", "minAppVersion": "1.12.0", "description": "Codex in your sidebar.", "author": "murashit", diff --git a/package-lock.json b/package-lock.json index 252c6c60..7c10b3e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codex-panel", - "version": "2.3.1", + "version": "2.3.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codex-panel", - "version": "2.3.1", + "version": "2.3.2", "license": "Apache-2.0", "dependencies": { "react": "^18.3.1", diff --git a/package.json b/package.json index 71d24f60..6d264576 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codex-panel", - "version": "2.3.1", + "version": "2.3.2", "description": "Codex in your Obsidian sidebar.", "main": "main.js", "author": "murashit", diff --git a/versions.json b/versions.json index 2ed7d0e6..a207774a 100644 --- a/versions.json +++ b/versions.json @@ -31,5 +31,6 @@ "2.2.1": "1.12.0", "2.2.2": "1.12.0", "2.3.0": "1.12.0", - "2.3.1": "1.12.0" + "2.3.1": "1.12.0", + "2.3.2": "1.12.0" }