diff --git a/.github/release-notes/2.5.0.md b/.github/release-notes/2.5.0.md new file mode 100644 index 00000000..f1bdd85a --- /dev/null +++ b/.github/release-notes/2.5.0.md @@ -0,0 +1,5 @@ +## Changes + +- Improved composer suggestions for slash commands and thread/model completions. +- Improved the connection error shown when Codex cannot be started. +- Switched the panel UI to Preact to improve Obsidian Community review compatibility, and improved stylesheet handling. diff --git a/manifest.json b/manifest.json index beca134f..a5f7fc35 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "codex-panel", "name": "Codex Panel", - "version": "2.4.0", + "version": "2.5.0", "minAppVersion": "1.12.0", "description": "Codex in your sidebar.", "author": "murashit", diff --git a/package-lock.json b/package-lock.json index b5f0bc09..6a27f0b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codex-panel", - "version": "2.4.0", + "version": "2.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codex-panel", - "version": "2.4.0", + "version": "2.5.0", "license": "Apache-2.0", "dependencies": { "preact": "^10.29.2" diff --git a/package.json b/package.json index a5489aac..ee4701f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codex-panel", - "version": "2.4.0", + "version": "2.5.0", "description": "Codex in your Obsidian sidebar.", "main": "main.js", "author": "murashit", diff --git a/versions.json b/versions.json index 911f2bd9..0f49eaf2 100644 --- a/versions.json +++ b/versions.json @@ -33,5 +33,6 @@ "2.3.0": "1.12.0", "2.3.1": "1.12.0", "2.3.2": "1.12.0", - "2.4.0": "1.12.0" + "2.4.0": "1.12.0", + "2.5.0": "1.12.0" }