mirror of
https://github.com/murashit/codex-panel.git
synced 2026-07-22 06:57:10 +00:00
Bump version to 1.1.0
This commit is contained in:
parent
8d587b0927
commit
79354bf5aa
5 changed files with 13 additions and 5 deletions
7
.github/release-notes/1.1.0.md
vendored
Normal file
7
.github/release-notes/1.1.0.md
vendored
Normal 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.
|
||||
|
|
@ -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
4
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue