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