Bump version to 5.0.0

This commit is contained in:
murashit 2026-07-14 10:35:43 +09:00
parent 00402e0d56
commit 84b920d0da
5 changed files with 11 additions and 5 deletions

5
.github/release-notes/5.0.0.md vendored Normal file
View file

@ -0,0 +1,5 @@
## Changes
- Replace `/clip` with `/web <url> [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.

View file

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

4
package-lock.json generated
View file

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

View file

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

View file

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