diff --git a/.github/release-notes/2.7.0.md b/.github/release-notes/2.7.0.md new file mode 100644 index 00000000..9d3b4805 --- /dev/null +++ b/.github/release-notes/2.7.0.md @@ -0,0 +1,6 @@ +## Changes + +- Aligns slash commands with Codex CLI by replacing `/new` with `/clear` and making `/auto-review` a standalone toggle. +- Groups `/help` output by command type. +- Improves composer edge scrolling for visually wrapped lines and keeps chat pinned to the latest message as the composer resizes. +- Renders resolved `$skill` references more clearly in user messages without changing copied text. diff --git a/manifest.json b/manifest.json index 312b3163..1777095d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "codex-panel", "name": "Codex Panel", - "version": "2.6.0", + "version": "2.7.0", "minAppVersion": "1.12.0", "description": "Codex in your sidebar.", "author": "murashit", diff --git a/package-lock.json b/package-lock.json index 07fde719..94d4abe7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codex-panel", - "version": "2.6.0", + "version": "2.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codex-panel", - "version": "2.6.0", + "version": "2.7.0", "license": "Apache-2.0", "dependencies": { "preact": "^10.29.2" diff --git a/package.json b/package.json index 3c1d121f..8d8ea62e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codex-panel", - "version": "2.6.0", + "version": "2.7.0", "description": "Codex in your Obsidian sidebar.", "main": "main.js", "author": "murashit", diff --git a/versions.json b/versions.json index ea64928e..eacc0465 100644 --- a/versions.json +++ b/versions.json @@ -35,5 +35,6 @@ "2.3.2": "1.12.0", "2.4.0": "1.12.0", "2.5.0": "1.12.0", - "2.6.0": "1.12.0" + "2.6.0": "1.12.0", + "2.7.0": "1.12.0" }