chore: bump version to 0.8.9, add changelog
Some checks are pending
CI / semgrep (push) Waiting to run

Stale menubar price fix (#136), variable-width status item default.
This commit is contained in:
iamtoruk 2026-04-22 13:06:17 -07:00
parent bd83196f9d
commit b4fad91512
2 changed files with 9 additions and 1 deletions

View file

@ -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)

View file

@ -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",