diff --git a/.github/release-notes/1.1.0.md b/.github/release-notes/1.1.0.md new file mode 100644 index 00000000..70ef67c5 --- /dev/null +++ b/.github/release-notes/1.1.0.md @@ -0,0 +1,7 @@ +## Changes + +- Improved slash command results with structured status, diagnostics, MCP, model, effort, and help output. +- Added timestamps to archived thread transcript sections. +- Collapsed long user messages in the panel so later responses and work logs stay easier to scan. +- Rendered streaming Codex responses as Markdown. +- Made diagnostics, config, and tool details easier to select and copy. diff --git a/manifest.json b/manifest.json index 3f5b3a13..24bff1b2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "codex-panel", "name": "Codex Panel", - "version": "1.0.0", + "version": "1.1.0", "minAppVersion": "1.12.0", "description": "Codex in your sidebar.", "author": "murashit", diff --git a/package-lock.json b/package-lock.json index 75c83031..1e662026 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codex-panel", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codex-panel", - "version": "1.0.0", + "version": "1.1.0", "license": "Apache-2.0", "devDependencies": { "@types/node": "^25.6.0", diff --git a/package.json b/package.json index 22d99789..ca8ed718 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codex-panel", - "version": "1.0.0", + "version": "1.1.0", "description": "Codex in your Obsidian sidebar.", "main": "main.js", "author": "murashit", diff --git a/versions.json b/versions.json index b3ae929e..777c481e 100644 --- a/versions.json +++ b/versions.json @@ -16,5 +16,6 @@ "0.3.0": "1.12.0", "0.3.1": "1.12.0", "0.3.2": "1.12.0", - "1.0.0": "1.12.0" + "1.0.0": "1.12.0", + "1.1.0": "1.12.0" }