diff --git a/.github/release-notes/3.2.0.md b/.github/release-notes/3.2.0.md new file mode 100644 index 00000000..ece7135d --- /dev/null +++ b/.github/release-notes/3.2.0.md @@ -0,0 +1,5 @@ +## Changes + +- Adds Codex goal management to the panel, including an active goal banner with edit, pause, resume, and clear actions. +- Adds `/goal` slash commands for showing, setting, editing, pausing, resuming, and clearing the active thread goal. +- Lets expanded long user messages collapse again when clicking outside them. diff --git a/manifest.json b/manifest.json index 37cb1ab0..0d275db6 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "codex-panel", "name": "Codex Panel", - "version": "3.1.1", + "version": "3.2.0", "minAppVersion": "1.12.0", "description": "Codex in your sidebar.", "author": "murashit", diff --git a/package-lock.json b/package-lock.json index de20a9a7..c2655268 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codex-panel", - "version": "3.1.1", + "version": "3.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codex-panel", - "version": "3.1.1", + "version": "3.2.0", "license": "Apache-2.0", "dependencies": { "preact": "^10.29.2" diff --git a/package.json b/package.json index 93c2132a..26c3737b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codex-panel", - "version": "3.1.1", + "version": "3.2.0", "description": "Codex in your Obsidian sidebar.", "main": "main.js", "author": "murashit", diff --git a/versions.json b/versions.json index 7d40bdac..a8b07e71 100644 --- a/versions.json +++ b/versions.json @@ -42,5 +42,6 @@ "2.8.1": "1.12.0", "3.0.0": "1.12.0", "3.1.0": "1.12.0", - "3.1.1": "1.12.0" + "3.1.1": "1.12.0", + "3.2.0": "1.12.0" }