diff --git a/.github/release-notes/2.3.0.md b/.github/release-notes/2.3.0.md new file mode 100644 index 00000000..7aa8ece1 --- /dev/null +++ b/.github/release-notes/2.3.0.md @@ -0,0 +1,5 @@ +## Changes + +- Rebuilt the main Codex Panel runtime UI on React-backed components for more consistent rendering and future UI work. +- Polished chat scrolling, toolbar state, thread list spacing, rename inputs, and pending Plan mode prompts. +- Strengthened internal UI state and DOM ownership checks to reduce regressions around live updates and multiple panels. diff --git a/manifest.json b/manifest.json index 159a2a50..257810ac 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "codex-panel", "name": "Codex Panel", - "version": "2.2.2", + "version": "2.3.0", "minAppVersion": "1.12.0", "description": "Codex in your sidebar.", "author": "murashit", diff --git a/package-lock.json b/package-lock.json index b8378955..23b4d717 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codex-panel", - "version": "2.2.2", + "version": "2.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codex-panel", - "version": "2.2.2", + "version": "2.3.0", "license": "Apache-2.0", "dependencies": { "react": "^19.2.6", diff --git a/package.json b/package.json index 942bf5dd..254e03cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codex-panel", - "version": "2.2.2", + "version": "2.3.0", "description": "Codex in your Obsidian sidebar.", "main": "main.js", "author": "murashit", diff --git a/versions.json b/versions.json index 9c9c83c2..80c72f44 100644 --- a/versions.json +++ b/versions.json @@ -29,5 +29,6 @@ "2.1.2": "1.12.0", "2.2.0": "1.12.0", "2.2.1": "1.12.0", - "2.2.2": "1.12.0" + "2.2.2": "1.12.0", + "2.3.0": "1.12.0" }