From d08a46becfbb0fb45e2a1e6f1bb5b07a96d6004f Mon Sep 17 00:00:00 2001 From: murashit Date: Sat, 16 May 2026 20:24:10 +0900 Subject: [PATCH] Bump version to 0.1.12 --- .github/release-notes/0.1.12.md | 4 ++++ manifest.json | 4 ++-- package-lock.json | 4 ++-- package.json | 4 ++-- versions.json | 3 ++- 5 files changed, 12 insertions(+), 7 deletions(-) create mode 100644 .github/release-notes/0.1.12.md diff --git a/.github/release-notes/0.1.12.md b/.github/release-notes/0.1.12.md new file mode 100644 index 00000000..88154d32 --- /dev/null +++ b/.github/release-notes/0.1.12.md @@ -0,0 +1,4 @@ +## Changes + +- Refreshed the README and project docs to clarify how Codex Panel uses `codex app-server`, the current vault root, and Codex-owned configuration. +- Updated the plugin and repository descriptions for clearer sidebar-focused wording. diff --git a/manifest.json b/manifest.json index a8a266d1..06164909 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { "id": "codex-panel", "name": "Codex Panel", - "version": "0.1.11", + "version": "0.1.12", "minAppVersion": "1.12.0", - "description": "Run Codex from a side panel.", + "description": "Codex in your sidebar.", "author": "murashit", "isDesktopOnly": true } diff --git a/package-lock.json b/package-lock.json index 1d9ed90b..4f565f34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codex-panel", - "version": "0.1.11", + "version": "0.1.12", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codex-panel", - "version": "0.1.11", + "version": "0.1.12", "license": "Apache-2.0", "devDependencies": { "@types/node": "^25.6.0", diff --git a/package.json b/package.json index 205f6081..f0fee391 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "codex-panel", - "version": "0.1.11", - "description": "Obsidian side panel for Codex app-server.", + "version": "0.1.12", + "description": "Codex in your Obsidian sidebar.", "main": "main.js", "author": "murashit", "license": "Apache-2.0", diff --git a/versions.json b/versions.json index 25fec9c1..096c8cca 100644 --- a/versions.json +++ b/versions.json @@ -9,5 +9,6 @@ "0.1.8": "1.12.0", "0.1.9": "1.12.0", "0.1.10": "1.12.0", - "0.1.11": "1.12.0" + "0.1.11": "1.12.0", + "0.1.12": "1.12.0" }