OpenUsage 0.7.0-beta.7
Pre-release
Pre-release
·
505 commits
to main
since this release
New Features
- Show Codex rate limit resets in the tray and popover (#638) by @robinebers
- Collapse the footer Customize button into a More menu (#640) by @robinebers
- Label the pace run-out time as "Limit in 3h 45m" (#643) by @robinebers
- Show a numeric projection in pace meter tooltips at reset (#644) by @robinebers
Bug Fixes
- Resolve npx/npm/pnpm/yarn ccusage runners, not just bunx (#643) by @robinebers
- Follow nvm alias indirection when locating the ccusage runner (#643) by @robinebers
- Unify the Codex rate-limit-resets value across tray and popover (#638) by @robinebers
- Promote a ~0% projected-spare pace meter to red, not amber (#639) by @robinebers
- Anchor the footer More menu to a flipped view (#640) by @robinebers
- Guard against a second app instance (duplicate menu-bar icon) (#637) by @robinebers
- Use a deterministic lowest-PID tie-break in the single-instance guard (#637) by @robinebers
Changelog
Full Changelog: v0.7.0-beta.6...v0.7.0-beta.7
- b2dabac feat(codex): show rate limit resets by @robinebers
- f4e34ad fix(codex): unify rate-limit-resets value across tray and popover by @robinebers
- 81d00c7 fix: promote ~0% projected-spare pace meter to red, not amber by @robinebers
- 44f5fdf feat(footer): collapse Customize button into a More menu by @robinebers
- a6d2de3 fix(footer): anchor the More menu to a flipped view by @robinebers
- f02ed61 fix: guard against a second app instance (duplicate menu-bar icon) by @robinebers
- d0c4d66 fix: deterministic lowest-PID tie-break in single-instance guard by @robinebers
- 2f4e58d fix(ccusage): resolve npx/npm/pnpm/yarn runners, not just bunx by @robinebers
- 3552f79 fix(ccusage): follow nvm alias indirection; doc runner order by @robinebers
- dc072c0 Pace meter tooltips: show numeric projection at reset by @robinebers
- 1654c30 feat(pace): label the run-out flame time as "Limit in 3h 45m" by @robinebers