Skip to content

Releases: disgoorg/disgolink

lavalink/v1.6.0

01 May 16:26
1ec8fc6
Compare
Choose a tag to compare

What's Changed

  • Fix decode and encoding of tracks by @TopiSenpai in #39

Full Changelog: lavalink/v1.5.4...lavalink/v1.6.0

lavalink/v1.5.4

20 Apr 22:26
Compare
Choose a tag to compare

What Changed

  • add recover when event listeners are called to avoid unexpceted exits in 0f11391

Full Changelog: lavalink/v1.5.3...lavalink/v1.5.4

lavalink/v1.5.3

17 Apr 00:17
Compare
Choose a tag to compare

What Changed

  • Add check to onEvent method for playing track to not be nil in 44fc022

Full Changelog: lavalink/v1.5.2...lavalink/v1.5.3

v1.5.2

08 Apr 20:19
Compare
Choose a tag to compare

lavalink/v1.5.1

01 Apr 00:09
Compare
Choose a tag to compare

What Changed

  • removed github.com/pkg/errors

Full Changelog: lavalink/v1.5.0...lavalink/v1.5.1

lavalink/v1.5.0

24 Mar 00:15
Compare
Choose a tag to compare

What Changed

  • renamed DisgoOrg => disgoorg

Full Changelog: lavalink/v1.4.1...lavalink/v1.5.0

lavalink/v1.4.1

27 Feb 20:44
Compare
Choose a tag to compare

What Changed

  • make PlayingTrack in PlayerRestoreState nullable

Full Changelog: lavalink/v1.4.0...lavalink/v1.4.1

lavalink/v1.4.0

27 Feb 18:40
ba39ac4
Compare
Choose a tag to compare

What's Changed

  • introduce track userdata & player backup/restore for resuming by @TopiSenpai in #38
  • rename Player.Track() => Player.PlayingTrack()
  • replaced AudioPlaylist with AudioPlaylist interface
  • introduce lavalink.Time for json marshal & unmarshalling
  • add missing version, decode track & decode tracks rest endpoints
  • make change node replay audio immediately
  • destroy player when disconnected from voice channel
  • auto pick new node when disconnected
  • renamed VoiceServerUpdate => OnVoiceServerUpdate
  • renamed VoiceStateUpdate => OnVoiceStateUpdate
  • renamed PlayerUpdate => OnPlayerUpdate

Full Changelog: lavalink/v1.3.4...lavalink/v1.4.0

lavalink/v1.3.4

15 Feb 15:47
Compare
Choose a tag to compare

What's Changed

  • fix user id extraction when bot token is prefixed with Bot

Full Changelog: v1.3.3...lavalink/v1.3.4

lavalink/v1.3.3

14 Feb 19:33
Compare
Choose a tag to compare

What Changed

  • add check if user id is set before connecting to node
  • extract user id from bot token

Full Changelog: lavalink/v1.3.2...lavalink/v1.3.3