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

## [Windows] 0.45.2 - 2026-07-21

Windows port of upstream CodexBar **0.43.0 → 0.45.2** (providers, CLI, cost, and settings surfaces).
macOS-only shell polish (menu-bar layout editor, widgets, full hooks UI chrome) remains deferred.

### Added
- Providers: ZenMux, ClinePass, LongCat, Neuralwatt, DeepInfra, and ai& (30-day spend from logs).
- Doubao: `arkcli usage plan` path with Coding / Agent / team plan windows.
- OpenRouter: multi-key token accounts and CLI `usage --account`.
- OpenCode Go: local-first Auto from `opencode.db` (web-first when scoped).
- CLI: `codexbar guard` quota automation gates; `codexbar hooks list|enable|disable|test`.
- CLI serve: optional `--host`, `--dashboard-token` / `CODEXBAR_DASHBOARD_TOKEN`, and `--allow-plain-http` for LAN binds.
- Settings: Usage & Spend tab (7d/30d) with sanitized PNG share-card export.
- Settings: Adaptive refresh cadence (activity/power-aware) with Windows coding-agent process detection.
- External hooks: opt-in `hooks.json` runner (no shell) with threshold-crossing dispatch.
- Cost: OMP (`~/.omp`) and pi-compatible (`~/.pi`) agent session logs without double-counting.
- Cursor: dashboard usage-events token-cost (per-model API-rate windows + metered totals).

### Changed
- Soft-remove Kimi K2 and CrossModel (deprecated labels; hidden unless already enabled; CLI still resolves).
- Prefer active OpenRouter token-account keys over stored single API keys.

### Fixed
- Claude: prefer `weekly_all` over misleading `seven_day.utilization`; last-good CLI usage on parse fail; probe session-id reuse (#210, #216).
- OpenCode: do not rescale sub-1% computed usage to 100% (#211, #215 / upstream #2331).
- Cursor: map Cli to web cookie path; clamp plan usage at 100% (#212, #217 / upstream #2255).
- Cost scanner: process incomplete final JSONL lines for Claude transcripts.

---

## [Windows] 0.43.0 - 2026-07-17

### Added
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.43.0",
"version": "0.45.2",
"packageManager": "pnpm@10.18.1",
"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.43.0"
version = "0.45.2"
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.43.0",
"version": "0.45.2",
"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.43.0"
version = "0.45.2"
edition = "2024"
authors = ["CodexBar Contributors"]
description = "Windows and WSL system tray app for monitoring AI provider usage limits"
Expand Down
4 changes: 2 additions & 2 deletions version.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
MARKETING_VERSION=0.43.0
BUILD_NUMBER=86
MARKETING_VERSION=0.45.2
BUILD_NUMBER=87
Loading