Releases: thlucas1/spotifyplus_card
Releases · thlucas1/spotifyplus_card
v1.0.68
[ 1.0.68 ] - 2025/11/24
- Added visual indicator to media browser items that indicates the currently playing item.
- Added card configuration option
trackFavBrowserShuffleOnPlay; True to enable shuffle prior to starting play of track favorites; otherwise, False to start the context with the current shuffle mode.
v1.0.67
v1.0.66
[ 1.0.66 ] - 2025/10/31
- Fixed a bug that was causing controls and labels to be hidden in the same color background when the brand logo image is displayed in the player. This can happen when the player is powered down, or when playing content where no cover art image is available.
v1.0.65
v1.0.64
[ 1.0.64 ] - 2025/09/30
- Added logic to calls made to
CheckTrackFavoritesto account for track relinking; we will check both the canonical id and the linked from id for favorite status, as this appears to be what the Spotify Apps do. Track is considered a favorite if either id value appears in the favorites list. - Added origin fields to the
EpisodeSimplifiedobject, to match those ofTrackSimplified. Note that linkfrom details do not exist for episodes; These are helper properties, and are not part of the Spotify Web API specification. - Moved call of
VolumeSetStepLevelmethod from player body base to the card first-time logic; any custom volume step values were getting reset when the player body refreshed.
v1.0.63
[ 1.0.63 ] - 2025/09/26
- Added "Play Favorite Tracks from this Artist" context menu item to artist actions.
- Added "Play Favorite Tracks from this Album" context menu item to album actions.
- Added "Play Favorite Tracks from this Artist" context menu item to album actions.
- Added "Play Favorite Tracks from this Album" context menu item to track actions.
- Added "Play Favorite Tracks from this Artist" context menu item to track actions.
- Added "Play Favorite Tracks from this Album" context menu item to player body track actions.
- Added "Play Favorite Tracks from this Artist" context menu item to player body track actions.
- Removed "Play Track Favorites for Artist x" context menu item from track actions.