Skip to content

Releases: Finesssee/Win-CodexBar

Win-CodexBar 0.37.0

20 Jun 13:38
0d3ef88

Choose a tag to compare

Win-CodexBar 0.37.0 ports upstream provider updates and Windows/Tauri parity improvements.

Highlights:

  • Added Chutes, LiteLLM, Poe, Devin, and Zed providers.
  • Added Bedrock CloudWatch activity, Cursor usage fallbacks, Codex reset-credit hints, and optional Copilot budget JSON windows.
  • Added settings UI support for the new provider extras.

Local validation passed before release: Rust tests, Tauri tests, clippy, frontend build, and Windows release packaging.

Win-CodexBar 0.33.3

15 Jun 09:41

Choose a tag to compare

Win-CodexBar 0.33.3

Patch release with the latest tray/floating-bar UI updates, weekly usage budget pacing, and Windows-applicable upstream provider improvements from CodexBar v0.35.0.

Added

  • Weekly on-pace usage budget details for Codex usage.
  • Kimi Code API usage support with API-key/env configuration and web-cookie fallback in Auto mode.
  • MiMo paid/granted balance breakdown when the provider exposes both values.

Improved

  • Floating bar widget styling from PR #75.
  • Kimi usage parsing for official time-unit enums, string numeric values, and nullable limits.

Validation

  • cargo fmt --manifest-path rust\Cargo.toml --all
  • cargo fmt --manifest-path apps\desktop-tauri\src-tauri\Cargo.toml --all
  • cargo test --manifest-path rust\Cargo.toml
  • cargo test --manifest-path apps\desktop-tauri\src-tauri\Cargo.toml
  • Windows portable release build completed successfully.

Checksums

  • CodexBar-0.33.3-portable.exe: $hash

Note: This release publishes the portable executable only; installer packaging was skipped for this build.

Win-CodexBar 0.33.2

11 Jun 17:59

Choose a tag to compare

Win-CodexBar 0.33.2

Patch release for tray-panel dismissal behavior from #85.

Fixed

  • Hide the tray panel when it loses focus, matching normal tray-popover behavior.
  • Allow Escape to dismiss the tray panel without quitting the app.
  • Prevent the tray icon click that caused a blur-dismiss from immediately reopening the panel.

Validation

  • cargo test --manifest-path apps/desktop-tauri/src-tauri/Cargo.toml tray
  • pnpm --dir apps/desktop-tauri exec vitest run src/surfaces/TrayPanel.test.tsx --reporter=dot
  • pnpm --dir apps/desktop-tauri run build
  • Windows release build completed successfully.
  • Windows smoke install/uninstall passed.
  • Installed CLI reported codexbar 0.33.2.

Checksums

  • CodexBar-0.33.2-Setup.exe: 5119fb36e806de569e4f3481e651816b41e1fa4be3863b8608c983afed7254d9
  • CodexBar-0.33.2-portable.exe: f6f4bf4c7e597fe9d40939ff0c356dcab432c43574ac7df0cce621b2a2c98d97

Win-CodexBar 0.33.1

11 Jun 12:47

Choose a tag to compare

Win-CodexBar 0.33.1

Patch release for GitHub Copilot quota display.

Fixed

  • Preserve GitHub Copilot over-budget quota values when GitHub reports negative remaining quota.
  • Show values such as 115% used instead of clamping the text to 100%.
  • Keep progress bars visually capped at full width while preserving true overage percentages in tray, pop-out, provider sidebar, and settings details.

Validation

  • Windows release build completed from v0.33.1.
  • Silent install/uninstall smoke test passed.
  • Installed CLI reported codexbar 0.33.1.
  • Copilot parser tests passed on Windows.
  • Tauri frontend build passed on Windows.

Win-CodexBar 0.33.0

11 Jun 06:56

Choose a tag to compare

Win-CodexBar 0.33.0

This release ports the upstream CodexBar 0.33.0 provider and cost-accounting fixes to the Windows/Tauri build.

Added

  • Japanese is now available as a selectable interface language in Settings.

Changed

  • Provider HTTP clients now use a shared same-origin redirect guard for credentialed requests.
  • Claude local cost estimates now include updated Fable 5, Opus 4.6, Sonnet 4.6, and 1-hour cache-write pricing.

Fixed

  • Doubao no longer shows false exhausted request usage when Ark returns unreliable successful 0 remaining rate-limit headers.
  • Preserves the upstream 0.33.0 Copilot unlimited-chat and Antigravity untracked-quota behavior already present in the Windows port.

Validation

  • Windows cargo test --manifest-path rust/Cargo.toml --lib: 414 passed.
  • Windows cargo test --manifest-path apps/desktop-tauri/src-tauri/Cargo.toml: 239 passed.
  • Windows pnpm --dir apps/desktop-tauri run build: passed.
  • Windows release packaging with silent install/uninstall smoke: passed.
  • Windows UI smoke captured tray panel and Settings General; Settings shows English, 中文, and 日本語.

