From 11f12038b752ea9975c7268b715e7772dd53b332 Mon Sep 17 00:00:00 2001 From: murashit Date: Mon, 25 May 2026 17:14:09 +0900 Subject: [PATCH] Bump version to 2.0.0 --- .github/release-notes/2.0.0.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/2.0.0.md diff --git a/.github/release-notes/2.0.0.md b/.github/release-notes/2.0.0.md new file mode 100644 index 00000000..b2fa5092 --- /dev/null +++ b/.github/release-notes/2.0.0.md @@ -0,0 +1,7 @@ +## Changes + +- Added a dedicated Codex Threads sidebar view for browsing non-archived threads, live open-panel status, and quick resume. +- Restored open Codex Panel threads from Obsidian workspace state without blocking startup. +- Unified thread resume behavior so already-open threads are focused instead of duplicated, while idle empty panels can be reused. +- Renamed the new-chat command and composer action to "Start new chat" and kept empty panels unstarted until the first message is sent. +- Improved thread history, rename, archive, and slash command behavior for clearer thread lifecycle handling. diff --git a/manifest.json b/manifest.json index 1f63b68d..f3c3837c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "codex-panel", "name": "Codex Panel", - "version": "1.2.4", + "version": "2.0.0", "minAppVersion": "1.12.0", "description": "Codex in your sidebar.", "author": "murashit", diff --git a/package-lock.json b/package-lock.json index 35ebc6ad..5f440c08 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codex-panel", - "version": "1.2.4", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codex-panel", - "version": "1.2.4", + "version": "2.0.0", "license": "Apache-2.0", "devDependencies": { "@eslint/js": "^9.39.4", diff --git a/package.json b/package.json index 1b1328b9..6ba96218 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codex-panel", - "version": "1.2.4", + "version": "2.0.0", "description": "Codex in your Obsidian sidebar.", "main": "main.js", "author": "murashit", diff --git a/versions.json b/versions.json index c40cb32d..13c176da 100644 --- a/versions.json +++ b/versions.json @@ -22,5 +22,6 @@ "1.2.1": "1.12.0", "1.2.2": "1.12.0", "1.2.3": "1.12.0", - "1.2.4": "1.12.0" + "1.2.4": "1.12.0", + "2.0.0": "1.12.0" }