Releases: Androz2091/discord-player
Releases · Androz2091/discord-player
2.2.0
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
Added
- New
fromPlaylist
property to Track class. (b9cd864)
- New
allResults
parameter to Player#searchTracks()
method. (7301cbe)
2.0.1
Fixed
- Fix progress bar stream time (used for prigression). (1215364)
2.0.0
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
Added
- New
Player#shuffle()
method.
- New
Player#remove()
method.