From 2c2746688e26dad44c75a6e417a7b044982b4826 Mon Sep 17 00:00:00 2001 From: murashit Date: Thu, 4 Jun 2026 11:10:14 +0900 Subject: [PATCH] Bump version to 2.8.1 --- .github/release-notes/2.8.1.md | 4 ++++ manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 5 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 .github/release-notes/2.8.1.md diff --git a/.github/release-notes/2.8.1.md b/.github/release-notes/2.8.1.md new file mode 100644 index 00000000..02d7cede --- /dev/null +++ b/.github/release-notes/2.8.1.md @@ -0,0 +1,4 @@ +## Changes + +- Refines toolbar and thread list controls to better match Obsidian navigation styling. +- Stabilizes selected, hover, and focus states across chat and thread list rows. diff --git a/manifest.json b/manifest.json index 7daa0289..51cb2627 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "codex-panel", "name": "Codex Panel", - "version": "2.8.0", + "version": "2.8.1", "minAppVersion": "1.12.0", "description": "Codex in your sidebar.", "author": "murashit", diff --git a/package-lock.json b/package-lock.json index 9af57c0d..405b3a12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codex-panel", - "version": "2.8.0", + "version": "2.8.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codex-panel", - "version": "2.8.0", + "version": "2.8.1", "license": "Apache-2.0", "dependencies": { "preact": "^10.29.2" diff --git a/package.json b/package.json index 066df6a1..e16637c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codex-panel", - "version": "2.8.0", + "version": "2.8.1", "description": "Codex in your Obsidian sidebar.", "main": "main.js", "author": "murashit", diff --git a/versions.json b/versions.json index b1b2e86e..1032c231 100644 --- a/versions.json +++ b/versions.json @@ -38,5 +38,6 @@ "2.6.0": "1.12.0", "2.7.0": "1.12.0", "2.7.1": "1.12.0", - "2.8.0": "1.12.0" + "2.8.0": "1.12.0", + "2.8.1": "1.12.0" }