From 84b920d0da0fd9491841a55709b3202324b80276 Mon Sep 17 00:00:00 2001 From: murashit Date: Tue, 14 Jul 2026 10:35:43 +0900 Subject: [PATCH] Bump version to 5.0.0 --- .github/release-notes/5.0.0.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/5.0.0.md diff --git a/.github/release-notes/5.0.0.md b/.github/release-notes/5.0.0.md new file mode 100644 index 00000000..042d0669 --- /dev/null +++ b/.github/release-notes/5.0.0.md @@ -0,0 +1,5 @@ +## Changes + +- Replace `/clip` with `/web [message]` for temporary web context without saving a note. For durable archives—especially rendered or signed-in pages—use Obsidian Web Clipper and reference the saved note. +- Improve hook controls so trusting a hook no longer enables it automatically, and only trusted unmanaged hooks can be enabled or disabled. +- Prevent an in-flight automatic thread title from overwriting a newer manual rename. diff --git a/manifest.json b/manifest.json index a07812bd..f7bd66b2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "codex-panel", "name": "Codex Panel", - "version": "4.7.1", + "version": "5.0.0", "minAppVersion": "1.12.0", "description": "Codex in your sidebar.", "author": "murashit", diff --git a/package-lock.json b/package-lock.json index 7973a009..f842f5cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codex-panel", - "version": "4.7.1", + "version": "5.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codex-panel", - "version": "4.7.1", + "version": "5.0.0", "license": "Apache-2.0", "dependencies": { "@preact/signals": "^2.9.2", diff --git a/package.json b/package.json index ac6bb90e..b8f71aae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codex-panel", - "version": "4.7.1", + "version": "5.0.0", "description": "Codex in your Obsidian sidebar.", "main": "main.js", "author": "murashit", diff --git a/versions.json b/versions.json index e0aaa5da..ca6fc2d1 100644 --- a/versions.json +++ b/versions.json @@ -78,5 +78,6 @@ "4.6.0": "1.12.0", "4.6.1": "1.12.0", "4.7.0": "1.12.0", - "4.7.1": "1.12.0" + "4.7.1": "1.12.0", + "5.0.0": "1.12.0" }