Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## [Windows] 0.55.0 - 2026-08-25

Windows port of upstream CodexBar **0.54.0 → 0.55.0**, plus the Windows Grok OAuth routing fix from issue #362.

### Added
- Command Code: individual-pro-v1 Pro tier with the current monthly credit grant.
- Cursor: Grok Bot usage window and tokscale-compatible local spend import.
- Antigravity: tokscale-compatible local spend, offline conversation fallback, agy authentication guidance, and retired Flash model aliases.
- Kiro: overage limits and charges from GetUsageLimits.
- z.ai: China account balance enrichment.
- Alibaba Token Plan: Personal/Solo SEC_TOKEN dashboard extraction.
- Codex: tokscale-compatible cached-token, bare-usage, stale-snapshot, and reasoning accounting parity.

### Changed
- Usage & Spend refreshes silently when provider data changes and loads independent provider baselines in parallel.
- OpenCodex bulk pricing reuses one shared models.dev pricing snapshot.
- OpenRouter management spend uses completed UTC days for the rolling 30-day window.
- Simplified Chinese session quota labels use explicit whole-hour durations and map weekly-duration windows to the weekly label.
- Agent session names truncate safely in the desktop UI.
- Single-meaningful-quota tray icons use the full meter while multi-quota icons keep distinct lanes.

### Fixed
- Grok preserves unknown-period usage instead of displaying it as zero.
- Grok Auto/OAuth routing works when browser cookies are disabled (#362).
- Alibaba retries successful-but-empty usage responses and sends navigation headers on the dashboard request that renders SEC_TOKEN.
- Gemini shutdown guidance preserves paid/workspace exclusions.

---

## [Windows] 0.54.0 - 2026-08-22

Windows port of upstream CodexBar **0.53.0 → 0.54.0**.
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/desktop-tauri/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "desktop-tauri",
"private": true,
"version": "0.54.0",
"version": "0.55.0",
"packageManager": "pnpm@10.18.1",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop-tauri/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "codexbar-desktop-tauri"
version = "0.54.0"
version = "0.55.0"
edition = "2024"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion apps/desktop-tauri/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "CodexBar Desktop",
"version": "0.54.0",
"version": "0.55.0",
"identifier": "com.codexbar.desktop",
"build": {
"beforeDevCommand": "pnpm run dev",
Expand Down
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "codexbar"
version = "0.54.0"
version = "0.55.0"
edition = "2024"
authors = ["CodexBar Contributors"]
description = "Windows and WSL system tray app for monitoring AI provider usage limits"
Expand Down
2 changes: 1 addition & 1 deletion version.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
MARKETING_VERSION=0.54.0
MARKETING_VERSION=0.55.0
BUILD_NUMBER=90
Loading