Skip to content

Releases: thlucas1/spotifyplus_card

v1.0.35

01 Feb 20:46
Compare
Choose a tag to compare

[ 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

27 Jan 03:50
Compare
Choose a tag to compare

[ 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

23 Jan 17:10
Compare
Choose a tag to compare

[ 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

17 Jan 15:09
Compare
Choose a tag to compare

[ 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

15 Jan 03:45
Compare
Choose a tag to compare

[ 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 and mediaBrowserItemsTitleFontSize card configuration option for styling media browser items title text font-size.
  • Added theme variable --spc-media-browser-items-subtitle-font-size and mediaBrowserItemsSubTitleFontSize card configuration option for styling media browser items sub-title text font-size.
  • Added theme variable --spc-media-browser-section-title-font-size and mediaBrowserSectionTitleFontSize card configuration option for styling media browser section title text font-size.
  • Added theme variable --spc-media-browser-section-subtitle-font-size and mediaBrowserSectionSubTitleFontSize card configuration option for styling media browser section title text font-size.
  • Added theme variable --spc-player-header-title1-color and playerHeaderTitle1Color card configuration option for styling player section header title 1 text color.
  • Added theme variable --spc-player-header-title1-font-size and playerHeaderTitle1FontSize card configuration option for styling player section header title 1 text font size.
  • Added theme variable --spc-player-header-title2-color and playerHeaderTitle2Color card configuration option for styling player section header title 2 text color.
  • Added theme variable --spc-player-header-title2-font-size and playerHeaderTitle2FontSize card configuration option for styling player section header title 2 text font size.
  • Added theme variable --spc-player-header-title3-color and playerHeaderTitle3Color card configuration option for styling player section header title 3 text color.
  • Added theme variable --spc-player-header-title3-font-size and playerHeaderTitle3FontSize card configuration option for styling player section header title 3 text font size.

v1.0.30

13 Jan 04:17
Compare
Choose a tag to compare

[ 1.0.30 ] - 2025/01/12

  • Added touchSupportDisabled config option to disable touch events and force mouse events for media browser items. More info can be found on the wiki docs.

v1.0.29

12 Jan 02:56
Compare
Choose a tag to compare

[ 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

09 Jan 18:43
Compare
Choose a tag to compare

[ 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

28 Dec 17:14
Compare
Choose a tag to compare

[ 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.

v1.0.26

24 Dec 06:33
Compare
Choose a tag to compare

[ 1.0.26 ] - 2024/12/24

  • Added playerBackgroundImageSize config option that specifies the size of the player background image. Defaults to "100% 100%"; More info can be found on the wiki docs.