Skip to content

Commit 6def6cf

Browse files
chore(release): 1.7.1 [skip ci]
## [1.7.1](v1.7.0...v1.7.1) (2026-04-13) ### Bug Fixes * **codex-switcher:** eliminate redundant _load_accounts calls in pick_first_ready ([1024e95](1024e95)) * deduplicate _decode_jwt_payload — single canonical implementation in codex_switcher ([5e579fe](5e579fe)) * **jobs:** move thread assignment inside lock to prevent race condition ([40a3be2](40a3be2)) * **logger:** use UTC timestamps consistent with rest of codebase ([302dfa1](302dfa1)) * remove redundant Mailbox creation in relogin_worker_email ([883af9b](883af9b)) * **security:** set chmod 0600 on meta.json and index.json files ([08c27af](08c27af)) * **security:** strengthen API key masking — show at most 4 chars for long keys ([545ac15](545ac15)) * **workspace-api:** add pagination to get_members and get_pending_invites ([48229d2](48229d2))
1 parent 2052d8b commit 6def6cf

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [1.7.1](https://github.com/izzzzzi/izTeamSlots/compare/v1.7.0...v1.7.1) (2026-04-13)
2+
3+
4+
### Bug Fixes
5+
6+
* **codex-switcher:** eliminate redundant _load_accounts calls in pick_first_ready ([1024e95](https://github.com/izzzzzi/izTeamSlots/commit/1024e9582137aeaaea43484c94002455160ed37d))
7+
* deduplicate _decode_jwt_payload — single canonical implementation in codex_switcher ([5e579fe](https://github.com/izzzzzi/izTeamSlots/commit/5e579fe44caccf381d47d43484c56b4242589f87))
8+
* **jobs:** move thread assignment inside lock to prevent race condition ([40a3be2](https://github.com/izzzzzi/izTeamSlots/commit/40a3be2ce0937ae6eeef72c508c820d5de2d1029))
9+
* **logger:** use UTC timestamps consistent with rest of codebase ([302dfa1](https://github.com/izzzzzi/izTeamSlots/commit/302dfa1c2c5348fcab11c5606c5eb916ff0b5d26))
10+
* remove redundant Mailbox creation in relogin_worker_email ([883af9b](https://github.com/izzzzzi/izTeamSlots/commit/883af9bd7650c887056885514329b38d6bd5acab))
11+
* **security:** set chmod 0600 on meta.json and index.json files ([08c27af](https://github.com/izzzzzi/izTeamSlots/commit/08c27af9b330fae9f9a6316fd0fc7c6d38813506))
12+
* **security:** strengthen API key masking — show at most 4 chars for long keys ([545ac15](https://github.com/izzzzzi/izTeamSlots/commit/545ac15c4505fa94aff59ef5f1ede2b11a8819c2))
13+
* **workspace-api:** add pagination to get_members and get_pending_invites ([48229d2](https://github.com/izzzzzi/izTeamSlots/commit/48229d209a20593be9693df18f504dba9ee18ddc))
14+
115
# [1.7.0](https://github.com/izzzzzi/izTeamSlots/compare/v1.6.1...v1.7.0) (2026-03-07)
216

317

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "izteamslots",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"description": "ChatGPT Team slot management — automated invite, register, OAuth login & codex token pipeline",
55
"bin": {
66
"izteamslots": "bin/izteamslots.mjs"

0 commit comments

Comments
 (0)