Releases: fondberg/spotcast
Releases · fondberg/spotcast
v3.7.3
v3.7.2
v3.7.1
Back from the dead
A great thanks to @davidruigrok for finding the solution to the deviceId missing.
v3.7.0
The dreaded 'NoneType' object is not subscriptable
is dead, long live the bug or something...
In all seriousness:
- Spotcast will now wait for the device to wake and retry calling it before failing. This should prevent most of the
NoneType
bugs that plagued people who had a "less good" relation with the Google API where it took too long for the device to wake up and spotcast assumed the device didn't exist.
A big thank you to @Ionshard who made the final PR but also @Maaxion for creating a first draft of the PR
v3.6.31
URI validation optimisation
This update comes with 2 changes:
- validation of the URI is now done as early as possible to decrease risk of failure before finding a wrongly formatted URI
- Spotcast is now able to parse URI containing user information
v3.6.30
v3.6.29
v3.6.28
v3.6.27
v3.6.26
New Feature
- added cast platform. It is now possible to use the media browser to browse Spotify and send the media to play on a Chromecast device. Contributor @emontnemery