v0.7.0-alpha.6
·
1200 commits
to main
since this release
What to Download (below)
- Mac users: download the .dmg
- Windows users: download the "setup" .exe
- Linux: you know what you want
What's Changed
Apple Music Fixes
- Fixed "Connect" not working for most users — The auto-generated developer token from the bundled
.p8key wasn't being picked up by the Connect flow due to a race condition at startup. MusicKit JS is now properly initialized before the UI is ready. - Fixed MusicKit helper crashes during resolution — Rapid concurrent requests to the native MusicKit helper could overwhelm the XPC connection and crash silently, causing tracks to never resolve. Requests are now serialized.
- Fixed authorize() crash on macOS — Hardened the native authorization flow with better error handling and added crash diagnostics to help track down any remaining edge cases.
Full Changelog: v0.7.0-alpha.5...v0.7.0-alpha.6