diff --git a/.github/release-notes/3.2.6.md b/.github/release-notes/3.2.6.md new file mode 100644 index 00000000..7542939a --- /dev/null +++ b/.github/release-notes/3.2.6.md @@ -0,0 +1,5 @@ +## Changes + +- Fixed composer resizing after sending a message, including multiline drafts that collapse back to an empty composer. +- Sent resolved Obsidian wikilink paths as additional Codex context so linked notes are easier for Codex to interpret. +- Updated dependencies to address npm audit vulnerabilities. diff --git a/manifest.json b/manifest.json index 681c35f8..935473c7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "codex-panel", "name": "Codex Panel", - "version": "3.2.5", + "version": "3.2.6", "minAppVersion": "1.12.0", "description": "Codex in your sidebar.", "author": "murashit", diff --git a/package-lock.json b/package-lock.json index d2e594d0..18cf7181 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codex-panel", - "version": "3.2.5", + "version": "3.2.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codex-panel", - "version": "3.2.5", + "version": "3.2.6", "license": "Apache-2.0", "dependencies": { "@preact/signals": "^2.9.1", diff --git a/package.json b/package.json index a5946dc0..0619acb1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codex-panel", - "version": "3.2.5", + "version": "3.2.6", "description": "Codex in your Obsidian sidebar.", "main": "main.js", "author": "murashit", diff --git a/versions.json b/versions.json index 6503ad70..6b7209f2 100644 --- a/versions.json +++ b/versions.json @@ -48,5 +48,6 @@ "3.2.2": "1.12.0", "3.2.3": "1.12.0", "3.2.4": "1.12.0", - "3.2.5": "1.12.0" + "3.2.5": "1.12.0", + "3.2.6": "1.12.0" }