diff --git a/CHANGELOG.md b/CHANGELOG.md index f8d5f9b..9ee51a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.8.9 - 2026-04-22 + +### Fixed +- **Menubar showed stale prices.** The "all providers" query used `end: now` while per-provider queries used `end: endOfDay`, causing sessions timestamped after the capture moment to be excluded from totals. Now uses `periodInfo.range` consistently across all queries. + +### Changed (macOS menubar) +- **Variable-width status item is now the default.** The menubar pill hugs the rendered text in both compact and default modes instead of reserving a fixed 130pt slot. + ## 0.8.8 - 2026-04-22 ### Fixed (CLI) diff --git a/package.json b/package.json index 6b67367..1c75335 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeburn", - "version": "0.8.8", + "version": "0.8.9", "description": "See where your AI coding tokens go - by task, tool, model, and project", "type": "module", "main": "./dist/cli.js",