mirror of
https://github.com/murashit/codex-panel.git
synced 2026-07-22 06:57:10 +00:00
Bump version to 5.0.0
This commit is contained in:
parent
00402e0d56
commit
84b920d0da
5 changed files with 11 additions and 5 deletions
5
.github/release-notes/5.0.0.md
vendored
Normal file
5
.github/release-notes/5.0.0.md
vendored
Normal 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.
|
||||
|
|
@ -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
4
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue