Skip to content

Commit 82b7b6c

Browse files
committed
发布 SPACE 列版本\n\n- 发布,SPACE 列与当前账号置顶布局的正式版本\n- 更新,README 与 release notes 对齐到 v0.1.7\n- 保持,Homebrew 与 GitHub Release 使用同一版本号
1 parent d4b54a1 commit 82b7b6c

4 files changed

Lines changed: 43 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ See [CONTRIBUTING.md](./CONTRIBUTING.md).
156156

157157
Current recommended release notes:
158158

159-
- [v0.1.6 Release Notes](docs/releases/v0.1.6.md)
159+
- [v0.1.7 Release Notes](docs/releases/v0.1.7.md)
160160

161161
## License
162162

README_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ CJFCodexSwitcher/
153153

154154
当前推荐版本 release notes:
155155

156-
- [v0.1.6 Release Notes](docs/releases/v0.1.6.md)
156+
- [v0.1.7 Release Notes](docs/releases/v0.1.7.md)
157157

158158
## License
159159

docs/releases/v0.1.7.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# CJFCodexSwitcher v0.1.7
2+
3+
This release ships the restored `SPACE` column on top of the current mainline UX and publishes the same behavior through GitHub Release, Homebrew, and local installation.
4+
5+
## Highlights
6+
7+
- Restored the `SPACE` column using workspace metadata from auth claims
8+
- Kept the current active-account UX:
9+
- active account stays at the top
10+
- active account stays visually separated from the remaining rows
11+
- Preserved the current remaining-count based ranking logic
12+
- Includes Windows restart support after account switching
13+
- Keeps the Homebrew installation bootstrap fix for `pip`, `setuptools`, and `wheel`
14+
15+
## Installation
16+
17+
### Homebrew
18+
19+
```bash
20+
brew tap mileson/cjfcodexswitcher && brew upgrade cjfcodexswitcher
21+
```
22+
23+
### pipx
24+
25+
```bash
26+
pipx install --force git+https://github.com/mileson/CJFCodexSwitcher.git
27+
```
28+
29+
## Verification
30+
31+
- `python3 -m py_compile codex_switcher.py`
32+
- `codex-switcher --list --json` includes workspace fields such as `workspace_title` and `workspace_display`
33+
- The live TUI shows the `SPACE` column while keeping the active-account-first layout
34+
- Homebrew formula is updated to the same release tag
35+
36+
## How To Use
37+
38+
- Run `codex-switcher`
39+
- Check the `SPACE` column to see the primary workspace label
40+
- Use `#` to switch accounts and keep using the active-account-first layout

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "codex-switcher"
7-
version = "0.1.6"
7+
version = "0.1.7"
88
description = "Codex account switcher with live quota inspection and agent-friendly CLI commands"
99
readme = "README.md"
1010
requires-python = ">=3.8"

0 commit comments

Comments
 (0)