Skip to content

Commit 1edb5c0

Browse files
authored
chore: prepare v2.1.11 release
Bumps codex-multi-auth to 2.1.11 and adds release notes for the marketplace icon update.
1 parent 128f09c commit 1edb5c0

6 files changed

Lines changed: 28 additions & 8 deletions

File tree

.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codex-multi-auth",
3-
"version": "2.1.10",
3+
"version": "2.1.11",
44
"description": "Install and operate codex-multi-auth for the official @openai/codex CLI with multi-account OAuth rotation, switching, health checks, and recovery tools.",
55
"interface": {
66
"composerIcon": "./assets/codex-multi-auth-icon.svg"

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -383,8 +383,9 @@ codex-multi-auth doctor --json
383383

384384
## Release Notes
385385

386-
- Current stable: [docs/releases/v2.1.10.md](docs/releases/v2.1.10.md)
387-
- Previous stable: [docs/releases/v2.1.9.md](docs/releases/v2.1.9.md)
386+
- Current stable: [docs/releases/v2.1.11.md](docs/releases/v2.1.11.md)
387+
- Previous stable: [docs/releases/v2.1.10.md](docs/releases/v2.1.10.md)
388+
- Earlier stable: [docs/releases/v2.1.9.md](docs/releases/v2.1.9.md)
388389
- Earlier stable: [docs/releases/v2.1.8.md](docs/releases/v2.1.8.md)
389390
- Earlier stable: [docs/releases/v2.1.7.md](docs/releases/v2.1.7.md)
390391
- Earlier stable: [docs/releases/v2.1.6.md](docs/releases/v2.1.6.md)

docs/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ Public documentation for the `codex-multi-auth` Codex CLI multi-account OAuth ma
3232

3333
| Document | Focus |
3434
| --- | --- |
35-
| [releases/v2.1.10.md](releases/v2.1.10.md) | Current stable release notes |
36-
| [releases/v2.1.9.md](releases/v2.1.9.md) | Prior stable release notes |
35+
| [releases/v2.1.11.md](releases/v2.1.11.md) | Current stable release notes |
36+
| [releases/v2.1.10.md](releases/v2.1.10.md) | Prior stable release notes |
37+
| [releases/v2.1.9.md](releases/v2.1.9.md) | Earlier stable release notes |
3738
| [releases/v2.1.8.md](releases/v2.1.8.md) | Earlier stable release notes |
3839
| [releases/v2.1.7.md](releases/v2.1.7.md) | Earlier stable release notes |
3940
| [releases/v2.1.6.md](releases/v2.1.6.md) | Earlier stable release notes |

docs/releases/v2.1.11.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# v2.1.11
2+
3+
Patch release for the Codex marketplace icon update. The package now ships a self-contained SVG composer icon, the plugin manifest advertises it for marketplace display, and a manifest integrity test keeps the plugin metadata aligned with the package release version.
4+
5+
## Marketplace
6+
7+
### Improvements
8+
9+
- Added `assets/codex-multi-auth-icon.svg`, a small vector icon designed for Codex marketplace and composer surfaces.
10+
- Added `interface.composerIcon` to `.codex-plugin/plugin.json` so marketplace scanners and curated plugin lists can display the icon.
11+
- Kept the icon path repository-root relative, matching the Codex plugin scanner and the curated marketplace ingestion path.
12+
13+
## Release Hygiene
14+
15+
### Improvements
16+
17+
- Added a focused plugin manifest integrity test that validates JSON parsing, package-version parity, and icon path resolution.
18+
- Bumped package and plugin manifest versions to `2.1.11` for the icon release.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codex-multi-auth",
3-
"version": "2.1.10",
3+
"version": "2.1.11",
44
"description": "Codex CLI multi-account OAuth manager with account switching, health checks, runtime rotation, diagnostics, and recovery tools for @openai/codex",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)