mirror of
https://github.com/murashit/codex-panel.git
synced 2026-07-22 06:57:10 +00:00
Bump version to 1.2.0
This commit is contained in:
parent
9b1770ee3f
commit
c05364addf
5 changed files with 12 additions and 5 deletions
6
.github/release-notes/1.2.0.md
vendored
Normal file
6
.github/release-notes/1.2.0.md
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
## Changes
|
||||
|
||||
- Added an approval auto-review toggle for subsequent turns.
|
||||
- Improved app-server approval prompts, including network-rule decisions from newer Codex CLI releases.
|
||||
- Updated Codex app-server compatibility and tested CLI coverage for Codex CLI 0.133.0.
|
||||
- Refined runtime, status, doctor, and diagnostics displays so active thread settings and pending overrides are clearer.
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "codex-panel",
|
||||
"name": "Codex Panel",
|
||||
"version": "1.1.0",
|
||||
"version": "1.2.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.1.0",
|
||||
"version": "1.2.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "codex-panel",
|
||||
"version": "1.1.0",
|
||||
"version": "1.2.0",
|
||||
"license": "Apache-2.0",
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.39.4",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "codex-panel",
|
||||
"version": "1.1.0",
|
||||
"version": "1.2.0",
|
||||
"description": "Codex in your Obsidian sidebar.",
|
||||
"main": "main.js",
|
||||
"author": "murashit",
|
||||
|
|
|
|||
|
|
@ -17,5 +17,6 @@
|
|||
"0.3.1": "1.12.0",
|
||||
"0.3.2": "1.12.0",
|
||||
"1.0.0": "1.12.0",
|
||||
"1.1.0": "1.12.0"
|
||||
"1.1.0": "1.12.0",
|
||||
"1.2.0": "1.12.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue