From 8379ea5aabf80706fcba1d6e806e1dda2fed3fbb Mon Sep 17 00:00:00 2001 From: Finesssee <90105158+Finesssee@users.noreply.github.com> Date: Sun, 9 Aug 2026 15:02:04 +0700 Subject: [PATCH] Prepare Win-CodexBar 0.48.0 --- CHANGELOG.md | 27 ++++++++++++++++++++ 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 | 4 +-- 7 files changed, 35 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d67e66288..99b3945cfd 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,32 @@ # Changelog +## [Windows] 0.48.0 - 2026-08-09 + +Windows port of upstream CodexBar **0.47.0 → 0.48.0**. + +### Added +- Providers: CodeBuddy CN credit usage (#269). +- Codex: multi-account management — Codex accounts panel in provider settings and tray menu flyout for switching accounts (#255–#260). +- Serve: modular usage dashboard (coordinator/snapshot structure with provider icons) from upstream 0.48.0 (#271). +- Sessions: unified Pi-family (pi + OMP) agent sessions with live-process correlation, PID-only rows, and a unified AgentSessions view; `sessions --json-v2` with legacy `--json` fallback negotiated over SSH (#271). +- Upstream 0.48.0: Copilot AI credits counter, CommandCode rolling windows + GOAT plan, OpenRouter key meter, ZoomMate browser cookie scope, OpenCode Go per-model daily cost breakdown (#271). +- Regional: Kimi Desktop monthly membership enrichment, GLM Coding Plan 5-hour/weekly windows, z.ai Global vs BigModel CN region routing with cross-region endpoint override rejection (#271). + +### Fixed +- Codex weekly window detection when the 5-hour session window is missing (#268). +- MiniMax CN Token Plan web fetch via token-plan endpoints (#254, #262). +- Tray: auto-fit measure scaled by active zoom + proof anchor clamp (#265, #266). +- Tray: Codex accounts card overflow and weekly-only tray bar (#264). +- Tray: fractional-DPI flyout resize oscillation via two-state cycle detection (#261, #272). +- Upstream 0.48.0: bounded serve request heads, bounded Codex JSONL cost cache (oversize persistence refused), Claude OAuth terminal/transient refresh classification, Codex reset backfill (#271). + +### Changed +- Upstream 0.48.0 provider and CLI behavior ported onto the Windows tray/desktop shell (#271). +- Repo automation: contributor interaction guard relaxed to a 14-day account-age floor and 15 PRs per 7-day window (#263). +- Docs: SignPath code-signing policy and privacy statement published; code signing is pending SignPath onboarding — release artifacts remain unsigned with SHA-256 sidecars (#270). + +--- + ## [Windows] 0.47.0 - 2026-08-04 Windows port of upstream CodexBar **0.46.0 → 0.47.0**. diff --git a/Cargo.lock b/Cargo.lock index 890911548f..8e61a82ae2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -655,7 +655,7 @@ checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9" [[package]] name = "codexbar" -version = "0.47.0" +version = "0.48.0" dependencies = [ "aes-gcm", "anyhow", @@ -695,7 +695,7 @@ dependencies = [ [[package]] name = "codexbar-desktop-tauri" -version = "0.47.0" +version = "0.48.0" dependencies = [ "chrono", "codexbar", diff --git a/apps/desktop-tauri/package.json b/apps/desktop-tauri/package.json index 7f82a3ff66..fd78c021fd 100644 --- a/apps/desktop-tauri/package.json +++ b/apps/desktop-tauri/package.json @@ -1,7 +1,7 @@ { "name": "desktop-tauri", "private": true, - "version": "0.47.0", + "version": "0.48.0", "packageManager": "pnpm@10.18.1", "type": "module", "scripts": { diff --git a/apps/desktop-tauri/src-tauri/Cargo.toml b/apps/desktop-tauri/src-tauri/Cargo.toml index fffda6ce6d..e990885708 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.47.0" +version = "0.48.0" 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 27850a45b9..20989a45f6 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.47.0", + "version": "0.48.0", "identifier": "com.codexbar.desktop", "build": { "beforeDevCommand": "pnpm run dev", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 57ded9c405..4036316205 100755 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "codexbar" -version = "0.47.0" +version = "0.48.0" 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 48c83f202e..5775d50a07 100755 --- a/version.env +++ b/version.env @@ -1,2 +1,2 @@ -MARKETING_VERSION=0.47.0 -BUILD_NUMBER=89 +MARKETING_VERSION=0.48.0 +BUILD_NUMBER=90