From 3b42c1dbd430a329e155dedba81b8116c9dc0a45 Mon Sep 17 00:00:00 2001 From: murashit Date: Tue, 7 Jul 2026 22:50:37 +0900 Subject: [PATCH] Bump version to 4.4.1 --- .github/release-notes/4.4.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/4.4.1.md diff --git a/.github/release-notes/4.4.1.md b/.github/release-notes/4.4.1.md new file mode 100644 index 00000000..6330553c --- /dev/null +++ b/.github/release-notes/4.4.1.md @@ -0,0 +1,5 @@ +## Changes + +- Match Obsidian's tag index and global search behavior for tag completions and rendered tag clicks. +- Show composer context as 0% before a thread starts instead of leaving it blank. +- Harden saved Markdown output for web clips and archived threads with safer YAML frontmatter handling. diff --git a/manifest.json b/manifest.json index ba4af0e0..598bde9d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "codex-panel", "name": "Codex Panel", - "version": "4.4.0", + "version": "4.4.1", "minAppVersion": "1.12.0", "description": "Codex in your sidebar.", "author": "murashit", diff --git a/package-lock.json b/package-lock.json index 6c6cd2e0..1ca15da7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codex-panel", - "version": "4.4.0", + "version": "4.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codex-panel", - "version": "4.4.0", + "version": "4.4.1", "license": "Apache-2.0", "dependencies": { "@preact/signals": "^2.9.2", diff --git a/package.json b/package.json index 5c2e3ed4..ca819d9d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codex-panel", - "version": "4.4.0", + "version": "4.4.1", "description": "Codex in your Obsidian sidebar.", "main": "main.js", "author": "murashit", diff --git a/versions.json b/versions.json index 4daf407d..7a6b3a4b 100644 --- a/versions.json +++ b/versions.json @@ -70,5 +70,6 @@ "4.2.0": "1.12.0", "4.3.0": "1.12.0", "4.3.1": "1.12.0", - "4.4.0": "1.12.0" + "4.4.0": "1.12.0", + "4.4.1": "1.12.0" }