diff --git a/.github/release-notes/3.2.2.md b/.github/release-notes/3.2.2.md new file mode 100644 index 00000000..525a3b77 --- /dev/null +++ b/.github/release-notes/3.2.2.md @@ -0,0 +1,6 @@ +## Changes + +- Improves chat scroll behavior when reopening, refocusing, sending, or receiving messages. +- Keeps the chat view steadier while longer drafts grow in the composer. +- Smooths spacing between the toolbar, goal banner, and messages. +- Includes internal cleanup with no intended behavior changes. diff --git a/manifest.json b/manifest.json index 36cc55c1..0625f919 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "codex-panel", "name": "Codex Panel", - "version": "3.2.1", + "version": "3.2.2", "minAppVersion": "1.12.0", "description": "Codex in your sidebar.", "author": "murashit", diff --git a/package-lock.json b/package-lock.json index d04009ea..390bbf1a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codex-panel", - "version": "3.2.1", + "version": "3.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codex-panel", - "version": "3.2.1", + "version": "3.2.2", "license": "Apache-2.0", "dependencies": { "@tanstack/virtual-core": "3.17.0", diff --git a/package.json b/package.json index f57080b5..d60febca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codex-panel", - "version": "3.2.1", + "version": "3.2.2", "description": "Codex in your Obsidian sidebar.", "main": "main.js", "author": "murashit", diff --git a/versions.json b/versions.json index cedbb07c..539bafe0 100644 --- a/versions.json +++ b/versions.json @@ -44,5 +44,6 @@ "3.1.0": "1.12.0", "3.1.1": "1.12.0", "3.2.0": "1.12.0", - "3.2.1": "1.12.0" + "3.2.1": "1.12.0", + "3.2.2": "1.12.0" }