From 381e2a5467c9b9981f705b33388edbbf6cde673c Mon Sep 17 00:00:00 2001 From: murashit Date: Tue, 21 Jul 2026 14:38:58 +0900 Subject: [PATCH] chore(release): 5.1.2 --- .github/release-notes/5.1.2.md | 6 ++++++ manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 5 files changed, 12 insertions(+), 5 deletions(-) create mode 100644 .github/release-notes/5.1.2.md diff --git a/.github/release-notes/5.1.2.md b/.github/release-notes/5.1.2.md new file mode 100644 index 00000000..da733a8f --- /dev/null +++ b/.github/release-notes/5.1.2.md @@ -0,0 +1,6 @@ +## Changes + +- Thread rename and auto-name controls now prevent conflicting edits while work is in progress, and cancelling auto-name returns to the existing draft. +- Actions with known unmet prerequisites are now disabled before execution, including unavailable auto-name and selection rewrite actions. +- Thread operation errors no longer appear as entries in navigation lists. +- Resumed conversations now hide Codex Panel's internal context metadata while preserving their context attachments. diff --git a/manifest.json b/manifest.json index 793b147a..6614cd18 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "codex-panel", "name": "Codex Panel", - "version": "5.1.1", + "version": "5.1.2", "minAppVersion": "1.12.0", "description": "Codex in your sidebar.", "author": "murashit", diff --git a/package-lock.json b/package-lock.json index 64d4bbfd..a3c49b1c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codex-panel", - "version": "5.1.1", + "version": "5.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codex-panel", - "version": "5.1.1", + "version": "5.1.2", "license": "Apache-2.0", "dependencies": { "@tanstack/query-core": "^5.101.2", diff --git a/package.json b/package.json index 15eb76e1..d4112800 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codex-panel", - "version": "5.1.1", + "version": "5.1.2", "description": "Codex in your Obsidian sidebar.", "main": "main.js", "author": "murashit", diff --git a/versions.json b/versions.json index 3d70b915..690b718b 100644 --- a/versions.json +++ b/versions.json @@ -85,5 +85,6 @@ "5.0.3": "1.12.0", "5.0.4": "1.12.0", "5.1.0": "1.12.0", - "5.1.1": "1.12.0" + "5.1.1": "1.12.0", + "5.1.2": "1.12.0" }