From 617937e02f9e1ad649d856b25b9ea1004e6f7b13 Mon Sep 17 00:00:00 2001 From: Yuxin Qiao <104957188+Yuxin-Qiao@users.noreply.github.com> Date: Thu, 28 May 2026 01:32:08 +0800 Subject: [PATCH] Add missed v0.30.0 release notes entries --- CHANGELOG.md | 3 +++ appcast.xml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfce44ab85..f91bbf71cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,11 +12,14 @@ - Antigravity: show the complete per-model quota breakdown alongside the existing summary lanes (#1139). Thanks @guhyun9454! - Widget: show tertiary usage rows for providers that expose a third quota lane (#1160). Thanks @LeoLin990405! - DeepSeek: show optional web-session usage and cost summaries alongside the balance card (#1166). Thanks @Yuxin-Qiao! +- OpenAI: add project usage scoping via OPENAI_PROJECT_ID or providers[].workspaceID so costs and completions usage can be filtered by project (#1168). ### Fixed - App shutdown: detach status items, close tracked menus, and cancel menu tasks before quit so Dock autohide stays responsive on macOS 26.5 (#1174). Thanks @jskoiz! - Widgets: package the macOS widget as a real Xcode app-extension target so WidgetKit descriptors load on macOS 26.5 (#1095). Thanks @jamesjlopez! - Menu: render quota-warning markers as subtle inset ticks instead of full-height bars (#1149). +- Menu: handle provider switcher Cmd-number and left/right shortcuts while the menu is open, keeping the menu open after switching (#1157). +- Codex: fix forked child session token replay overcounting when inherited token snapshots are present (#1164). - Codex: show sign-in guidance when the Codex CLI is logged out instead of reporting a temporary usage outage (#1171, fixes #1170). Thanks @jskoiz! - Menu bar: clear stale hidden macOS status-item visibility defaults once before creating CodexBar items (#1169). - StepFun: refresh expired Oasis tokens and persist recovered manual sessions. Thanks @LeoLin990405! diff --git a/appcast.xml b/appcast.xml index ce102f4559..b79d41445b 100644 --- a/appcast.xml +++ b/appcast.xml @@ -16,12 +16,15 @@
  • Antigravity: show the complete per-model quota breakdown alongside the existing summary lanes (#1139). Thanks @guhyun9454!
  • Widget: show tertiary usage rows for providers that expose a third quota lane (#1160). Thanks @LeoLin990405!
  • DeepSeek: show optional web-session usage and cost summaries alongside the balance card (#1166). Thanks @Yuxin-Qiao!
  • +
  • OpenAI: add project usage scoping via OPENAI_PROJECT_ID or providers[].workspaceID so costs and completions usage can be filtered by project (#1168).
  • Fixed