This repository has been archived by the owner on Jan 20, 2021. It is now read-only.
Releases: matthieugrieger/mumbledj
Releases · matthieugrieger/mumbledj
v2.7.3
May 14, 2015 -- v2.7.3
- Fixed
!move
not working for subchannels (thanks @mkbwong). - Fixed MumbleDJ showing invalid YouTube ID error message in chat when an invalid YouTube API key is supplied (thanks @fiveofeight).
- Fixed MumbleDJ showing invalid YouTube ID error message in chat when a song exceeds the allowed time duration.
v2.7.2
May 12, 2015 -- v2.7.2
- Fixed incorrect values shown in timestamp for videos over an hour long.
- Reworked timestamp parsing.
v2.7.1
May 9, 2015 -- v2.7.1
- Added support for YouTube offsets. This means that YouTube URLs with the
t
parameter will start at the time specified in the URL instead of the beginning. - Cleaned up comments in some files and removed some unnecessary code.
- Fixed a bug in which a duration of 0:00 was shown for songs that were less than a minute long.
v2.7.0
Very important update! Please update to this version if you are running an older version of MumbleDJ ASAP.
April 17, 2015 -- v2.7.0
- Migrated all YouTube API calls to YouTube Data API v3. This means that you MUST follow the instructions in the following link if you were using a previous version of MumbleDJ: https://github.com/matthieugrieger/mumbledj#youtube-api-keys.
- Made the SongQueue much more flexible. These changes will allow easy addition of support for other music services.
v2.6.10
March 28, 2015 -- v2.6.10
- Fixed a crash that would occur when the last song of a playlist was skipped.
v2.6.9
March 27, 2015 -- v2.6.9
- Fixed a race condition that would sometimes cause the bot to crash (thanks dylanetaft!).
v2.6.8
March 26, 2015 -- v2.6.8
- Renamed
mumbledj.gcfg
toconfig.gcfg
. However, please note that it will still be calledmumbledj.gcfg
in your~/.mumbledj
directory. Hopefully this will avoid any ambiguity when referring to the
config files. - Tweaked the
Makefile
to handle situations wherego build
creates an executable with an appended version number.
v2.6.7
March 20, 2015 -- v2.6.7
- Fixed a typo in
mumbledj.gcfg
. - Songs and playlists are now skipped immediately if the submitter submits a skip command.
SONG_SKIPPED_HTML
andPLAYLIST_SKIPPED_HTML
are no longer shown if the submitter or admin skips a song/playlist.
v2.6.6
March 7, 2015 -- v2.6.6
- Added missing AdminSkipPlaylistAlias option to
mumbledj.gcfg
.
v2.6.5
February 25, 2015 -- v2.6.5
- Added automatic connection retries if the bot loses connection to the server. The bot will attempt to reconnect to the server every 30 seconds for a period of 15 seconds, then exit if
a connection cannot be made.