This repository has been archived by the owner on Jan 20, 2021. It is now read-only.
Releases: matthieugrieger/mumbledj
Releases · matthieugrieger/mumbledj
v2.1.3
December 30, 2014 -- v2.1.3
- Fixed YouTube URL parsing not working for some forms of YouTube URLs.
- Now recovers more gracefully if an audio download fails. Instead of panicking, the bot will send a message to the user who added the URL, telling them the audio download failed.
v2.1.2
December 29, 2014 -- v2.1.2
- Fixed skip messages not being displayed in chat.
v2.1.1
December 27, 2014 -- v2.1.1
- Fixed char comparison with dj.conf.General.CommandPrefix.
v2.1.0
December 27, 2014 -- v2.1.0
- Implemented volume control. Now changes volume while audio is playing!
- Code is now more thoroughly commented.
v2.0.0
December 27, 2014 -- v2.0.0
- Reached feature parity with old version of MumbleDJ.
- Bot is now written completely in Golang instead of Lua and Python.
- Now uses
gumble
for interacting with Mumble instead ofpiepan
. - Stability improved in many areas.
- Audio quality is slightly better due to using higher bitrate m4a files instead of Ogg Vorbis.
- All YouTube URLs should be supported now.
- Added an admin skip command that allows an admin to force skip a song.
- Added
mumbledj.gcfg
, where all configuration options are now stored. - Added a reload command, used to reload the configuration when a change is made.