From 86510efbcaf2c03fdaef565bc1d3756131cbffe4 Mon Sep 17 00:00:00 2001 From: murashit Date: Sun, 17 May 2026 17:22:19 +0900 Subject: [PATCH] Bump version to 0.1.13 --- .github/release-notes/0.1.13.md | 7 +++++++ manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 5 files changed, 13 insertions(+), 5 deletions(-) create mode 100644 .github/release-notes/0.1.13.md diff --git a/.github/release-notes/0.1.13.md b/.github/release-notes/0.1.13.md new file mode 100644 index 00000000..b5373e2c --- /dev/null +++ b/.github/release-notes/0.1.13.md @@ -0,0 +1,7 @@ +## Changes + +- Added composer support for enabled Codex skill mentions. +- Added capability diagnostics for Codex app-server operations. +- Added an action for turning proposed plans into implementation prompts. +- Open Markdown links to existing vault files directly in Obsidian. +- Clarified rollback and file diff behavior in the README. diff --git a/manifest.json b/manifest.json index 06164909..d2998e66 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "codex-panel", "name": "Codex Panel", - "version": "0.1.12", + "version": "0.1.13", "minAppVersion": "1.12.0", "description": "Codex in your sidebar.", "author": "murashit", diff --git a/package-lock.json b/package-lock.json index 4f565f34..6b4ee2bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codex-panel", - "version": "0.1.12", + "version": "0.1.13", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codex-panel", - "version": "0.1.12", + "version": "0.1.13", "license": "Apache-2.0", "devDependencies": { "@types/node": "^25.6.0", diff --git a/package.json b/package.json index f0fee391..92fca5c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codex-panel", - "version": "0.1.12", + "version": "0.1.13", "description": "Codex in your Obsidian sidebar.", "main": "main.js", "author": "murashit", diff --git a/versions.json b/versions.json index 096c8cca..024b69f5 100644 --- a/versions.json +++ b/versions.json @@ -10,5 +10,6 @@ "0.1.9": "1.12.0", "0.1.10": "1.12.0", "0.1.11": "1.12.0", - "0.1.12": "1.12.0" + "0.1.12": "1.12.0", + "0.1.13": "1.12.0" }