Releases: robinebers/openusage
Releases · robinebers/openusage
v0.6.24
New Features
- feat: add Grok usage plugin (#484) by @robinebers
- feat: add 12h/24h/auto time format setting (#427) by @HDash
Bug Fixes
- fix(ui): improve pace marker visibility on usage bars (#485) by @robinebers
- fix(claude): prefer keychain credentials (#483) by @robinebers
- fix(ccusage): add release-age fallback for costs (#482) by @robinebers
- fix(codex): trust zero-credit usage response (#481) by @robinebers
- fix(ccusage): resolve nvm node bin path from alias/default (#463) by @devKagan
- fix(perplexity): handle missing group in API response (#462) by @malhobayyeb
Chores
- chore(grok): move pay-as-you-go badge to detail scope by @robinebers
- chore(deps): bump tauri from 2.11.0 to 2.11.1 in /src-tauri by @dependabot
- chore(deps): bump tauri-plugin-store from 2.4.2 to 2.4.3 in /src-tauri by @dependabot
- chore(deps): bump libc from 0.2.184 to 0.2.186 in /src-tauri by @dependabot
- chore(deps): bump sha2 from 0.10.9 to 0.11.0 in /src-tauri by @dependabot
- chore: enforce package release age by @robinebers
Changelog
Full Changelog: v0.6.23...v0.6.24
- 6fc6cd0 chore(grok): move pay-as-you-go badge to detail scope by @robinebers
- 38786d0 fix(ccusage): add release-age fallback for costs by @robinebers
- 7c83829 fix(codex): trust zero-credit usage response by @robinebers
- eb7eaf7 fix(claude): prefer keychain credentials by @robinebers
- 2a5605d feat: add Grok usage plugin by @robinebers
- 8d2d51c fix(ui): improve pace marker visibility on usage bars by @robinebers
- 41c2d79 fix(ccusage): resolve nvm node bin path from alias/default by @devKagan
- f847b24 fix(perplexity): handle missing group in API response by @malhobayyeb
- 88de6bd feat: add 12h/24h/auto time format setting by @HDash
- 1ce87c1 chore(deps): bump tauri from 2.11.0 to 2.11.1 in /src-tauri by @dependabot
- 59a18e2 chore(deps): bump sha2 from 0.10.9 to 0.11.0 in /src-tauri by @dependabot
- 83bc08e chore(deps): bump tauri-plugin-store from 2.4.2 to 2.4.3 in /src-tauri by @dependabot
- 047092e chore(deps): bump libc from 0.2.184 to 0.2.186 in /src-tauri by @dependabot
- de22ad6 chore: enforce package release age by @robinebers
v0.6.23
v0.6.23
Bug Fixes
- fix(claude): remove peak hours indicator integration (#447) by @validatedev
- fix(codex): correct usage dashboard URL to ChatGPT Codex settings (#436) by @devKagan
Chores
- chore(analytics): drop UI-side Aptabase events (#449) by @robinebers
Changelog
Full Changelog: v0.6.22...v0.6.23
- cb365ef chore(analytics): drop UI-side Aptabase events by @robinebers
- 7aa655d fix(claude): remove peak hours indicator integration by @validatedev
- 7376251 fix(codex): correct usage dashboard URL to ChatGPT Codex settings by @devKagan
v0.6.22
Bug Fixes
- fix(ccusage): kill timed-out process groups (#433) by @robinebers
- fix(claude): support hashed macOS keychain service name (closes #423) (#424) by @robinebers
Chores
- chore(deps): bump tauri from 2.10.3 to 2.11.0 in /src-tauri (#429) by @dependabot
- chore(deps): bump reqwest from 0.13.2 to 0.13.3 in /src-tauri (#428) by @dependabot
Changelog
Full Changelog: v0.6.21...v0.6.22
- 2730669 fix(ccusage): kill timed-out process groups (#433) by @robinebers
- 5651a3a fix(claude): only hash keychain when CLAUDE_CONFIG_DIR is set by @robinebers
- 1562a07 fix(claude): support hashed macOS keychain service name (closes #423) by @robinebers
- 2b5c5db chore(deps): bump tauri from 2.10.3 to 2.11.0 in /src-tauri by @dependabot
- ee02c4c chore(deps): bump reqwest from 0.13.2 to 0.13.3 in /src-tauri by @dependabot
v0.6.21
v0.6.21
Bug Fixes
- fix(codex): lazy-load keychain auth fallback (#419) by @validatedev
Chores
- docs(codex): clarify file-based OAuth credentials description (#419) by @validatedev
- docs(agents): replace internal HQ header with OpenUsage title by @robinebers
Changelog
Full Changelog: v0.6.20...v0.6.21
- 6f52da5 docs(codex): clarify file-based OAuth credentials description by @validatedev
- e7b4072 fix(codex): lazy-load keychain auth fallback by @validatedev
- 1395f20 docs(agents): replace internal HQ header with OpenUsage title by @robinebers
v0.6.20
v0.6.20
New Features
- feat: preserve usage data during refresh (stale-while-revalidate) (#386) by @DoozyX
- Add agent worktree setup by @robinebers
Bug Fixes
- fix(factory): retry with GET when usage endpoint returns HTTP 405 (#390) by @allensama0403
- fix: read OAuth tokens from unified state key (#392) by @validatedev
- fix: only refresh Antigravity OAuth on auth failure (#392) by @validatedev
- address review feedback on stale-while-revalidate PR (#386) by @DoozyX
- address second round of review feedback on stale-while-revalidate PR (#386) by @DoozyX
- Prevent shell noise from breaking Z.ai auth headers (#398) by @KYankee6
- Prevent empty marker output from becoming a fake env value (#398) by @KYankee6
- fix(gemini): refresh OAuth tokens on Homebrew-installed gemini-cli (#401) by @Rich627
- fix(codex): map pro to Pro 20x (closes #408) (#411) by @validatedev
- Fix Codex auth fallback (#413) by @robinebers
Refactor
- refactor: rename probe()'s
protovar todbTokens(#392) by @validatedev
Chores
- chore(gemini): clarify OAuth candidate warn message (#401) by @Rich627
- chore(deps): bump uuid from 1.23.0 to 1.23.1 in /src-tauri (#405) by @dependabot[bot]
- chore(deps): bump tokio from 1.51.1 to 1.52.1 in /src-tauri (#406) by @dependabot[bot]
Changelog
Full Changelog: v0.6.15...v0.6.20
- 722e91b fix(factory): retry with GET when usage endpoint returns HTTP 405 by @allensama0403
- 4625376 fix: read OAuth tokens from unified state key by @validatedev
- 6147b1c refactor: rename probe()'s
protovar todbTokensby @validatedev - cfa1e69 fix: only refresh Antigravity OAuth on auth failure by @validatedev
- 0c5185b feat: preserve usage data during refresh (stale-while-revalidate) by @DoozyX
- d794535 address review feedback on stale-while-revalidate PR by @DoozyX
- 7afc4fe address second round of review feedback on stale-while-revalidate PR by @DoozyX
- 5a7de06 Prevent shell noise from breaking Z.ai auth headers by @KYankee6
- 7cf7a6f Prevent empty marker output from becoming a fake env value by @KYankee6
- 96abffb fix(gemini): refresh OAuth tokens on Homebrew-installed gemini-cli by @Rich627
- 1a91101 chore(gemini): clarify OAuth candidate warn message by @Rich627
- a12292d chore(deps): bump uuid from 1.23.0 to 1.23.1 in /src-tauri by @dependabot[bot]
- bee03a9 chore(deps): bump tokio from 1.51.1 to 1.52.1 in /src-tauri by @dependabot[bot]
- b61116e fix(codex): map pro to Pro 20x (closes #408) by @validatedev
- 951c67b Merge pull request #411 from robinebers/fix/codex-change-10x-to-20x-for-pro-plan by @validatedev
- 35b0787 Merge pull request #405 from robinebers/dependabot/cargo/src-tauri/uuid-1.23.1 by @dependabot[bot]
- 9a80827 Merge pull request #406 from robinebers/dependabot/cargo/src-tauri/tokio-1.52.1 by @dependabot[bot]
- a6072da Merge pull request #401 from Rich627/fix/gemini-homebrew-bundle-refresh by @Rich627
- 3970022 Merge pull request #390 from allensama0403/fix/factory-405-usage-endpoint by @allensama0403
- 2c03270 Merge pull request #392 from robinebers/fix/antigravity-oauth-local-import-schema-error by @validatedev
- a9425ba Add agent worktree setup by @robinebers
- f894473 Fix Codex auth fallback by @robinebers
- b9e9f30 Merge pull request #413 from robinebers/cursor/1823929a by @robinebers
- de8cf31 Merge pull request #386 from DoozyX/claude/preserve-usage-on-refresh-1pNCN by @DoozyX
- 77ef460 Merge pull request #398 from KYankee6/fix/zai-env-header-noise by @KYankee6
v0.6.15
New Features
- feat(claude): add Claude Design weekly detail metric (#388) by @robinebers
- Add CLAUDE.md by @robinebers
- Add Codex environment config by @robinebers
Bug Fixes
- fix(codex): map Codex plan labels to Pro 5x and Pro 10x (#380) by @arrowarcher1
- fix(claude): graceful 429 rate limit handling with Retry-After support (#378) by @zergzorg
- Update AGENTS.md by @robinebers
- Star history by @robinebers
Changelog
Full Changelog: v0.6.14...v0.6.15
- cb16571 feat(claude): add Claude Design weekly detail metric (#388) by @robinebers
- 87c45b6 Add CLAUDE.md by @robinebers
- 455c857 Update AGENTS.md by @robinebers
- 510cbe4 fix(codex): map Codex plan labels to Pro 5x and Pro 10x (#380) by @arrowarcher1
- 0ffe3ad fix(claude): graceful 429 rate limit handling with Retry-After support (#378) by @zergzorg
- 06113d6 Add Codex environment config by @robinebers
- abf6cff Star history by @robinebers
v0.6.14
v0.6.14
New Features
- Clickable provider rows + session/weekly labels by @robinebers
- Integrate PromoClock peak/off-peak status (#364) by @validatedev
- Add cmd-arrow tab navigation by @robinebers
Bug Fixes
- Session expired (#363) by @yhunko
- Prefer userTier.name over legacy planInfo.planName by @n3wr1ch
- Show panel before tray reposition by @robinebers
- Correct tray monitor positioning by @robinebers
- Position panel under tray icon on all entry paths without flicker by @robinebers
Refactor
- Apply Copilot review — add typeof/trim guards, remove duplicate assertion by @n3wr1ch
- Dedupe panel focus helper by @robinebers
Chores
- Bump tauri-plugin-updater in /src-tauri by @dependabot[bot]
- Bump tokio from 1.51.0 to 1.51.1 in /src-tauri by @dependabot[bot]
Changelog
Full Changelog: v0.6.13...v0.6.14
- 57cc5bd fix(settings,opencode): clickable provider rows + session/weekly labels by @robinebers
- 60cc426 fix(gemini): session expired (#363) by @yhunko
- 83551c1 feat(claude): integrate PromoClock peak/off-peak status (#364) by @validatedev
- cb63b20 refactor: apply Copilot review — add typeof/trim guards, remove duplicate assertion by @n3wr1ch
- 996c7fe chore(deps): bump tauri-plugin-updater in /src-tauri by @dependabot[bot]
- 9479e34 chore(deps): bump tokio from 1.51.0 to 1.51.1 in /src-tauri by @dependabot[bot]
- d7cb0fc fix(antigravity): prefer userTier.name over legacy planInfo.planName by @n3wr1ch
- 995a7fd fix(panel): show before tray reposition by @robinebers
- ae43e80 fix(panel): correct tray monitor positioning by @robinebers
- d114de5 fix(panel): position panel under tray icon on all entry paths without flicker by @robinebers
- 0d6e0ed refactor: dedupe panel focus helper by @robinebers
- 8cfe6a9 feat: add cmd-arrow tab navigation by @robinebers
v0.6.13
v0.6.13
New Features
- Add Kiro plugin for usage tracking and management by @sayuru-akash
- add Synthetic provider plugin by @ben-vargas
- add SOCKS5/HTTP proxy support via ~/.openusage/config.json by @zergzorg
- Support custom Claude OAuth config and credentials by @robinebers
Bug Fixes
- address synthetic plugin review feedback by @ben-vargas
- scope keychain user lookup by @robinebers
- address PR 331 review comments by @robinebers
- use REST fallback for team-inferred accounts missing planUsage.limit by @drewwells
- skip fallback when percent usage is available by @drewwells
- prefer enterprise auth and handle missing limits by @drewwells
- correct proxy redaction output by @robinebers
- prevent relative config path when home dir is unavailable by @zergzorg
- load factory auth from droid v2 store (#298) by @davidarny
- Harden Windsurf quota parsing for missing and invalid balance data by @prayzey
- Handle missing Windsurf extra usage balance so quota still loads by @prayzey
Refactor
- update release process to push commits and tags before creating GitHub releases by @robinebers
Chores
- bump tokio from 1.50.0 to 1.51.0 in /src-tauri by @dependabot[bot]
- add proxy configuration guide by @robinebers
Changelog
Full Changelog: v0.6.12...v0.6.13
- 96eede6 feat: Add Kiro plugin for usage tracking and management by @sayuru-akash
- 2a8f550 fix: address synthetic plugin review feedback by @ben-vargas
- 8031849 feat: add Synthetic provider plugin by @ben-vargas
- 110bee6 fix(claude): scope keychain user lookup by @robinebers
- 25b0029 fix: address PR 331 review comments by @robinebers
- fed094a Support custom Claude OAuth config and credentials by @robinebers
- b821f34 fix(cursor): use REST fallback for team-inferred accounts missing planUsage.limit by @drewwells
- 6a5145b fix(cursor): skip fallback when percent usage is available by @drewwells
- 64c9840 fix(cursor): prefer enterprise auth and handle missing limits by @drewwells
- 7dc38fe docs: add proxy configuration guide by @robinebers
- 29c9ff0 fix(config): correct proxy redaction output by @robinebers
- 2c27806 fix: prevent relative config path when home dir is unavailable by @zergzorg
- 1f48faf feat: add SOCKS5/HTTP proxy support via ~/.openusage/config.json by @zergzorg
- bbbb6cc Harden Windsurf quota parsing for missing and invalid balance data by @prayzey
- c9ab800 Handle missing Windsurf extra usage balance so quota still loads by @prayzey
- d6ee9c6 chore(deps): bump tokio from 1.50.0 to 1.51.0 in /src-tauri by @dependabot[bot]
- 857f537 fix: load factory auth from droid v2 store (#298) by @davidarny
- 625ae4e refactor: update release process to push commits and tags before creating GitHub releases by @robinebers
v0.6.12
v0.6.12
New Features
- Add local HTTP API for usage data (#319) by @robinebers
- Dynamic tray tooltip with usage percentages (#314) by @hearsilent
- Add release-tag skill for automated versioning and changelog generation by @robinebers
Bug Fixes
- Fix new typescript v6 requirement by @robinebers
- Add runtime macOS version check for WKPreferences.inactiveSchedulingPolicy (#322) by @beznazwiska
Chores
- Bump lucide-react from 0.577.0 to 1.7.0 (#324) by @dependabot
- Bump typescript from 5.9.3 to 6.0.2 (#325) by @dependabot
- Bump uuid from 1.22.0 to 1.23.0 in /src-tauri (#323) by @dependabot
Changelog
Full Changelog: v0.6.11...v0.6.12
- c1e7db8 fix new typescript v6 requirement by @robinebers
- 97dde5b feat: add release-tag skill for automated versioning and changelog generation by @robinebers
- ff0efa1 chore(deps): bump lucide-react from 0.577.0 to 1.7.0 by @dependabot
- a3f7b7e chore(deps-dev): bump typescript from 5.9.3 to 6.0.2 by @dependabot
- 4f7373f chore(deps): bump uuid from 1.22.0 to 1.23.0 in /src-tauri by @dependabot
- 4e152f7 fix: add runtime macOS version check for WKPreferences.inactiveSchedulingPolicy by @beznazwiska
- 630e7dd feat: add local HTTP API for usage data by @robinebers
- ddf73eb feat(tooltip): dynamic tray tooltip with usage percentages by @hearsilent
v0.6.11
0.6.11
New Features
- Add in-app changelog (#309) by @hearsilent
- Add drag-to-reorder plugin icons in sidebar by @hearsilent
Bug Fixes
- Refresh Windsurf quota cloud plugin (#313) by @robinebers
- Send real app version to credits API by @robinebers
- Fix reset tooltips to mirror display mode (#297) by @robinebers
- Preserve leading disabled plugin on reorder by @hearsilent
- Preserve disabled plugins when reordering by @hearsilent
- Fix test issue by @hearsilent
Chores
- Update bun.lock by @robinebers
- Bump jsdom from 28.1.0 to 29.0.1 (#312) by @dependabot
- Bump tauri-nspanel in /src-tauri (#311) by @dependabot
- Update AGENTS.md to version 0.27 by @robinebers
- Update lucide-react lockfile by @robinebers
- Use next plist path in cloud mocks by @robinebers
Changelog
Full Changelog: v0.6.10...v0.6.11
- f5edf2a update bun.lock by @robinebers
- 3a66f32 chore(deps-dev): bump jsdom from 28.1.0 to 29.0.1 (#312) by @dependabot
- 0ba68d8 chore(deps): bump tauri-nspanel in /src-tauri (#311) by @dependabot
- 11ce2d5 fix: refresh Windsurf quota cloud plugin (#313) by @robinebers
- 0bfcaa3 feat: in-app changelog (#309) by @hearsilent
- 73fe349 Update AGENTS.md to version 0.27 by @robinebers
- 459647c build: update lucide-react lockfile by @robinebers
- 086ad7d test(windsurf): use next plist path in cloud mocks by @robinebers
- 0c716fb fix(windsurf): send real app version to credits API by @robinebers
- 0766afc Fix reset tooltips to mirror display mode (#297) by @robinebers
- a71a4c1 fix: preserve leading disabled plugin on reorder by @hearsilent
- c84ba87 fix: preserve disabled plugins when reordering by @hearsilent
- 7ac86fb fix: test issue by @hearsilent
- b1d290d feat: add drag-to-reorder plugin icons in sidebar by @hearsilent