Skip to content
This repository has been archived by the owner on May 15, 2022. It is now read-only.

Releases: cryo-sphere/lavalink

Release v1.2.1

27 Nov 11:00
c8fb32f
Compare
Choose a tag to compare
  • Bump dependency ws to v8.3.0

Release v1.2.0

02 Nov 21:05
Compare
Choose a tag to compare
  • External title property for tracks for plugins like Deezer and Spotify
  • Bumped dependencies

Release v1.1.0

07 Sep 13:30
Compare
Choose a tag to compare

Socket#event():

  • Removed player.stop() from error event handler
  • Changed the if to a switch statement

I want to kill myselffffff

19 Aug 18:28
Compare
Choose a tag to compare

Like seriously, 20 releases only because I don't have a brain...

Fix:

  • State didn't update before the "playerMove" event was emitted

I am stupid

19 Aug 18:22
Compare
Choose a tag to compare

Quick hotfix, because of the state updating stuff, I decided to move to player.connected. It should now give the correct state (true if connected, false if not)

Release v1.0.7

19 Aug 17:55
95920c1
Compare
Choose a tag to compare

Bug fixes:

  • Incorect channel when player is moved
  • State doesn't change to "DISCONNECTED" after getting disconnected manually

Release v1.0.6

18 Aug 21:28
Compare
Choose a tag to compare

Idk why I do a lot of releases at once, anyways, added a custom play timeout. It used to be 1e3 (1s) but changed it to custom because I didn't release like a fixed timeout time

Release v1.0.5

18 Aug 21:17
879c603
Compare
Choose a tag to compare

Hot fix:

  • current.track of null when skipping tracks fix

Release v1.0.4

18 Aug 21:01
fee67f2
Compare
Choose a tag to compare

Hot fix:

  • Skip not stopping the song when amount = 1

Release v1.0.3 🎉

18 Aug 20:24
Compare
Choose a tag to compare

Bug fixes:

  • Incorrect @ event statement
  • Reconnection timeout not working