From 242dcbe395a2adc2c7ba2b7cf85c0d4501533c03 Mon Sep 17 00:00:00 2001 From: NessZerra <90105158+Finesssee@users.noreply.github.com> Date: Sun, 20 Sep 2026 02:54:10 +0700 Subject: [PATCH] docs: reconcile Win-CodexBar 0.61.0 release notes --- CHANGELOG.md | 40 ++++++++++++++++++++++++++++++++++++++-- version.env | 4 ++-- 2 files changed, 40 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1d2ed3f74..88c0f6fa53 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,45 @@ # Changelog -## Unreleased +## [Windows] 0.61.0 - Unreleased + +Windows port aligned to upstream CodexBar **0.61.0**, including the provider, +usage-detail, account, and CLI changes represented by the open Windows port PRs. + +### Highlights + +- **Nous Portal support:** track monthly subscription credits and purchased balances through the existing Hermes login. +- **More complete allowances:** show Mistral API and Vibe Code allowances, Venice subscription credits, Grok reset coupons, and Hugging Face billing details. +- **Richer spending details:** show DeepSeek spend per model, OpenRouter Activity, Replicate monthly spend, and provider history in CLI output. +- **Clearer account switching:** refresh Codex cards while menus remain open and distinguish Claude switching from refresh reconciliation. +- **Steadier menu-bar layout:** preserve provider positions and align multiword labels in crowded switchers. ### Added -- Grok: Settings and tray **Add account** flow matching Codex/Claude — isolated `grok login --oauth`, save current CLI login, switch, and remove without logging out the active session. + +- Azure OpenAI: expose OpenAI-compatible v1 selection in Settings and the CLI ([#558](https://github.com/nesszer/Win-CodexBar/pull/558)). +- CodeRabbit: report bounded CLI review counts and billing state without inventing quotas ([#566](https://github.com/nesszer/Win-CodexBar/pull/566)). +- DeepSeek: report per-model spend with its billing currency and period ([#556](https://github.com/nesszer/Win-CodexBar/pull/556)). +- Grok: show usage-limit reset coupons and expiry dates from the billing account ([#562](https://github.com/nesszer/Win-CodexBar/pull/562)). +- Hugging Face: show Inference Providers charges and optional ZeroGPU quota with isolated token-account identity ([#567](https://github.com/nesszer/Win-CodexBar/pull/567)). +- Mistral: show included API and Vibe Code allowances beside spend and credits ([#559](https://github.com/nesszer/Win-CodexBar/pull/559)). +- Muse Code: show five-hour and weekly subscription quotas through the existing CLI login ([#568](https://github.com/nesszer/Win-CodexBar/pull/568)). +- Nous Portal: show monthly subscription credits and purchased balances through the existing Hermes login ([#569](https://github.com/nesszer/Win-CodexBar/pull/569)). +- OpenRouter: show uncapped pay-as-you-go spending, prepaid balance, and account Activity summaries ([#557](https://github.com/nesszer/Win-CodexBar/pull/557)). +- Replicate: show monthly inference spend and optional prepaid credits with browser-session recovery and manual-cookie support ([#570](https://github.com/nesszer/Win-CodexBar/pull/570)). +- Venice: show subscription credits, monthly spending, bank cap, and refill dates through the explicit Web source ([#565](https://github.com/nesszer/Win-CodexBar/pull/565)). + +### Fixed + +- Codex: refresh the selected account card while its menu stays open, preserving submenus and account ownership. +- Claude: distinguish account switching from refresh reconciliation and retain active-account inspection during credential repair. +- Claude: apply the Remote Control startup override to direct CLI usage fallbacks while preserving settings precedence. +- Menu bar: preserve saved icon positions when hiding or removing status items, quitting, and recovering from display changes. +- Switcher: keep multiword provider names aligned with adjacent icons and labels while preserving accessibility text. +- OpenRouter: retain spend history when reasoning tokens exceed completion tokens and ignore deprecated rate-limit metadata. +- OpenRouter: distinguish invalid responses from network failures in credits, key-quota, and Activity diagnostics. +- Antigravity: preserve useful source outcomes and avoid misleading OAuth-fallback wording in usage and diagnose output. +- Devin: honor the selected organization and import only Devin browser sessions using current decoded credentials. +- Sharing: retain recognized gateway model families and reporting dates while preserving provider attribution. +- CLI: show provider-supplied history and totals with correct periods, currencies, and known zero values. --- diff --git a/version.env b/version.env index 215163a393..5b2c340e38 100755 --- a/version.env +++ b/version.env @@ -1,2 +1,2 @@ -MARKETING_VERSION=0.60.3 -BUILD_NUMBER=91 +MARKETING_VERSION=0.61.0 +BUILD_NUMBER=149