Bump version to 1.1.0

This commit is contained in:
murashit 2026-05-21 16:27:58 +09:00
parent 8d587b0927
commit 79354bf5aa
5 changed files with 13 additions and 5 deletions

7
.github/release-notes/1.1.0.md vendored Normal file
View file

@ -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.

View file

@ -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",

4
package-lock.json generated
View file

@ -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",

View file

@ -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",

View file

@ -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"
}