From ee93b0c8104e6672069d3a582a5520c00e5a204d Mon Sep 17 00:00:00 2001 From: murashit Date: Sun, 5 Jul 2026 13:45:05 +0900 Subject: [PATCH] Bump version to 4.2.0 --- .github/release-notes/4.2.0.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/4.2.0.md diff --git a/.github/release-notes/4.2.0.md b/.github/release-notes/4.2.0.md new file mode 100644 index 00000000..2798d6c8 --- /dev/null +++ b/.github/release-notes/4.2.0.md @@ -0,0 +1,4 @@ +## Changes + +- Added an opt-in **Reference active note on send** setting that references the current Obsidian note when sending from the composer without changing the prompt text. +- Renamed sent-message context metadata to `Context · n items`, with implicit active-note context shown as `Active note · path/to/note.md`. diff --git a/manifest.json b/manifest.json index 4fd41281..e201f2c4 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "codex-panel", "name": "Codex Panel", - "version": "4.1.2", + "version": "4.2.0", "minAppVersion": "1.12.0", "description": "Codex in your sidebar.", "author": "murashit", diff --git a/package-lock.json b/package-lock.json index 5a749665..6ceddfb2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codex-panel", - "version": "4.1.2", + "version": "4.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codex-panel", - "version": "4.1.2", + "version": "4.2.0", "license": "Apache-2.0", "dependencies": { "@preact/signals": "^2.9.2", diff --git a/package.json b/package.json index 39f45500..4883463f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codex-panel", - "version": "4.1.2", + "version": "4.2.0", "description": "Codex in your Obsidian sidebar.", "main": "main.js", "author": "murashit", diff --git a/versions.json b/versions.json index 011bccca..0ae2d5b0 100644 --- a/versions.json +++ b/versions.json @@ -66,5 +66,6 @@ "4.0.2": "1.12.0", "4.1.0": "1.12.0", "4.1.1": "1.12.0", - "4.1.2": "1.12.0" + "4.1.2": "1.12.0", + "4.2.0": "1.12.0" }