From 4ec70bc556fa62ffa267d3eecc63b4acf04927bc Mon Sep 17 00:00:00 2001 From: murashit Date: Wed, 20 May 2026 18:22:32 +0900 Subject: [PATCH] Bump version to 1.0.0 --- .github/release-notes/1.0.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/1.0.0.md diff --git a/.github/release-notes/1.0.0.md b/.github/release-notes/1.0.0.md new file mode 100644 index 00000000..3cce5150 --- /dev/null +++ b/.github/release-notes/1.0.0.md @@ -0,0 +1,5 @@ +Codex Panel 1.0 declares the current sidebar workflows stable, including persistent conversations, approvals, Plan mode, diagnostics, wikilink file mentions, archive-to-note, and selection rewrites. + +## Changes + +- Added `/archive` so active or selected Codex threads can be archived from the composer with the same recent-thread completion used by `/resume` and `/refer`. diff --git a/manifest.json b/manifest.json index 89edb669..3f5b3a13 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "codex-panel", "name": "Codex Panel", - "version": "0.3.2", + "version": "1.0.0", "minAppVersion": "1.12.0", "description": "Codex in your sidebar.", "author": "murashit", diff --git a/package-lock.json b/package-lock.json index 9ee278f1..75c83031 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codex-panel", - "version": "0.3.2", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codex-panel", - "version": "0.3.2", + "version": "1.0.0", "license": "Apache-2.0", "devDependencies": { "@types/node": "^25.6.0", diff --git a/package.json b/package.json index 7aae7470..22d99789 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codex-panel", - "version": "0.3.2", + "version": "1.0.0", "description": "Codex in your Obsidian sidebar.", "main": "main.js", "author": "murashit", diff --git a/versions.json b/versions.json index c246399b..b3ae929e 100644 --- a/versions.json +++ b/versions.json @@ -15,5 +15,6 @@ "0.2.0": "1.12.0", "0.3.0": "1.12.0", "0.3.1": "1.12.0", - "0.3.2": "1.12.0" + "0.3.2": "1.12.0", + "1.0.0": "1.12.0" }