Releases: Oceanity/firebot-spotify
Releases · Oceanity/firebot-spotify
Beta-0.7.1
What's Changed
-
New Replace Variables
- $spotifyPlaylistOwner
- $spotifyPlaylistOwnerUrl
-
New Features
- Update Checker: when a new update is released on Github, you will be notified both by a banner on the Lyrics Grabber modal and as a Chat Feed Alert when you connect to chat after opening Firebot
-
Behind the scenes stuff
- Implemented rudimentary unit testing to hopefully avoid feature regression in future updates
- Optimized some of the internal logic to hopefully speed up a few operations such as lyric finding
Beta-0.7.0
Added Replace Variables
- spotifyTrackHasLyrics
- spotifyLyricsCurrentLine
Added Events
- Spotify Lyrics Changed
Added new Userscript to fetch lyrics from Spotify Web
Beta-0.6.5a
What's Changed
Hotfix:
- Fixed issue where non-playlist items were not being tracked
Beta-0.6.5
What's Changed
New vars:
- spotifyIsPlaylistActive:
bool
- spotifyPlaylistCoverImageUrl:
string
- spotifyPlaylistDescription:
string
- spotifyPlaylistLength:
integer
- spotifyPlaylistUrl:
string
- spotifyTrackUri:
string
- spotifyTrackId:
string
New events
- Playlist Changed
Beta-0.6.4
What's Changed
- Some methods will now trigger associated events instead of waiting for next tick
- Added more refresh token fixes/overload protection
- Log on refresh
- Bumped version
Beta-0.6.3: Merge pull request #31 from Oceanity/dev
What's Changed
- Added protection for when API returns 429 Too Many Requests
Known Issues
- Token refreshing on every endpoint again, going to figure out a better way to ensure this won't happen
Beta-0.6.2
What's Changed
- Fixed Token failing to refresh after it expires
Beta-0.6.1
What's changed
- Fixed Playback State Change event missing from merge issue, oops
v0.6
What's Changed
- Initial Release