Bump version to 2.5.0

This commit is contained in:
murashit 2026-05-31 19:17:19 +09:00
parent dfae09dc2c
commit 3de5315612
5 changed files with 11 additions and 5 deletions

5
.github/release-notes/2.5.0.md vendored Normal file
View file

@ -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.

View file

@ -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",

4
package-lock.json generated
View file

@ -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"

View file

@ -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",

View file

@ -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"
}