From 26e65730d4c4e42bf10459aa8e0d77e0e1484d26 Mon Sep 17 00:00:00 2001 From: murashit Date: Mon, 18 May 2026 14:37:45 +0900 Subject: [PATCH] Bump version to 0.2.0 --- .github/release-notes/0.2.0.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/0.2.0.md diff --git a/.github/release-notes/0.2.0.md b/.github/release-notes/0.2.0.md new file mode 100644 index 00000000..f8f6215a --- /dev/null +++ b/.github/release-notes/0.2.0.md @@ -0,0 +1,5 @@ +## Changes + +- Added `Codex Panel: Rewrite selection` for rewriting the current Markdown editor selection from an anchored popover, with rewrite-specific runtime settings, streaming progress, diffs, keyboard shortcuts, and stale-selection protection. +- Improved compatibility tracking for Obsidian and Codex app-server API baselines. +- Refined panel UI details for Obsidian window-aware rendering, diff lines, and composer spacing. diff --git a/manifest.json b/manifest.json index d2998e66..922551aa 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "codex-panel", "name": "Codex Panel", - "version": "0.1.13", + "version": "0.2.0", "minAppVersion": "1.12.0", "description": "Codex in your sidebar.", "author": "murashit", diff --git a/package-lock.json b/package-lock.json index 6b127a28..0cd12611 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codex-panel", - "version": "0.1.13", + "version": "0.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codex-panel", - "version": "0.1.13", + "version": "0.2.0", "license": "Apache-2.0", "devDependencies": { "@types/node": "^25.6.0", diff --git a/package.json b/package.json index 1f977eea..310d1666 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codex-panel", - "version": "0.1.13", + "version": "0.2.0", "description": "Codex in your Obsidian sidebar.", "main": "main.js", "author": "murashit", diff --git a/versions.json b/versions.json index 024b69f5..4beb3ff8 100644 --- a/versions.json +++ b/versions.json @@ -11,5 +11,6 @@ "0.1.10": "1.12.0", "0.1.11": "1.12.0", "0.1.12": "1.12.0", - "0.1.13": "1.12.0" + "0.1.13": "1.12.0", + "0.2.0": "1.12.0" }