chore(release): 5.1.2

This commit is contained in:
murashit 2026-07-21 14:38:58 +09:00
parent 03305a47ef
commit 381e2a5467
5 changed files with 12 additions and 5 deletions

6
.github/release-notes/5.1.2.md vendored Normal file
View file

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

View file

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

4
package-lock.json generated
View file

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

View file

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

View file

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