From d8ebfcda078bde77badb34b7f26e2618632153d5 Mon Sep 17 00:00:00 2001 From: NessZerra <90105158+Finesssee@users.noreply.github.com> Date: Tue, 8 Sep 2026 19:39:22 +0700 Subject: [PATCH] Release v0.56.8 --- CHANGELOG.md | 28 ++++++++++++++++++++ Cargo.lock | 4 +-- apps/desktop-tauri/package.json | 2 +- apps/desktop-tauri/src-tauri/Cargo.toml | 2 +- apps/desktop-tauri/src-tauri/tauri.conf.json | 2 +- rust/Cargo.toml | 2 +- version.env | 2 +- 7 files changed, 35 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c183937ac..4c7235672a 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/Cargo.lock b/Cargo.lock index c228c49a33..77098dfe32 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -655,7 +655,7 @@ checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9" [[package]] name = "codexbar" -version = "0.55.0" +version = "0.56.8" dependencies = [ "aes-gcm", "anyhow", @@ -695,7 +695,7 @@ dependencies = [ [[package]] name = "codexbar-desktop-tauri" -version = "0.55.0" +version = "0.56.8" dependencies = [ "chrono", "codexbar", diff --git a/apps/desktop-tauri/package.json b/apps/desktop-tauri/package.json index dd9e83435b..dc92860dd0 100644 --- a/apps/desktop-tauri/package.json +++ b/apps/desktop-tauri/package.json @@ -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": { diff --git a/apps/desktop-tauri/src-tauri/Cargo.toml b/apps/desktop-tauri/src-tauri/Cargo.toml index b7cd47da5a..13accddfe7 100644 --- a/apps/desktop-tauri/src-tauri/Cargo.toml +++ b/apps/desktop-tauri/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "codexbar-desktop-tauri" -version = "0.55.0" +version = "0.56.8" edition = "2024" publish = false diff --git a/apps/desktop-tauri/src-tauri/tauri.conf.json b/apps/desktop-tauri/src-tauri/tauri.conf.json index 6f7616e17a..3007f59ed4 100644 --- a/apps/desktop-tauri/src-tauri/tauri.conf.json +++ b/apps/desktop-tauri/src-tauri/tauri.conf.json @@ -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", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 62c7449b3b..7742a5f73d 100755 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -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" diff --git a/version.env b/version.env index f8f072586f..ace8667d2f 100755 --- a/version.env +++ b/version.env @@ -1,2 +1,2 @@ -MARKETING_VERSION=0.55.0 +MARKETING_VERSION=0.56.8 BUILD_NUMBER=90