Skip to content

Releases: Androz2091/discord-player

4.0.5

25 Apr 16:23
Compare
Choose a tag to compare

Fixed

  • Fix github workflow to publish the package on npm. (f1e6dd4)
  • Remove version export. (f1e6dd4)

4.0.4

25 Apr 16:01
Compare
Choose a tag to compare

Fixed

  • Fix a mistake in filters length. (367)

4.0.3

25 Apr 10:53
Compare
Choose a tag to compare

Fixed

  • Use yarn instead of npm for gh workflow.

4.0.2

25 Apr 10:44
Compare
Choose a tag to compare

Fixed

  • Fix github workflow to publish the package automatically on npmjs.com. (15b09d9)

4.0.1

25 Apr 10:40
Compare
Choose a tag to compare

Fixed

4.0.0

25 Apr 09:25
Compare
Choose a tag to compare

⚠️ No breaking changes --but as everything has been rewritten using TypeScript we decided to release this update as a major version.

Changelogs

3.4.0

26 Feb 14:11
Compare
Choose a tag to compare

Added

  • New track argument to VideoUnavailable error. (3cc3360)
  • New MusicStarting error. (c594f48)
  • Add queue#totalTime getter. (2b439dc)

Fixed

  • Add FiltersOption type and make some types optional (#290)
  • Specify node version in README. (#299)
  • playlistAdd event is now emitted even if no song is playing. (ea84785)

Credits

Thanks to @DeltaCoderr and @hands8142

3.3.2

20 Feb 15:46
Compare
Choose a tag to compare

Fixed

  • Typings are now corrected. (64e7f06)
  • Fix README documentation. (e15690d)

3.3.1

20 Feb 15:27
Compare
Choose a tag to compare

Fixed

3.3.0

20 Feb 15:22
Compare
Choose a tag to compare

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 to createProgressBar() 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,