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