Skip to content

Releases: cnlimiter/codex-manager

v1.1.3

28 Mar 08:41

Choose a tag to compare

OpenAI 账号管理系统 v2

下载说明

平台 文件
Windows x64 codex-register-v2-windows-x64.exe
Linux x64 codex-register-v2-linux-x64
macOS ARM64 codex-register-v2-macos-arm64

使用方法

# Linux/macOS 需要先赋予执行权限
chmod +x codex-register-*

# 启动 Web UI
./codex-register

# 指定端口
./codex-register --port 8080

# 调试模式(热重载)
./codex-register --debug

# 设置 Web UI 访问密钥
./codex-register --access-password mypassword

What's Changed

  • feat: 支持 cloud-mail 自部署邮箱服务 by @ZHOUKAILIAN in #105
  • fix: validate NEWAPI token input across UI and API by @MisonL in #109
  • fix: 修复导入邮箱和现有账号场景下重复命中旧验证码的问题 by @ZHOUKAILIAN in #106
  • fixbug: 在 f-string 中统一使用单引号替代双引号,避免嵌套引号问题 by @hhhaiai in #111

New Contributors

Full Changelog: v1.1.2...v1.1.3

v1.1.2

25 Mar 16:34

Choose a tag to compare

OpenAI 账号管理系统 v2

下载说明

平台 文件
Windows x64 codex-register-v2-windows-x64.exe
Linux x64 codex-register-v2-linux-x64
macOS ARM64 codex-register-v2-macos-arm64

使用方法

# Linux/macOS 需要先赋予执行权限
chmod +x codex-register-*

# 启动 Web UI
./codex-register

# 指定端口
./codex-register --port 8080

# 调试模式(热重载)
./codex-register --debug

# 设置 Web UI 访问密钥
./codex-register --access-password mypassword

What's Changed

  • feat: support proxy_url in CPA auth files by @starsalwaysineyes in #51
  • fix: 修复 OAuth token 刷新一次性令牌报错及批量验证卡死问题 by @yunxilyf in #53
  • Fix template rendering with Starlette 1.0 by @magisk317 in #72
  • fix: consolidated protocol restoration, playwright removal and port conflict fix by @MisonL in #78
  • fix: avoid reading six-digit email domains as OTPs by @ZHOUKAILIAN in #83
  • feat(newapi): 上传目标支持 newApi 接入 by @asasugar in #89
  • feat: add Codex auth login and export flow by @haq426-163 in #93

New Contributors

Full Changelog: v1.0.9...v1.1.2

v1.1.1

22 Mar 18:41

Choose a tag to compare

OpenAI 账号管理系统 v2

下载说明

平台 文件
Windows x64 codex-register-v2-windows-x64.exe
Linux x64 codex-register-v2-linux-x64
macOS ARM64 codex-register-v2-macos-arm64

使用方法

# Linux/macOS 需要先赋予执行权限
chmod +x codex-register-*

# 启动 Web UI
./codex-register

# 指定端口
./codex-register --port 8080

# 调试模式(热重载)
./codex-register --debug

# 设置 Web UI 访问密钥
./codex-register --access-password mypassword

Full Changelog: v1.1.0...v1.1.1

v1.1.0

22 Mar 12:22

Choose a tag to compare

OpenAI 自动注册系统 v2

下载说明

平台 文件
Windows x64 codex-register-windows-x64.exe
Linux x64 codex-register-linux-x64
macOS ARM64 codex-register-macos-arm64

使用方法

# Linux/macOS 需要先赋予执行权限
chmod +x codex-register-*

# 启动 Web UI
./codex-register

# 指定端口
./codex-register --port 8080

# 调试模式(热重载)
./codex-register --debug

# 设置 Web UI 访问密钥
./codex-register --access-password mypassword

What's Changed

New Contributors

Full Changelog: v1.0.9...v1.1.0

v1.0.9

20 Mar 07:50

Choose a tag to compare

OpenAI 自动注册系统 v2

下载说明

平台 文件
Windows x64 codex-register-windows-x64.exe
Linux x64 codex-register-linux-x64
macOS ARM64 codex-register-macos-arm64

使用方法

