Releases: Androz2091/discord-player
Releases · Androz2091/discord-player
3.2.0
3.1.0
Added
- New
firstResult
parameter toplay()
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
andchannelEmpty
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
3.0.2
3.0.1
3.0.0
3.0.0-beta.3
- Bring back support for Node v12 (f6631ab)
2.3.1
3.0.0-beta.2
All the bugs related to youtube-dl
and ytsr
are fixed.
2.3.0
Added
- New
flanger
filter. (#50) - New
gate
filter. (#50) - New
haas
filter. (#50) - New
mcompand
filter. (#50) - JSDoc template is now jsdoc-skyceil. (e3e5181)
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)