Skip to content
This repository has been archived by the owner on Jan 20, 2021. It is now read-only.

Releases: matthieugrieger/mumbledj

v3.2.1

06 Nov 04:31
Compare
Choose a tag to compare

November 5, 2016 -- v3.2.1

  • Fixed YouTube video offsets. Now YouTube URLs with ?t=<timestamp> at the end will start the audio playback at the appropriate position.

v3.2.0

06 Nov 02:44
Compare
Choose a tag to compare

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

23 Aug 03:18
Compare
Choose a tag to compare

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

22 Aug 00:58
Compare
Choose a tag to compare

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

14 Aug 17:01
Compare
Choose a tag to compare

August 14, 2016 -- v3.1.2

  • Fixed an index out of range crash in the queue skipping function.

v3.1.1

11 Jul 23:05
Compare
Choose a tag to compare

July 11, 2016 -- v3.1.1

  • Updated vendored dependencies to hopefully address the following issue: #169.

v3.1.0

11 Jul 04:18
Compare
Choose a tag to compare

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 the connection.user_p12 configuration value.
  • Added !register command for registering the bot on the server.

v3.0.11

02 Jul 01:36
Compare
Choose a tag to compare

July 1, 2016 -- v3.0.11

  • Potential fix for an issue with IP SANs on PEM certs.

v3.0.10

30 Jun 02:10
Compare
Choose a tag to compare

June 29, 2016 -- v3.0.10

  • Fixed issue related to PEM keys being overwritten by PEM certs.

v3.0.9

29 Jun 04:33
Compare
Choose a tag to compare

June 28, 2016 -- v3.0.9

  • Queue is now reset after disconnecting from the server to avoid unpredictable behavior.