Skip to content

Releases: skick1234/DisTube

3.2.0

19 Jan 04:42
Compare
Choose a tag to compare
  • Export version and add DisTube#version to check the current DisTube version
  • Fix options is not optional parameter in typings

Full Changelog: 3.1.1...3.2.0

3.1.1

15 Jan 08:26
Compare
Choose a tag to compare
  • Refactor error for better debugging

Full Changelog: 3.1.0...3.1.1

3.1.0

13 Jan 10:21
Compare
Choose a tag to compare

Features

  • DisTube: add metadata option to #play method
  • DisTube: add #createCustomPlaylist method
  • Song,Playlist: add #metadata property

Refactor

  • DisTube: deprecate #play(Message)
  • (*): deprecate multiple optional arguments
  • DisTubeHandler: deprecate #createQueue and #createCustomPlaylist method
  • Plugin: remove #getRelatedSongs, apply optional arguments.

Outdated plugins are not supported

Full Changelog: 3.0.7...3.1.0

3.0.7

08 Jan 07:54
Compare
Choose a tag to compare
  • Fix DisTubeVoice#volume is unexpectedly changed in some cases

Full Changelog: 3.0.6...3.0.7

3.0.6

08 Jan 07:24
Compare
Choose a tag to compare
  • Make @discordjs/opus optional

This makes @discordjs/opus won't be installed automatically when installing distube with npm 7 or above

Full Changelog: 3.0.5...3.0.6

3.0.5

28 Dec 11:43
Compare
Choose a tag to compare
  • Use Util#entersState method instead of @discordjs/voice one
  • Remove deprecated stuff

Full Changelog: 3.0.4...3.0.5

3.0.4

14 Dec 02:38
Compare
Choose a tag to compare
  • Fix new stream doesn't pause when Queue#paused is true
  • INVALID_TYPE error stringify what it got

3.0.3

15 Nov 06:31
Compare
Choose a tag to compare
  • Fix cannot play live stream

3.0.2

09 Nov 23:18
Compare
Choose a tag to compare
  • Add DisTubeHandler#createSearchMessageCollector method
  • Add force parameter to DisTubeVoice#stop
  • Throws VOICE_DEPRECATED_CONNECTION error if using discord.js v12 built-in voice system

3.0.1

17 Oct 03:52
Compare
Choose a tag to compare
  • Remove git from the requirement