Skip to content

Releases: codetheweb/muse

Release v2.8.1

28 Apr 23:15
Compare
Choose a tag to compare

Fixed

  • Fixed import issue that broke Muse inside of Docker. Thanks @sonroyaalmerol!

Release v2.8.0

28 Apr 21:20
Compare
Choose a tag to compare

Added

  • SponsorBlock is now supported as an opt-in feature and will skip non-music segments of videos when possible. Check the readme for config details. Thanks @Charlignon!
  • There's a new config setting to make Muse responses when adding items to the queue visible only to the requester. Thanks @Sheeley7!

Release v2.7.1

19 Mar 03:35
Compare
Choose a tag to compare

Changed

  • Reduced Docker image size

Release v2.7.0

13 Mar 02:30
Compare
Choose a tag to compare

Added 馃攰

  • A /volume command is now available.
  • Set the default volume with /config set-default-volume

Release v2.6.0

03 Mar 21:48
Compare
Choose a tag to compare

Added

  • Muse can now auto-announce new tracks in your voice channel on the transition of a new track. Use /config set-auto-announce-next-song True to enable.

Release v2.5.0

17 Jan 01:48
03d960d
Compare
Choose a tag to compare

Added

  • Added /loop-queue

Release v2.4.4

22 Dec 00:34
45bdbd1
Compare
Choose a tag to compare
  • Optimized Docker container to run JS code directly with node instead of yarn, npm and tsx. Reduces memory usage.

Release v2.4.3

10 Sep 23:37
a325308
Compare
Choose a tag to compare

Fixed

  • Switched ytdl-core to patched version

Release v2.4.2

12 Aug 19:10
f1f6ee7
Compare
Choose a tag to compare

Fixed

  • Bumped node-ytsr (#948)

Release v2.4.1

23 Jul 23:11
c3ca885
Compare
Choose a tag to compare

Fixed

  • Autocomplete suggestion search for favorites use command is no longer case-sensitive
  • Autocomplete suggestion results for favorites use could return >25 results which Discord's API does not support