# Linux/macOS 需要先赋予执行权限
chmod +x codex-register-*

# 启动 Web UI
./codex-register

# 指定端口
./codex-register --port 8080

# 调试模式(热重载)
./codex-register --debug

# 设置 Web UI 访问密钥
./codex-register --access-password mypassword

What's Changed

  • feat: 支持 Docker 部署和环境变量配置 by @yunxilyf in #44

Full Changelog: v1.0.8...v1.0.9

v1.0.8

19 Mar 16:19
713fefa

Choose a tag to compare

OpenAI 自动注册系统 v2

下载说明

平台 文件
Windows x64 codex-register-windows-x64.exe
Linux x64 codex-register-linux-x64
macOS ARM64 codex-register-macos-arm64

使用方法

# Linux/macOS 需要先赋予执行权限
chmod +x codex-register-*

# 启动 Web UI
./codex-register

# 指定端口
./codex-register --port 8080

# 调试模式(热重载)
./codex-register --debug

# 设置 Web UI 访问密钥
./codex-register --access-password mypassword

What's Changed

  • 1、邮箱服务增加duckmail协议;2、解决cpa上传测试成功,但是实际上传失败的问题;3、前端静态资源增加版本号 by @rockxsj in #33
  • feat: 新增 freemail 邮箱服务渠道支持 by @yunxilyf in #37

New Contributors

Full Changelog: v1.0.7...v1.0.8

v1.0.7

18 Mar 16:16

Choose a tag to compare

OpenAI 自动注册系统 v2

下载说明

平台 文件
Windows x64 codex-register-windows-x64.exe
Linux x64 codex-register-linux-x64
macOS ARM64 codex-register-macos-arm64

使用方法

# Linux/macOS 需要先赋予执行权限
chmod +x codex-register-*

# 启动 Web UI
./codex-register

# 指定端口
./codex-register --port 8080

# 调试模式(热重载)
./codex-register --debug

# 设置 Web UI 访问密钥
./codex-register --access-password mypassword

What's Changed

New Contributors

Full Changelog: v1.0.6...v1.0.7

v1.0.6

17 Mar 10:38

Choose a tag to compare

OpenAI 自动注册系统 v2

下载说明

平台 文件
Windows x64 codex-register-windows-x64.exe
Linux x64 codex-register-linux-x64
macOS ARM64 codex-register-macos-arm64

使用方法

# Linux/macOS 需要先赋予执行权限
chmod +x codex-register-*

# 启动 Web UI
./codex-register

# 指定端口
./codex-register --port 8080

# 调试模式(热重载)
./codex-register --debug

# 设置 Web UI 访问密钥
./codex-register --access-password mypassword

What's Changed

  • 增加打开页面时的密码验证以及支持远程PG数据库 by @pigracing in #14

New Contributors

Full Changelog: v1.0.5...v1.0.6

v1.0.5

17 Mar 07:18

Choose a tag to compare

OpenAI/Codex CLI 自动注册系统

下载说明

平台 文件
Windows x64 codex-register-windows-x64.exe
Linux x64 codex-register-linux-x64
macOS ARM64 codex-register-macos-arm64

使用方法

# Linux/macOS 需要先赋予执行权限
chmod +x codex-register-*

# 启动 Web UI
./codex-register

# 指定端口
./codex-register --port 8080

What's Changed

  • Fix version format in pyproject.toml by @magisk317 in #9
  • fix: avoid matching 6-digit numbers inside email addresses by @Senkoi in #10

New Contributors

Full Changelog: v1.0.4...v1.0.5

v1.0.4

16 Mar 11:41

Choose a tag to compare

OpenAI/Codex CLI 自动注册系统

下载说明

平台 文件
Windows x64 codex-register-windows-x64.exe
Linux x64 codex-register-linux-x64
macOS ARM64 codex-register-macos-arm64

使用方法

# Linux/macOS 需要先赋予执行权限
chmod +x codex-register-*

# 启动 Web UI
./codex-register

# 指定端口
./codex-register --port 8080

What's Changed

  • feat: 添加 Docker 支持及部署教程 by @db52 in #5

New Contributors

  • @db52 made their first contribution in #5

Full Changelog: v1.0.3...v1.0.4