Releases: kyometori/djsmusic
Releases · kyometori/djsmusic
v0.8.5
13 Jul 17:11
Compare
Sorry, something went wrong.
No results found
- fix wrong file name with SoundCloudUtils
v0.8.3
31 Mar 15:26
Compare
Sorry, something went wrong.
No results found
v0.8.2
01 Jan 15:26
Compare
Sorry, something went wrong.
No results found
- 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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
This is a bug fix of previous version.
- fix lengthSeconds didn't get initialized in YoutubeVideoData
v0.6.1
18 Sep 17:04
Compare
Sorry, something went wrong.
No results found
This is a bug fix version of previous. Only effect README file (Documentation).
- fix typo of Track's property (Track#playMs => Track#playedMs)