Skip to content
Draft
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
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# Changelog

## Unreleased

### Added
- Providers: port CodeRabbit CLI usage, Hugging Face billing usage, Muse Code subscription usage, Nous Portal subscription credits, and Venice web subscription credits ([#566](https://github.com/nesszer/Win-CodexBar/pull/566), [#567](https://github.com/nesszer/Win-CodexBar/pull/567), [#568](https://github.com/nesszer/Win-CodexBar/pull/568), [#569](https://github.com/nesszer/Win-CodexBar/pull/569), [#570](https://github.com/nesszer/Win-CodexBar/pull/570)).
- Providers: port Amp Tier usage with pacing, Devin quota fallback and diagnostics, Mistral subscription allowances, and Azure OpenAI API-version settings ([#515](https://github.com/nesszer/Win-CodexBar/pull/515), [#522](https://github.com/nesszer/Win-CodexBar/pull/522), [#559](https://github.com/nesszer/Win-CodexBar/pull/559), [#558](https://github.com/nesszer/Win-CodexBar/pull/558)).
- Providers: port Cursor team budgets, Codex/Claude source-policy fixes, the transient provider detail carrier, and transient provider inventory plumbing ([#545](https://github.com/nesszer/Win-CodexBar/pull/545), [#541](https://github.com/nesszer/Win-CodexBar/pull/541), [#564](https://github.com/nesszer/Win-CodexBar/pull/564), [#560](https://github.com/nesszer/Win-CodexBar/pull/560)).
- Usage & Spend: add share filtering and export fixes, local timezone windows, and Copilot seat credit fallback ([#549](https://github.com/nesszer/Win-CodexBar/pull/549), [#551](https://github.com/nesszer/Win-CodexBar/pull/551)).
- Usage & Spend: add usage updated hooks, provider usage item visibility, compact and detailed Overview layouts, and Overview PNG sharing ([#575](https://github.com/nesszer/Win-CodexBar/pull/575), [#578](https://github.com/nesszer/Win-CodexBar/pull/578), [#579](https://github.com/nesszer/Win-CodexBar/pull/579), [#581](https://github.com/nesszer/Win-CodexBar/pull/581)).
- Cost: add SSH Codex cost comparison, OpenCodex recorded-provider pricing, Claude session-aware dedup, and cached Codex pricing recovery from source ([#577](https://github.com/nesszer/Win-CodexBar/pull/577), [#516](https://github.com/nesszer/Win-CodexBar/pull/516), [#517](https://github.com/nesszer/Win-CodexBar/pull/517), [#576](https://github.com/nesszer/Win-CodexBar/pull/576)).
- Accounts: add Grok multi-account persistence and usage UI, and managed-home dedup on account switches ([#538](https://github.com/nesszer/Win-CodexBar/pull/538), [#563](https://github.com/nesszer/Win-CodexBar/pull/563)).
- Claude: keep usage and saved accounts through transient OAuth failures, use validated Claude provider windows, and preserve probe settings for usage probes ([#537](https://github.com/nesszer/Win-CodexBar/pull/537), [#572](https://github.com/nesszer/Win-CodexBar/pull/572)).
- Tray: add an optional Always on top setting for the tray flyout ([#527](https://github.com/nesszer/Win-CodexBar/pull/527)).
- Serve: add a Prometheus metrics endpoint with maintainable module structure ([#528](https://github.com/nesszer/Win-CodexBar/pull/528)).

### Changed
- Providers: retain usage through transient transport failures and keep last-good data on refresh failure ([#518](https://github.com/nesszer/Win-CodexBar/pull/518)).
- Codex: use token expiry for OAuth validation instead of rejecting stale refresh timestamps ([#535](https://github.com/nesszer/Win-CodexBar/pull/535)).
- Ports: port the 0.60.4 OpenRouter credits fallback and Codex workspace cache scope ([#514](https://github.com/nesszer/Win-CodexBar/pull/514), [#552](https://github.com/nesszer/Win-CodexBar/pull/552)).
- Ports: port 0.60.5 Kimi Code ratio pools, Codex System Account label redaction, and OpenCode Go Monthly metric ([#543](https://github.com/nesszer/Win-CodexBar/pull/543), [#548](https://github.com/nesszer/Win-CodexBar/pull/548), [#550](https://github.com/nesszer/Win-CodexBar/pull/550)).
- Ports: port Claude 0.60.5 parity fixes, Antigravity foreign-database history, and validated Codex windows during historical catch-up ([#542](https://github.com/nesszer/Win-CodexBar/pull/542), [#546](https://github.com/nesszer/Win-CodexBar/pull/546), [#547](https://github.com/nesszer/Win-CodexBar/pull/547)).

### Fixed
- Claude: when Hide Personal Info is enabled, keep saved account rows distinguishable with stable localized `Account N` labels and matching redacted tooltips ([#555](https://github.com/nesszer/Win-CodexBar/pull/555)).
- Claude: reconcile account switches through activating, reconciling, and settled phases before reporting success ([#573](https://github.com/nesszer/Win-CodexBar/pull/573)).
- Qwen: show an explicit `Weekly` label for weekly-only plans instead of a generic usage label ([#534](https://github.com/nesszer/Win-CodexBar/pull/534)).
- Antigravity: fall back to structured CLI usage when the local probe is inconclusive ([#526](https://github.com/nesszer/Win-CodexBar/pull/526)).
- Azure OpenAI: raise the reasoning-model liveness probe budget so reasoning models pass validation ([#525](https://github.com/nesszer/Win-CodexBar/pull/525)).
- SSH: preserve username case in session hosts ([#554](https://github.com/nesszer/Win-CodexBar/pull/554)).

---

## [Windows] 0.61.0 - Unreleased

Windows port of upstream CodexBar **0.60.3 → 0.61.0**: new subscription and
Expand Down