This repository has been archived by the owner on May 15, 2022. It is now read-only.
Releases: cryo-sphere/lavalink
Releases · cryo-sphere/lavalink
Release v1.2.1
Release v1.2.0
- External title property for tracks for plugins like Deezer and Spotify
- Bumped dependencies
Release v1.1.0
Socket#event():
- Removed player.stop() from error event handler
- Changed the if to a switch statement
I want to kill myselffffff
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
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
Bug fixes:
- Incorect channel when player is moved
- State doesn't change to "DISCONNECTED" after getting disconnected manually
Release v1.0.6
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
Hot fix:
- current.track of null when skipping tracks fix
Release v1.0.4
Hot fix:
- Skip not stopping the song when amount = 1
Release v1.0.3 🎉
Bug fixes:
- Incorrect @ event statement
- Reconnection timeout not working