Releases: thlucas1/spotifyplus_card
Releases · thlucas1/spotifyplus_card
v1.0.35
[ 1.0.35 ] - 2025/02/01
- This release requires the SpotifyPlus Integration v1.0.90+ release; please make sure you update the SpotifyPlus integration prior to updating this SpotifyPlus Card release.
- Added
utils.getHomeAssistantErrorMessage
function to make error messages and warnings a little more user-friendly. - Added card version to General Editor form.
- Added refresh of media list when a userpreset filtersection event is processed, which ensures that cached values are refreshed and any newly added favorites are displayed.
v1.0.34
[ 1.0.34 ] - 2025/01/26
- Added card configuration option
deviceDefaultId
for specifying a Device ID to use for all SpotifyPlus service calls that require a deviceId argument. This allows you to hide the Devices section, and utilize the specific device for all service requests that require a deviceId. - Added card configuration option
playerVolumeMaxValue
for specifying the maximum volume value allowed to be set via the card user-interface. This value does not apply if adjusting the volume via services or other media player UI's.
v1.0.33
[ 1.0.33 ] - 2025/01/23
- This release requires the SpotifyPlus Integration v1.0.86+ release; please make sure you update the SpotifyPlus integration prior to updating this SpotifyPlus Card release.
- Added support for Google Chromecast devices.
- Moved support for Sonos devices to the underlying
spotifywebapiPython
package. - Added support for new Zeroconf discovery process, in support of Chromecast devices.
- Updated underlying
spotifywebapiPython
package requirement to version 1.0.156. - Updated underlying
smartinspectPython
package requirement to version 3.0.34.
v1.0.32
[ 1.0.32 ] - 2025/01/17
- Fixed issue with random track playing if shuffle mode was on while selecting a track favorite. To fix, I had to disable shuffle prior to starting play of the track as the Spotify Web API would always play a shuffled track. The only other alternative was to just play 1 track, which would then end play when the song ended.
- Fixed play button icon sizing when player is idle.
v1.0.31
[ 1.0.31 ] - 2025/01/14
- Renamed theming variable
--spc-medialist-items-color
to--spc-media-browser-items-color
to more closely align with new theme naming standards. - Added card configuration option
mediaBrowserItemsColor
for styling media browser items title and sub-title text colors. - Added theme variable
--spc-media-browser-items-title-font-size
andmediaBrowserItemsTitleFontSize
card configuration option for styling media browser items title text font-size. - Added theme variable
--spc-media-browser-items-subtitle-font-size
andmediaBrowserItemsSubTitleFontSize
card configuration option for styling media browser items sub-title text font-size. - Added theme variable
--spc-media-browser-section-title-font-size
andmediaBrowserSectionTitleFontSize
card configuration option for styling media browser section title text font-size. - Added theme variable
--spc-media-browser-section-subtitle-font-size
andmediaBrowserSectionSubTitleFontSize
card configuration option for styling media browser section title text font-size. - Added theme variable
--spc-player-header-title1-color
andplayerHeaderTitle1Color
card configuration option for styling player section header title 1 text color. - Added theme variable
--spc-player-header-title1-font-size
andplayerHeaderTitle1FontSize
card configuration option for styling player section header title 1 text font size. - Added theme variable
--spc-player-header-title2-color
andplayerHeaderTitle2Color
card configuration option for styling player section header title 2 text color. - Added theme variable
--spc-player-header-title2-font-size
andplayerHeaderTitle2FontSize
card configuration option for styling player section header title 2 text font size. - Added theme variable
--spc-player-header-title3-color
andplayerHeaderTitle3Color
card configuration option for styling player section header title 3 text color. - Added theme variable
--spc-player-header-title3-font-size
andplayerHeaderTitle3FontSize
card configuration option for styling player section header title 3 text font size.
v1.0.30
v1.0.29
[ 1.0.29 ] - 2025/01/11
- This release requires the SpotifyPlus Integration v1.0.85+ release; please make sure you update the SpotifyPlus integration prior to updating this SpotifyPlus Card release.
- Modified
isTouchDevice
method to better detect touchscreen support for dual-monitor setups.
v1.0.28
[ 1.0.28 ] - 2025/01/09
- This release requires the SpotifyPlus Integration v1.0.85+ release; please make sure you update the SpotifyPlus integration prior to updating this SpotifyPlus Card release.
- Added
deviceBrowserItemsShowHiddenDevices
config option to show SpotifyPlus configured hidden devices in Device browser. If true, the SpotifyPlus configuration option to hide specified device names in the media source list is ignored and ALL known devices are listed. - Added play button icon to player section, which will be displayed if the player state is IDLE.
v1.0.27
[ 1.0.27 ] - 2024/12/28
- Updated Devices section to remove device entries that wish to be hidden as specified by SpotifyPlus integration configuration "hide devices" option.
- Added ability to play recently played tracks starting from selected track, which will now automatically add the following tracks (up to 50) to the player queue. Prior to this, only the selected track would play and then play would stop. Note that the 50 track limitation is a Spotify Web API limit.
- Added ability to play player queue tracks starting from selected track, which will now automatically add the following tracks (up to 50) to the player queue. Prior to this, only the selected track would play and then play would stop. Note that the 50 track limitation is a Spotify Web API limit.