Releases: solaluset/DandelionMusic
Releases · solaluset/DandelionMusic
Dandelion v1.7.1
What's Changed
- Unexpected exceptions are now printed with full traceback
- Updated dependencies
- Fixed
vc_timeout
not being fully disabled - Expired YouTube URLs are now refreshed
- Fixed Spotify playlists without query part
Full Changelog: v1.7.0...v1.7.1
Dandelion v1.7.0
What's Changed
- Fixed custom links
- Fixed ClientException: Not connected to voice
- Added support for attachments in
play
command - Split "unsupported or restricted" error into two different errors
- Updated auto-downloaded FFmpeg
- Bumped dependencies
Full Changelog: v1.6.7...v1.7.0
Dandelion v1.6.7
Dandelion v1.6.6
What's Changed
- Switched to "spawn" multiprocessing context on all platforms
- Added support for new Spotify album links
Full Changelog: v1.6.4...v1.6.6
Dandelion v1.6.4
What's Changed
- Fixed Windows support broken in previous update
- Fixed PyInstaller
.exe
- Added
shutdown
command - Remade
Ctrl+C
interrupt system
Full Changelog: v1.6.0...v1.6.4
Dandelion v1.6.0
What's Changed
- Timeout system was greatly improved
- User agent was updated
- It's now possible to switch to next/previous song in
single
loop mode - Bot properly reacts when it's moved or disconnected by moderators
clear
command clears all pending songs instead of stopping player completely- Improved song loading
- Generated
config.json
contains comments - Config variable
VC_TIMOUT_DEFAULT
was renamed toVC_TIMEOUT_DEFAULT
- Bot checks for voice permissions before connecting
- Bot accepts new format of Spotify links
- Button plugin enqueues all supported links found in message
- Second argument of
move
command became optional (omitting it will move the song to the end of queue) - Shuffling the queue and (re)moving a song triggers preload
- The bot will use better quality images for thumbnails
- A song goes to history only after it finishes playing
- Play command properly displays whether it started playing or enqueued the song
- Updated dependencies
- Improved code & its formatting
Full Changelog: v1.5.3...v1.6.0
Dandelion v1.5.3
This release mainly bumps dependencies and doesn't include new features.
Full Changelog: v1.5.2...v1.5.3
Dandelion v1.5.2
- Better slash commands
- Better permissions checks
- New
dj_role
setting to set a role which will give members full control over the bot - All errors that happen during command execution are now sent as response to invoker instead of just dumping traceback to console
- More stable buttons
Full Changelog: v1.4.1...v1.5.2
Dandelion v1.4.1
This is the first release in my repository. There are a lot of changes and additions, including:
- Song announce feature
- Slash commands support
- Automatic ffmpeg download on Windows
- Docker compatibility
- Loop queue feature
- (Re)move song feature
- Player with buttons
- Automatic skip of unavailable songs
- Easy background running
- Bug fixes