This repository has been archived by the owner on Jan 20, 2021. It is now read-only.
Releases: matthieugrieger/mumbledj
Releases · matthieugrieger/mumbledj
v3.2.1
v3.2.0
November 5, 2016 -- v3.2.0
- Fixed a Go panic that would occur when a YouTube playlist contained a private video.
- Added back immediate skipping for tracks/playlists that are skipped by the submitter. This was a feature that was present in the last major version of MumbleDJ but was forgotten when rewriting the bot (sorry!).
v3.1.4
August 22, 2016 -- v3.1.4
- Fixed a SoundCloud API response parsing issue that would result in empty IDs for tracks.
- Fixed the startup check for SoundCloud API.
v3.1.3
August 21, 2016 -- v3.1.3
- Fixed a deadlock that would occur during the transition from the first to second track in a queue.
v3.1.2
August 14, 2016 -- v3.1.2
- Fixed an index out of range crash in the queue skipping function.
v3.1.1
v3.1.0
July 10, 2016 -- v3.1.0
- File path for user
p12
certificate can now be provided for authenticating as a registered user via the--p12
commandline flag or theconnection.user_p12
configuration value. - Added
!register
command for registering the bot on the server.
v3.0.11
July 1, 2016 -- v3.0.11
- Potential fix for an issue with IP SANs on PEM certs.
v3.0.10
June 29, 2016 -- v3.0.10
- Fixed issue related to PEM keys being overwritten by PEM certs.
v3.0.9
June 28, 2016 -- v3.0.9
- Queue is now reset after disconnecting from the server to avoid unpredictable behavior.