Skip to content

Latest commit

 

History

History
69 lines (41 loc) · 3.72 KB

File metadata and controls

69 lines (41 loc) · 3.72 KB

Change Log

All notable changes to this project are listed here.

Change are listed in reverse chronological order (newest to oldest).

[ 1.0.11 ] - 2024/09/20
  • FINALLY got the thing to compile on github build! Changing to release 1.0.11 to ensure the proper build is picked up.
[ 1.0.10 ] - 2024/09/20
  • Converted missed module names to lower-case due to github compile requirements!
[ 1.0.9 ] - 2024/09/20
  • Converted all module names to lower-case due to github compile requirements!
[ 1.0.8 ] - 2024/09/19
  • Updated README.MD with image updates.
[ 1.0.7 ] - 2024/09/19
  • Gave the player UI a little bit of a facelift to make it easier to see the player control icons and header information. Also styles the footer bar to match colors in the artwork image.
  • Updated event processing in various parts of the card; corrected duplicate refresh updates, removed the double progress rings that were displayed in the card editor when refreshing media lists, etc.
  • Removed card configuration playerHeaderBackgroundOpacity property (replaced by new playerHeaderBackgroundColor property).
  • Added card configuration property playerHeaderBackgroundColor: Color value (e.g. "#hhrrggbb") for header area background gradient. Specify 'transparent' to hide the background area. Default is '#000000bb'.
  • Removed card configuration playerControlsBackgroundOpacity property (replaced by new playerControlsBackgroundColor property).
  • Added card configuration property playerControlsBackgroundColor: Color value (e.g. "#hhrrggbb") for Player controls area background gradient. Specify 'transparent' to hide the background area. Default is '#000000bb'.
[ 1.0.6 ] - 2024/09/01
  • Changed medialist to use a cached list when card is displayed in configuration editor. The medialist will be retrieved once while the card is being edited, and stored in a cache until the card editor is closed.
[ 1.0.5 ] - 2024/08/29
  • Fixed various card configuration issues, which will make the card easier to configure via the HA UI.
  • Miscellaneous bug fixes.
[ 1.0.4 ] - 2024/06/13
  • Added UserPreset section to allow an unlimited number of user-defined presets to be selected for playing. Note that these are not SoundTouch device presets, but user-defined presets. They can be added in the card configuration, or a specified as a JSON data file (for sharing among multiple card instances).
  • Added title formatter options support to playerHeaderNoMediaPlayingText configuration value.
  • Added customImageUrls keys to support setting player background images: playerBackground sets the background image to display for the Player section when the player is powered on; playerOffBackground sets the background image to display for the Player section when the player is powered off.
  • Miscellaneous bug fixes.
[ 1.0.3 ] - 2024/05/20
  • Updated the Player section to be a basic media player; more features are planned, but I wanted to get something out there that was functional.
  • Added Sources section to allow media player source to be selected.
  • Added recently played list cache support, that caches recently played content to the local file system. The cache list is preferred over the SoundTouch device list, since the device removes it's cover art image links quite frequently. Max cache items is configurable in the SoundTouchPlus device options (per device).
  • Updated wiki documentation.
[ 1.0.2 ] - 2024/05/12
  • Updated README.MD HACS documentation file.
[ 1.0.1 ] - 2024/05/12
  • Removed console.log messages that were being used for testing.
[ 1.0.0 ] - 2024/05/10
  • Version 1 initial release.