Skip to content

Releases: NiklasReiche/ad-spotify-mood-lights-sync

v1.3.1

24 Jan 16:24
Compare
Choose a tag to compare

v1.3.1 Release Notes:

Important: If you are using HACS and run AppDaemon with the Home Assistant add-on v15 or newer, you might run into issues when updating, due to directory changes in the AppDaemon add-on. joBr99/nspanel-lovelace-ui#1029 (comment) describes a way to restore the old directories so that installing and updating apps through HACS works again.

Changes

  • Update readme with workaround for HACS and the AppDaemon add-on

v1.3.0 Release Notes:

New colors

The default color profile was updated to have more saturated colors. Additionally, a new profile with fully saturated colors was added. The old centered profile is now obsolete and was removed.
profiles

Custom profiles

In case you use a custom profile, please note that due to changes in the color calculation the config for custom profiles has changed. Old configs still work for now, but may be removed in the future. Consult the readme for further details.

Changes

  • Improved the old RGB color profile type by adding configurable weights for sample points
  • Updated the default color profile
  • Added a new type of color profile using Hue-Saturation (HS)
  • Added a new saturated HS color profile
  • Removed the centered color profile
  • Added some clarifications to readme
  • Code refactorings and optimizations

v1.3.0

23 Jan 14:52
Compare
Choose a tag to compare

New colors

The default color profile was updated to have more saturated colors. Additionally, a new profile with fully saturated colors was added. The old centered profile is now obsolete and was removed.
profiles

Custom profiles

In case you use a custom profile, please note that due to changes in the color calculation the config for custom profiles has changed. Old configs still work for now, but may be removed in the future. Consult the readme for further details.

Changes

  • Improved the old RGB color profile type by adding configurable weights for sample points
  • Updated the default color profile
  • Added a new type of color profile using Hue-Saturation (HS)
  • Added a new saturated HS color profile
  • Removed the centered color profile
  • Added some clarifications to readme
  • Code refactorings and optimizations

v1.2.0

17 Mar 20:45
Compare
Choose a tag to compare

Numpy no longer needed

This release removes the dependency on the numpy package. The app's behaviour and features are not affected by this change.
If none of your other apps depend on numpy you can safely remove the py3-numpy/numpy entry under system_packages/python_packages from your AppDaemon add-on config or otherwise uninstall numpy from your AppDaemon environment.

v1.1.2

27 Aug 17:27
097a065
Compare
Choose a tag to compare

Important

A recent update to Appdaemon might break the numpy dependency. To circumvent the issue, you can change the Appdaemon addon configuration to include numpy from the system packages:

system_packages:
  - py3-numpy

Changes

  • Updated Readme
  • This release has no code changes.

v1.1.1

30 Mar 14:54
Compare
Choose a tag to compare

Changes

  • Added config option for specifying the number of retries on connection errors
  • Added error message when trying to use an incompatible media player in direct mode

v1.1.0

10 Mar 13:18
Compare
Choose a tag to compare

Changes

  • Added support for non-spotify media players
  • Improved error and log messages
  • Added retry when Spotify API is not reachable

v1.0.1

12 Feb 17:42
14643fe
Compare
Choose a tag to compare

Changes

  • Add system dependencies to Readme.md
  • Add minimal app config to Readme.md

v1.0

22 Jan 00:15
Compare
Choose a tag to compare
Change name

Alpha Test Release

21 Jan 23:57
Compare
Choose a tag to compare
Alpha Test Release Pre-release
Pre-release
v0.3-alpha

Change name

Alpha Test Release

21 Jan 23:54
Compare
Choose a tag to compare
Alpha Test Release Pre-release
Pre-release
v0.2-alpha

Add more app config info to README