Skip to content

Releases: Oceanity/firebot-spotify

Beta-0.7.1

16 Jun 21:07
f255f91
Compare
Choose a tag to compare

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

10 Jun 01:34
1eca1c1
Compare
Choose a tag to compare

Added Replace Variables

  • spotifyTrackHasLyrics
  • spotifyLyricsCurrentLine

Added Events

  • Spotify Lyrics Changed

Added new Userscript to fetch lyrics from Spotify Web

Beta-0.6.5a

08 Jun 05:05
a7dbe90
Compare
Choose a tag to compare

What's Changed

Hotfix:

  • Fixed issue where non-playlist items were not being tracked

Beta-0.6.5

07 Jun 22:33
56a941a
Compare
Choose a tag to compare

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

03 Jun 19:03
b82bc94
Compare
Choose a tag to compare

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

03 Jun 14:54
c1a5da9
Compare
Choose a tag to compare

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

03 Jun 03:17
c2a44ab
Compare
Choose a tag to compare

What's Changed

  • Fixed Token failing to refresh after it expires

Beta-0.6.1

03 Jun 00:24
2c80beb
Compare
Choose a tag to compare

What's changed

  • Fixed Playback State Change event missing from merge issue, oops

v0.6

02 Jun 23:10
2c80beb
Compare
Choose a tag to compare
v0.6 Pre-release
Pre-release

What's Changed

  • Initial Release