Skip to content

Releases: kyometori/djsmusic

v0.8.5

13 Jul 17:11

Choose a tag to compare

- fix wrong file name with SoundCloudUtils

v0.8.3

31 Mar 15:26

Choose a tag to compare

- update dependencies

v0.8.2

01 Jan 15:26

Choose a tag to compare

- update ytdl-core
- small patch on the docs
- move the player check part from GuildMusicManager#play to Track#constructor

v0.8.1

30 Nov 17:23

Choose a tag to compare

We found a bug & add a new experiment feature to GuildMusicManager

+ add setOnStage() to GuildMusicManager
- fix that only customMetadata#details will be sent to Track when using GuildMusicManager#play

v0.8.0

21 Oct 14:00

Choose a tag to compare

This is a minor update of this package. This update includes breaking changes.

+ add basic soundcloud support
+ add soundcloud example
- remove class BaseVideoData
- some patches of docs

v0.7.1

04 Oct 14:32

Choose a tag to compare

Minor Update. We are closer to the major release!

+ fully finish supports to youtube playlists
- change dependency of soundcloud part

v0.6.4

23 Sep 17:40

Choose a tag to compare

This is a small update of previous version

+ add type declaration
- fix something missing or wrong in docs
- change the way checking channel type

v0.6.3

18 Sep 19:08

Choose a tag to compare

This is a bug fix version of previous version

- fix Track#playedMs show incorrect time when after using seek

v0.6.2

18 Sep 18:15

Choose a tag to compare

This is a bug fix of previous version.

- fix lengthSeconds didn't get initialized in YoutubeVideoData

v0.6.1

18 Sep 17:04

Choose a tag to compare

This is a bug fix version of previous. Only effect README file (Documentation).

- fix typo of Track's property (Track#playMs => Track#playedMs)