Releases: Androz2091/discord-player
Releases · Androz2091/discord-player
3.3.0
Added
- New
seek
method (jump to a specific position in the track). (#236) - New
moveTo
method (to move the bot to a new channel). (#236) - New music quality option in player options. (6d53e02)
- Spotify albums and playlists are now entirely supported. (15e223a)
- New
currentStreamTime
getter on queue class. (00f77fb) - Support for Discord media links. (#236)
- Support for Facebook media links. (#236)
- Support for Vimeo video links. (#236)
- Support for Reverbnation music links. (#236)
- (a lot of!) new player filters. (#236)
- New
queue
option tocreateProgressBar()
method. (1af218f)
Fixed
- Soundcloud playlists are now perfectly handled. (#236)
- Module now checks if FFMEG is installed. (a2df82d)
- Fix
LiveError
documentation. (#229) - Fix
leaveCooldown
option. (#275) - Filters can now be overwritten. (#243)
- Stream errors are now caught. (4a75dae)
- Additional check for
leaveOnEmpty
option to prevent errors. (42e8427) - Fix
trackStart
event (queue parameter was sometimes missing). (4500894)
Credits
Huge thanks to @snowflake107, @Dev-CasperTheGhost, @AkumaKitty,
3.2.1
Added
- New
mono
filter. (bddf518)
Fixed
- Improve bass, normalizer and 8D filters (#223)
- Fix NotConnected error handling. (9c56976)
firstResult
value is nowfalse
by default. (0a3a41c)- Fix
fromPlaylist
property for Track class. (daa3d02) - README.md examples are now up-to-date with latest methods. (4925b18)
enabled
param is now typed forsetRepeatMode()
method. (66e0930)enabled
param is now documented forsetLoopMode()
method. (5513e33)
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)