Checksums

  • CodexBar-0.33.0-Setup.exe: 220d29445c4e1d88b7aba5442200f159de42161c8650c2936cec1897a8936c85
  • CodexBar-0.33.0-portable.exe: 65bbf9f65b1f230a05c908229f7b5fa522651c62589131486d3051d88269f366

Win-CodexBar v0.32.9

10 Jun 17:49

Choose a tag to compare

Fixed

  • Apply Display settings changes to the native tray immediately after saving, including tray metric mode, highest-usage selection, percent icon mode, provider metric preferences, and enabled-provider changes.
  • Make the Show provider icons setting affect the tray and pop-out provider switcher grids instead of only being stored.
  • Make Show percent in tray render a real numeric tray icon.
  • Make Tray icon mode affect native tray status rows by switching between a single summary row and per-provider rows.
  • Shorten native tray tooltip reset text to relative countdowns such as resets in 2h 05m and bound long tooltip lines so Windows does not trim provider status text mid-line.

Validation

  • Local Rust tray bridge and tooltip tests passed.
  • Windows release build completed from tag v0.32.9.
  • Windows silent install/uninstall smoke test passed.
  • Installer and portable assets are attached with SHA-256 sidecars.

Win-CodexBar v0.32.8

09 Jun 09:02

Choose a tag to compare

Win-CodexBar 0.32.8

This release fixes the Windows stale refresh / silent CLI diagnostics issue reported in #80.

Changed

  • Installed builds now ship codexbar.exe as the console CLI and codexbar-desktop.exe as the tray app.
  • Start Menu and desktop shortcuts launch the tray app, while terminal commands use the real CLI.
  • Windows release packaging now builds the console CLI every time.

Fixed

  • Provider auto-refresh now runs from the Tauri backend even when the tray panel is closed and the floating bar is disabled.
  • refresh_interval_secs = 0 still keeps refresh manual-only.
  • Background refresh avoids overlapping an already-running provider refresh.
  • Windows smoke install now verifies installed CLI --version and --help output.

Validation

  • cargo fmt --all --check
  • cargo test --manifest-path rust/Cargo.toml cli
  • cargo test --manifest-path apps/desktop-tauri/src-tauri/Cargo.toml
  • Windows installer smoke test: install, CLI version/help output, Start Menu shortcut, uninstall

Release assets will be attached after Windows-native build validation completes.

Win-CodexBar v0.32.7

08 Jun 10:54

Choose a tag to compare

Win-CodexBar v0.32.7

Added

  • Expanded Alibaba Coding Plan support with selectable Singapore, US, Germany, Hong Kong, and China Mainland regions.

Changed

  • Routed Alibaba Coding Plan cookies, dashboard links, gateway requests, and SEC_TOKEN caching through a canonical region model so region behavior stays consistent.

Fixed

  • Fixed Cursor usage percentages by trusting Cursor's totalPercentUsed, autoPercentUsed, and apiPercentUsed fields as 0-100 percentages instead of recalculating or multiplying them.
  • Kept Cursor bonus-credit breakdown totals from distorting fallback percentage calculations.

Windows installer and portable assets will be attached after Windows-native build validation completes.

Win-CodexBar v0.32.6

05 Jun 08:11

Choose a tag to compare

Win-CodexBar v0.32.6

Patch release focused on Windows tray startup, layout stability, and provider refresh responsiveness.

Changed

  • Reveal the Windows tray panel only after the frontend completes its first layout pass, avoiding the blank backing-frame flash on tray startup.
  • Lazy-load heavier secondary surfaces so first tray activation does not compete with Settings, Pop Out, or Floating Bar module startup.
  • Limit concurrent provider refreshes and emit provider-updated events after releasing the provider-cache lock to reduce refresh contention.
  • Keep tray and pop-out provider ordering aligned with the configured provider catalog order.

Fixed

  • Restore the full bootstrap bridge contract for surface modes, commands, and events.
  • Keep dense tray overview layout visible while provider data is still loading.
  • Handle surface-state mutex errors at the Tauri command boundary instead of panicking.
  • Fix NanoGPT monthly-only usage parsing.

Assets

  • CodexBar-0.32.6-Setup.exe
  • CodexBar-0.32.6-portable.exe
  • SHA-256 sidecars for both assets

Validation

  • macOS/local: frontend tests, frontend build, shared Rust tests, Tauri Rust tests.
  • Windows-native: release build from tag v0.32.6, installer packaging, SHA-256 sidecars, silent install/uninstall smoke test.

Win-CodexBar 0.32.5

02 Jun 12:04

Choose a tag to compare

Win-CodexBar 0.32.5

Targeted provider fix release.

Fixed

  • GitHub Copilot Business token-based billing zero-entitlement quota rows are now treated as unavailable instead of showing misleading 0% used usage.
  • Percent-only Copilot quota snapshots and fully consumed positive-entitlement quotas remain supported.
  • OpenAI Web login and Cloudflare blocking states are prioritized over public-route detection so blocked dashboard responses are not misclassified.

Validation

  • Windows release build completed successfully.
  • Silent installer smoke install and uninstall passed.
  • SHA-256 sidecars verified for installer and portable artifacts.