Skip to content

Releases: Androz2091/discord-player

3.2.0

26 Dec 23:26
Compare
Choose a tag to compare

Added

  • New autoSelfDeaf option for Player class. (dc68644)
  • New leaveOnEmptyCooldown option for Player class. (a2f2057)
  • New setLoopMode() method. (fdf4a59)
  • New back() method. (4390ff3)

3.1.0

26 Dec 22:28
Compare
Choose a tag to compare

Added

  • New firstResult parameter to play() method to skip embed selection. (f9c6bf2)
  • New error type (LiveVideo). (62a56cb)
  • Embed selection is now automatically cancelled if the same user sends the play() command twice. (62190d3)

Fixed

  • README examples are now fixed. (b1c9db3)
  • Soundcloud links are now working again. (9e2f0ac)
  • YouTube playlists validation has been improved. (183d978)
  • Errors are now totally handled (queueEnd and channelEmpty are working). (8385fbe)
  • Deprecation warnings from ytdl-core have been fixed. (c46a728)
  • clearQueue() method has been fixed and keeps the currently playing track. (82cc16a)

Thanks

Huge thanks to @Dev-CasperTheGhost, @hands8142 and @ZerioDev for their help!

3.0.3

23 Nov 20:34
Compare
Choose a tag to compare

Fixed

3.0.2

03 Nov 20:20
Compare
Choose a tag to compare

Fixed

  • noResults is not emitted when no song is found on YouTube. (23ecdf7)

3.0.1

03 Nov 18:09
Compare
Choose a tag to compare

Fixed

  • Fix video.duration undefined (3db881f)
  • leaveOnEmptyCooldown is now optional for typings (269c2b4)

3.0.0

01 Nov 15:43
Compare
Choose a tag to compare

⚠️ This release changes a lot of things and fixes a lot of bugs. Read the README file to know how to update and if you have questions, ask here or using the GH issues. You can use this bot as an example:

3.0.0-beta.3

01 Nov 15:12
714a5d0
Compare
Choose a tag to compare
3.0.0-beta.3 Pre-release
Pre-release
  • Bring back support for Node v12 (f6631ab)

2.3.1

31 Jul 11:52
Compare
Choose a tag to compare

Fixed

  • stop() function now destroys the ytdl stream. (cfbd0ad)
  • createProgressBar() function is now working even if the stream is not really started. (4b133c7)
  • Remove ytsr callbacks in favor or promises. (ea3c27f)

3.0.0-beta.2

01 Nov 13:13
Compare
Choose a tag to compare
3.0.0-beta.2 Pre-release
Pre-release

All the bugs related to youtube-dl and ytsr are fixed.

2.3.0

23 Jul 12:16
Compare
Choose a tag to compare

Added

Fixed

  • 8D filter definition has been improved. (#50)
  • vaporwave filter definition has been improved. (#50)
  • nightcore filter definition has been improved. (#50)
  • normalizer filter definition has been improved. (#50)
  • ytpl has been bumped from 0.0.15 to 0.0.18, so playlist handling is now fixed. (cd87f10)
  • clearQueue() method now also clears the first track of the queue. (fda8204)
  • setFilters method documentation has been fixed. (5d5ab1b)
  • Event messages documentation has been fixed. (b5265d2, #54)