From 3d4454debef4213997c70cca2a2ba737e274afa3 Mon Sep 17 00:00:00 2001 From: murashit Date: Mon, 29 Jun 2026 17:01:40 +0900 Subject: [PATCH] Bump version to 4.0.1 --- .github/release-notes/4.0.1.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.0.1.md diff --git a/.github/release-notes/4.0.1.md b/.github/release-notes/4.0.1.md new file mode 100644 index 00000000..4e6940c1 --- /dev/null +++ b/.github/release-notes/4.0.1.md @@ -0,0 +1,4 @@ +## Changes + +- Fixed wikilink completion so Tab keeps the cursor before the closing brackets for heading references, while Enter accepts the completed link. +- Refreshed the README wording and screenshot. diff --git a/manifest.json b/manifest.json index 607b5a7a..b57fd23e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "codex-panel", "name": "Codex Panel", - "version": "4.0.0", + "version": "4.0.1", "minAppVersion": "1.12.0", "description": "Codex in your sidebar.", "author": "murashit", diff --git a/package-lock.json b/package-lock.json index cd6be97e..d770c537 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codex-panel", - "version": "4.0.0", + "version": "4.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codex-panel", - "version": "4.0.0", + "version": "4.0.1", "license": "Apache-2.0", "dependencies": { "@preact/signals": "^2.9.2", diff --git a/package.json b/package.json index acaca586..86d90c97 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codex-panel", - "version": "4.0.0", + "version": "4.0.1", "description": "Codex in your Obsidian sidebar.", "main": "main.js", "author": "murashit", diff --git a/versions.json b/versions.json index c6d34c37..0a87f9c9 100644 --- a/versions.json +++ b/versions.json @@ -61,5 +61,6 @@ "3.4.4": "1.12.0", "3.4.5": "1.12.0", "3.4.6": "1.12.0", - "4.0.0": "1.12.0" + "4.0.0": "1.12.0", + "4.0.1": "1.12.0" }