From 9c04b5723ce8f7a1c43e37ac92029a77cc894a94 Mon Sep 17 00:00:00 2001 From: murashit Date: Fri, 22 May 2026 12:59:04 +0900 Subject: [PATCH] Bump version to 1.2.1 --- .github/release-notes/1.2.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/1.2.1.md diff --git a/.github/release-notes/1.2.1.md b/.github/release-notes/1.2.1.md new file mode 100644 index 00000000..11859e77 --- /dev/null +++ b/.github/release-notes/1.2.1.md @@ -0,0 +1,4 @@ +## Changes + +- Fixed toolbar state for auto-review and fast mode when those defaults come from Codex configuration. +- Improved status diagnostics for runtime config values used by toolbar controls. diff --git a/manifest.json b/manifest.json index 4c31cb9d..33c68c09 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "codex-panel", "name": "Codex Panel", - "version": "1.2.0", + "version": "1.2.1", "minAppVersion": "1.12.0", "description": "Codex in your sidebar.", "author": "murashit", diff --git a/package-lock.json b/package-lock.json index 6682880b..a61e6a6d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codex-panel", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codex-panel", - "version": "1.2.0", + "version": "1.2.1", "license": "Apache-2.0", "devDependencies": { "@eslint/js": "^9.39.4", diff --git a/package.json b/package.json index 5ef9893e..38c8c720 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codex-panel", - "version": "1.2.0", + "version": "1.2.1", "description": "Codex in your Obsidian sidebar.", "main": "main.js", "author": "murashit", diff --git a/versions.json b/versions.json index 5fc361e5..46d895d4 100644 --- a/versions.json +++ b/versions.json @@ -18,5 +18,6 @@ "0.3.2": "1.12.0", "1.0.0": "1.12.0", "1.1.0": "1.12.0", - "1.2.0": "1.12.0" + "1.2.0": "1.12.0", + "1.2.1": "1.12.0" }