Skip to content

Releases: solaluset/DandelionMusic

Dandelion v1.7.1

18 Nov 11:41
d34243f
Compare
Choose a tag to compare

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

22 Sep 15:13
9453443
Compare
Choose a tag to compare

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

14 Aug 15:08
e7ae90c
Compare
Choose a tag to compare

What's Changed

  • Updated requirements
  • Improved CLI experience

Full Changelog: v1.6.6...v1.6.7

Dandelion v1.6.6

07 Jul 12:43
dafc86a
Compare
Choose a tag to compare

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

23 Jun 09:18
4d8224d
Compare
Choose a tag to compare

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

21 Jun 08:11
2f38bd1
Compare
Choose a tag to compare

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 to VC_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

03 Apr 06:09
0f6dd82
Compare
Choose a tag to compare

This release mainly bumps dependencies and doesn't include new features.

Full Changelog: v1.5.2...v1.5.3

Dandelion v1.5.2

09 Mar 17:47
300d534
Compare
Choose a tag to compare
  • 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

25 Feb 16:16
Compare
Choose a tag to compare

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