diff --git a/.github/release-notes/1.2.2.md b/.github/release-notes/1.2.2.md new file mode 100644 index 00000000..7c09d509 --- /dev/null +++ b/.github/release-notes/1.2.2.md @@ -0,0 +1,5 @@ +## Changes + +- Polished the chat sidebar layout, toolbar alignment, composer sizing, and user-facing copy. +- Show a clear notice when Codex sends unsupported goal-management updates. +- Tightened internal app-server, runtime, and display handling without changing supported workflows. diff --git a/manifest.json b/manifest.json index e419bf7c..312769ba 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "codex-panel", "name": "Codex Panel", - "version": "1.2.1", + "version": "1.2.2", "minAppVersion": "1.12.0", "description": "Run Codex from Obsidian's right sidebar.", "author": "murashit", diff --git a/package-lock.json b/package-lock.json index aad5b45e..986785a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codex-panel", - "version": "1.2.1", + "version": "1.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codex-panel", - "version": "1.2.1", + "version": "1.2.2", "license": "Apache-2.0", "devDependencies": { "@eslint/js": "^9.39.4", diff --git a/package.json b/package.json index 702cea9e..f9e609f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codex-panel", - "version": "1.2.1", + "version": "1.2.2", "description": "Codex in your Obsidian sidebar.", "main": "main.js", "author": "murashit", diff --git a/versions.json b/versions.json index 46d895d4..a158f726 100644 --- a/versions.json +++ b/versions.json @@ -19,5 +19,6 @@ "1.0.0": "1.12.0", "1.1.0": "1.12.0", "1.2.0": "1.12.0", - "1.2.1": "1.12.0" + "1.2.1": "1.12.0", + "1.2.2": "1.12.0" }