0.1.2
New Features
- Dynamic tray icon with primary progress bars + about dialog (#51)
- Add AboutDialog and enhance version display interaction (#49)
- Add settings button, plugins subtitle, and tray context menu (#50)
Bug Fixes
- Update subtitle fallback for session status in Claude and Codex plugins and fix about plugin text, replaced home icon with OpenUsage logo (#57)
- Resolve gray border artifact on macOS transparent windows (#53)
- Handle hex-encoded keychain credentials (#48)
Refactor
- Refactor plugins to use ctx.util helpers (#54)
- Standardize provider documentation to minimal format (#52)
Chores
- Update AGENTS.md with new tauri-action parallel build information
Changelog
Full Changelog: v0.1.1...v0.1.2
- 07854d1 fix(plugins): update subtitle fallback for session status in Claude and Codex plugins and fix about plugin text, replaced home icon with OpenUsage logo (#57)
- cfeb157 fix(panel): resolve gray border artifact on macOS transparent windows (#53)
- 1cf9c68 Refactor plugins to use ctx.util helpers (#54)
- 9e276bf Standardize provider documentation to minimal format (#52)
- b2495ad feat(tray): Dynamic tray icon with primary progress bars + about dialog (#51)
- 8dc1e99 Add settings button, plugins subtitle, and tray context menu (#50)
- 8768474 feat(panel-footer): add AboutDialog and enhance version display interaction (#49)
- 5f14123 fix(claude): handle hex-encoded keychain credentials (#48)
- 4808686 docs: update AGENTS.md with new tauri-action parallel build information