From 189a7f9736d7862b6d6c77bb228b2c5499323145 Mon Sep 17 00:00:00 2001 From: murashit Date: Wed, 3 Jun 2026 06:31:48 +0900 Subject: [PATCH] Bump version to 2.7.1 --- .github/release-notes/2.7.1.md | 5 +++++ manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 5 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 .github/release-notes/2.7.1.md diff --git a/.github/release-notes/2.7.1.md b/.github/release-notes/2.7.1.md new file mode 100644 index 00000000..a22a2459 --- /dev/null +++ b/.github/release-notes/2.7.1.md @@ -0,0 +1,5 @@ +## Changes + +- Highlights the selected and last-focused thread rows with Obsidian active-item styling. +- Keeps fork-and-archive navigation in the current panel instead of opening an extra pane. +- Resets chat thread state more reliably after resume and clear actions. diff --git a/manifest.json b/manifest.json index 1777095d..087ee4f6 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "codex-panel", "name": "Codex Panel", - "version": "2.7.0", + "version": "2.7.1", "minAppVersion": "1.12.0", "description": "Codex in your sidebar.", "author": "murashit", diff --git a/package-lock.json b/package-lock.json index 94d4abe7..880e4f64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codex-panel", - "version": "2.7.0", + "version": "2.7.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codex-panel", - "version": "2.7.0", + "version": "2.7.1", "license": "Apache-2.0", "dependencies": { "preact": "^10.29.2" diff --git a/package.json b/package.json index 8d8ea62e..972ed711 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codex-panel", - "version": "2.7.0", + "version": "2.7.1", "description": "Codex in your Obsidian sidebar.", "main": "main.js", "author": "murashit", diff --git a/versions.json b/versions.json index eacc0465..5e4e3f5a 100644 --- a/versions.json +++ b/versions.json @@ -36,5 +36,6 @@ "2.4.0": "1.12.0", "2.5.0": "1.12.0", "2.6.0": "1.12.0", - "2.7.0": "1.12.0" + "2.7.0": "1.12.0", + "2.7.1": "1.12.0" }