Skip to content

Releases: Androz2091/discord-player

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)

2.2.0

15 Jul 08:15
49888a0
Compare
Choose a tag to compare

Added

  • New karaoke filter. (#42)

Fixed

  • 416 error when playing a song should be fixed. (#46)
  • Bring back support for Node.js v12 (it required v14). (#45)

2.1.0

11 Jul 09:11
Compare
Choose a tag to compare

Added

  • New fromPlaylist property to Track class. (b9cd864)
  • New allResults parameter to Player#searchTracks() method. (7301cbe)

2.0.1

04 Jul 16:21
Compare
Choose a tag to compare

Fixed

  • Fix progress bar stream time (used for prigression). (1215364)

2.0.0

04 Jul 13:43
Compare
Choose a tag to compare

Breaking changes

"Song" word was removed in favor or "Track", resulting in the following changes:

  • songChanged event was renamed by trackChanged. (48a4ddb)

  • Queue#songs is now Queue#tracks. (48a4ddb)

  • queue.tracks no longer includes the currently playing song. queue.playing is the current one, and queue.tracks are the tracks that are going to be played. (7300116)

Added

  • All the JSDoc documentation was rewritten. (e1e51dd)
  • Youtube playlists are now supported. (ec83e01)
  • Spotify links are now handled. (a0cdcbc)
  • Filters can now being applied on music (like bassboost, etc...). (7300116)
  • New progress bar function. (c6625a0)

1.4.0

24 Apr 15:50
Compare
Choose a tag to compare

Added

  • New Player#shuffle() method.
  • New Player#remove() method.