Skip to content

Releases: fondberg/spotcast

v3.7.3

10 Mar 21:29
80fe472
Compare
Choose a tag to compare

Resync of versions

Some files were out of sync for the version being reported. This version doesn't change anything on the side of the code, but changes the manifest to ensure it is now reporting an up to date version number

v3.7.2

01 Mar 13:08
3373780
Compare
Choose a tag to compare

This patch release fixes issues with the new version of pychromecast while maintaining compatibility with older version of Home Assistant

v3.7.1

09 Sep 00:48
Compare
Choose a tag to compare

Back from the dead

A great thanks to @davidruigrok for finding the solution to the deviceId missing.

v3.7.0

03 Feb 22:42
Compare
Choose a tag to compare

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

21 Jan 14:28
Compare
Choose a tag to compare

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

Thank you @Maaxion and @BTMorton for your contribution

v3.6.30

05 Sep 01:03
Compare
Choose a tag to compare

Correction to the token retreival method. No longer using spotify_token as a dependency.

Thank you @Gramatus

v3.6.29

17 Apr 15:46
c93e4fe
Compare
Choose a tag to compare

Added error reporting for expired sp_dc, sp_key

fixes #319

v3.6.28

12 Apr 00:58
da9c09e
Compare
Choose a tag to compare

Bug Fix

  • changed error message regarding URI validation (Spotify becomes spotify)

Contribution

@OzGav

v3.6.27

03 Mar 18:08
651b038
Compare
Choose a tag to compare

Bug Fix

  • adapted to changes in Spotify integration for Home Assistant 2022.3

v3.6.26

28 Feb 00:35
8655f21
Compare
Choose a tag to compare

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

Bug fix

  • #300 it is now possible to request a random category without a country code
  • #303 Spotcast will now work with the changes in Spotify integration implemented in 2022.3. The fix is retro compatible.