Bump version to 1.2.0

This commit is contained in:
murashit 2026-05-22 11:33:15 +09:00
parent 9b1770ee3f
commit c05364addf
5 changed files with 12 additions and 5 deletions

6
.github/release-notes/1.2.0.md vendored Normal file
View 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.

View file

@ -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
View file

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

View file

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

View file

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