Releases: Fabrizz/MMM-OnSpotify
Releases · Fabrizz/MMM-OnSpotify
V5.0.0 | 🎞️ Spotify Canvas support
V4.0.0 | 🧮 General QOL update!
V4.0.0
- Removed
moment
,moment-duration-format
dependencies #28 #53 - Fixed various spelling mistakes on readme, translations, etc. #48
- [BREAKING CHANGE] changed
hideTrackLenghtAndAnimateProgress
->hideTrackLengthAndAnimateProgress
- Added MMM-HomeKit
- Added missing configuration params
- [BREAKING CHANGE] changed
- Ordered readme to be easier to follow along #52
- Updated the auth module to match the new Spotify Dashboard #52
- Fixed centering on
*_center
positions - Added optional backend check (not recommended for normal usage)
What's Changed
Full Changelog: v3.3.1...v4.0.0
v4.0.0beta
V4.0.0beta | Testers needed
- Remove
moment
dependency on frontend - Remove
moment
dependency on backend - Remove
moment-duration-format
- Fix #48 spelling errors
- Reorder readme #52
- Add missing params on readme #52
- Update Auth module with the new Spotify Dashboard #52
- Added MMM-HomeKit to readme
- Add examples to let MMM-HomeKit control color
- Add MMM-HomeKit to the Auth module
- Change CSS so blobs are based on
calcs
for % of real module size - Add checks on front/backend for serverside restart/stale #28 #52 #53 ...others
- [BREAKING CHANGE] change
hideTrackLenghtAndAnimateProgress
->hideTrackLengthAndAnimateProgress
- Add notifications for modules that also need to restart
- Fix centering on
*_center
positions
v3.3.1 | 🆎 API localization
V3.3.1
- Added
Accept-Language
to API calls.
The Spotify API returns different song/album/podcast titles depending on the returned language. - Changed
EN
translations.
What's Changed
- Added fix for edge case by @Fabrizz in #45
- Add Language Option by @S-H-Y-A in #46
- Added localization to API response by @Fabrizz in #47
New Contributors
Full Changelog: v3.3.0...v3.3.1
v3.3.0 | 🔠 Scroll animations
V3.3.0
- Added scroll animations
scrollAnimations
- Added
spotifyVectorAnimations
to the readme! - Changed readme to explain animations and fixed old Github MD alert sintax
What's Changed
Full Changelog: v3.2.0...v3.3.0
v3.2.0 | 🔇Device filtering, 🇩🇪 German translation
V3.2.0
- Added the ability to filter (include/exclude) devices
- Added german translations
- Updated readme examples
What's Changed
- Added german translation by @marcelschreiner in #35
- Update readme and version reference by @Fabrizz in #36
- 🔇Added device filtering (actually added heh) by @Fabrizz in #41
Full Changelog: v3.1.0...v3.2.0
V3.1.0 | 🔠 Fix MM2 default translations
V3.1.0
-
Fixed
moment
library interacting with MM2 (clock module) translations - Fixed item type css class insertion
- Added car type icon
- Added podcast creator to podcast name
What's Changed
Full Changelog: v3.0.0...v3.1.0
V3.0.0 | 🖌️Theme 3rd Party Modules, 🏞️ Code/Cover Animations
V3.0.0
- Added the option to theme other modules using any of the module generated colors.
- Added vector animations to the Spotify Code, now the code gets sanitized, parsed and injected with animations.
- Changed how cover art is displayed, now it waits for the image to be downloaded to switch the last one, fixing any visual stutter.
- Updated the authentication service to be easier to follow along.
- Rewritten readme.md to be easier to follow along.
- Added new error types for user input.
- Notification based Dynamic Theme is deprecated.
What's Changed
Full Changelog: v2.3.2...v3.0.0
v2.3.2 | 🔠 Text animations
Merge pull request #29 from Fabrizz/dev-features Added: 🔠 Animations for texts -⏱️Always import moment before module - 📋 Readme