Skip to content

Releases: Androz2091/discord-player

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.