Skip to content

Releases: skuethe/MMM-Spotify

v2.2.3

19 Mar 19:04
d5b74f7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.2...v2.2.3

v2.2.2

22 Feb 21:32
dac7db0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.1...v2.2.2

v2.2.1

18 Feb 16:44
c18a57d
Compare
Choose a tag to compare

Fixing typo

Full Changelog: v2.2.0...v2.2.1

v2.2.0

16 Feb 21:21
0a85439
Compare
Choose a tag to compare

What's Changed

  • Added handling for HTTP 429 to many requests error by @a-waider in #173
  • Handle case when no image is present, for example when playing local files by @sidevesh in #183

New Contributors

Full Changelog: v2.1.2...v2.2.0

v2.1.2 - security release

14 Feb 16:19
Compare
Choose a tag to compare

This release introduces new dependencies, be sure to execute git pull && npm install during update

What's Changed

Full Changelog: v2.1.1...v2.1.2

v2.1.1 - security release

17 Jan 07:15
59d0b8f
Compare
Choose a tag to compare

This release introduces new dependencies, be sure to execute git pull && npm install during update

What Changed

Full Changelog: v2.1.0...v2.1.1

v2.1.0

14 Sep 21:18
a427142
Compare
Choose a tag to compare

This release introduces new dependencies, be sure to execute git pull && npm install during update

  • improvements to README.md
    • added ToC
    • added documentation about usage in environments without UI (docker f.e.)
    • cleanup: removed version history
  • improved authentication flow for systems without UI / browser (fixes #169)
  • updated npm dependencies (fixes #168)
  • some QoL code improvements

v2.0.3

30 May 15:21
1ffbec7
Compare
Choose a tag to compare
  • fix: try to fill updateDeviceList and updateAccountList only when available (PR #160)

v2.0.2

01 Apr 18:39
c294785
Compare
Choose a tag to compare

This release is making usage of MM²'s requiresVersion flag to make sure we use the latest version 2.15.0 because of changes to the callback method in MM². See this PR.
So make sure you update MM²

Changes:

  • adding MM² minimum version requirement to 2.15.0
  • improving song playback from "idle" mode - see #146
  • renamed accountDefault to defaultAccount
  • synchronized README config list with current default config
  • cleanup and updates to README
  • fixing external modal usage #157

v2.0.1

16 Mar 22:40
fcdca55
Compare
Choose a tag to compare
  • some major rework on the multi account authentication
    • improved feedback to user
    • optimized auth flow
    • fixed multi account first_auth
  • added possibility to hide album and volume labels
  • added possibility to show current user name for better multi account support