From 376c8e4f7ae40ef0156e63540cd9745617b8764e Mon Sep 17 00:00:00 2001 From: murashit Date: Sun, 24 May 2026 21:05:48 +0900 Subject: [PATCH] Bump version to 1.2.4 --- .github/release-notes/1.2.4.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/1.2.4.md diff --git a/.github/release-notes/1.2.4.md b/.github/release-notes/1.2.4.md new file mode 100644 index 00000000..0fcf2c41 --- /dev/null +++ b/.github/release-notes/1.2.4.md @@ -0,0 +1,5 @@ +## Changes + +- Improved startup responsiveness when Obsidian restores an open Codex Panel. +- Delayed heavier connection diagnostics until after the panel is usable. +- Refined panel styling tokens and CSS validation for more consistent builds. diff --git a/manifest.json b/manifest.json index 8a13e02b..1f63b68d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "codex-panel", "name": "Codex Panel", - "version": "1.2.3", + "version": "1.2.4", "minAppVersion": "1.12.0", "description": "Codex in your sidebar.", "author": "murashit", diff --git a/package-lock.json b/package-lock.json index 1d2e4e75..35ebc6ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codex-panel", - "version": "1.2.3", + "version": "1.2.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codex-panel", - "version": "1.2.3", + "version": "1.2.4", "license": "Apache-2.0", "devDependencies": { "@eslint/js": "^9.39.4", diff --git a/package.json b/package.json index dc01bd04..1b1328b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codex-panel", - "version": "1.2.3", + "version": "1.2.4", "description": "Codex in your Obsidian sidebar.", "main": "main.js", "author": "murashit", diff --git a/versions.json b/versions.json index 1f651b70..c40cb32d 100644 --- a/versions.json +++ b/versions.json @@ -21,5 +21,6 @@ "1.2.0": "1.12.0", "1.2.1": "1.12.0", "1.2.2": "1.12.0", - "1.2.3": "1.12.0" + "1.2.3": "1.12.0", + "1.2.4": "1.12.0" }