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
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## [Windows] 0.56.8 - 2026-09-08

Windows release aligned to the reviewed upstream CodexBar **0.56.8** behavior baseline, plus Windows-specific reliability, account-switching, UI, browser-import, and release-pipeline improvements landed since 0.55.0.

### Added
- Saved Codex and Claude accounts with account switching from Settings and the native tray menu.
- Antigravity local token-history reporting, improved quota selection, and bounded historical scanning.
- Expanded Codex usage/cost history, reasoning-token accounting, reset diagnostics, and privacy-aware Usage & Spend reporting.
- Claude Desktop/session discovery and localized model-specific weekly quota labels.

### Changed
- Codex account switching now separates credential storage, fetch coordination, and restart orchestration from the HTTP API and Tauri command layers.
- Tray account actions are isolated behind a dedicated tray-account controller instead of growing the shared tray bridge.
- Windows typography, Settings layout, and tray/pop-out usage-card layout are split into focused surface styles.
- pnpm is pinned at 11.25.0 from one canonical package-manager declaration used by the release tooling.

### Fixed
- Codex preserves authenticated HTTP permission failures instead of misclassifying 403 responses as expired credentials, including PAT paths.
- Claude refresh can adopt changed fresh Windows Credential Manager credentials when the default file credential is expired.
- Copilot account reuse is identity-first, preventing legacy labels from replacing a different verified GitHub account.
- Kiro usage enrichment follows the validated profile ARN region and fails closed for unsupported regions.
- Codex bundled CLI discovery and desktop restart/account-switch flows are more reliable on Windows.
- Brave App-Bound Encryption cookie import reports the Windows limitation clearly instead of implying a generic cookie failure.
- Ollama browser-cookie import tries viable browser sources without letting one failed source hide another valid source.
- Minimax API-key quota retrieval uses the provider API rather than treating browser cookies as the only usable path.

---

## [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.
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.55.0",
"version": "0.56.8",
"packageManager": "pnpm@11.25.0",
"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.55.0"
version = "0.56.8"
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.55.0",
"version": "0.56.8",
"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.55.0"
version = "0.56.8"
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.55.0
MARKETING_VERSION=0.56.8
BUILD_NUMBER=90