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

## [Windows] 0.42.0 - 2026-07-12

### Added
- Add the Wayfinder provider.
- Add opt-in local and SSH Agent Sessions for Codex and Claude.
- Add predictive pace warnings and provider/window-specific usage thresholds.
- Add GPT-5.6 Sol, Terra, and Luna pricing and model aliases.
- Show Claude model-scoped weekly quotas from OAuth, web, and CLI sources.

### Changed
- Reorganize Settings and restore Providers as a dedicated tab.
- Keep every Settings tab at the same window size.
- Improve token-cost pricing coverage, freshness, and refresh coalescing.

### Fixed
- Keep refresh intervals anchored and provider cards synchronized with completed work.
- Avoid quota refreshes for visual-only settings and provider reorder changes.
- Improve Antigravity detection, Gemini paid-tier labels, Ollama authentication, and other provider parsing.
- Eliminate the duplicate FloatBar cost control and keep local-cost display opt-in.

---

## [Windows] 0.41.3 - 2026-07-11

### 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.41.3",
"version": "0.42.0",
"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.41.3"
version = "0.42.0"
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.41.3",
"version": "0.42.0",
"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.41.3"
version = "0.42.0"
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.41.3
BUILD_NUMBER=84
MARKETING_VERSION=0.42.0
BUILD_NUMBER=85
Loading