Skip to content

Releases: cixiangtao/codex-usage

CodexUsage v1.0.23

Choose a tag to compare

@github-actions github-actions released this 10 Aug 10:48
bd91b15

安装

下载 DMG 后,将 CodexUsage.app 拖入“应用程序”文件夹。ZIP 是 DMG 无法使用时的备用包。

当前构建使用 ad-hoc 签名,尚未使用 Developer ID 签名或 Apple 公证。请在安装前核对
SHA256SUMS.txt;如果 macOS 阻止打开,请在“系统设置 → 隐私与安全性”中确认来源后放行。

What's Changed

  • ci(release): enforce PR-gated Actions publishing by @cixiangtao in #1
  • ci(release): automate release pull requests by @cixiangtao in #3
  • ci(deps): reduce Dependabot update noise by @cixiangtao in #4
  • build(deps): bump @types/node from 24.13.2 to 24.13.3 in the routine-bun-updates group by @dependabot[bot] in #5
  • fix(deps): keep Actions majors manual by @cixiangtao in #6
  • docs(public): add English-primary bilingual documentation by @cixiangtao in #8
  • chore(release): v1.0.23 by @cixiangtao-release-controller[bot] in #7

New Contributors

  • @dependabot[bot] made their first contribution in #5
  • @cixiangtao-release-controller[bot] made their first contribution in #7

Full Changelog: v1.0.22...v1.0.23

CodexUsage v1.0.22

Choose a tag to compare

@github-actions github-actions released this 06 Aug 10:28

修复每日用量统计:正确识别子代理/分叉会话,去除重复的父会话 Token 前缀,显著提高与官方统计的一致性。

CodexUsage v1.0.21

Choose a tag to compare

@github-actions github-actions released this 05 Aug 03:00

更新内容

  • 修复每日用量图表跨天后仍显示前一天日期的问题。
  • 将图表默认读数调整为当前 7/14/30 天所选范围的日均用量。
  • 在 README 中新增脱敏的主面板和设置界面预览。

CodexUsage v1.0.20

Choose a tag to compare

@github-actions github-actions released this 02 Aug 15:00

更新内容

  • 采用 MIT License,并补充安全政策、贡献指南及 Issue/PR 模板。
  • 在 DMG 和 ZIP 的 App Bundle 中包含项目许可证与第三方声明。
  • CI 与 Release 流程新增许可证随包一致性校验。
  • 统一应用版权主体为 cixiangtao。

CodexUsage v1.0.19

Choose a tag to compare

@github-actions github-actions released this 02 Aug 13:11
  • 修复 DMG/ZIP 下载版启动时无法加载 Swift 资源包的问题。
  • 将应用资源按标准 macOS bundle 结构放入 Contents/Resources,同时保持严格代码签名有效。
  • CI 与 Release 新增真实应用启动检查,覆盖 .app、ZIP 和公开下载后的 DMG。

发布包采用 ad-hoc 签名;若 macOS 首次打开时拦截,请在“系统设置 → 隐私与安全性”中确认打开。

CodexUsage v1.0.18(已弃用)

Choose a tag to compare

@github-actions github-actions released this 02 Aug 13:00

⚠️ 此版本下载包存在启动失败问题,请下载 v1.0.19 或更高版本。

  • 将应用更新与发布渠道完全迁移到 GitHub Releases。
  • 新增 DMG 安装包,打开后可直接拖入“应用程序”。
  • 保留 ZIP 自动更新包,并为 DMG 与 ZIP 提供 SHA-256 校验。

发布包采用 ad-hoc 签名;若 macOS 首次打开时拦截,请在“系统设置 → 隐私与安全性”中确认打开。

CodexUsage v1.0.17

Choose a tag to compare

@cixiangtao cixiangtao released this 02 Aug 12:46

将菜单栏 GIF 与像素动画迁移到 Core Animation 独立图层,保留原有帧率和 CPU 联动体验,消除逐帧按钮重绘带来的持续 CPU 占用。