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

Releases: matthieugrieger/mumbledj

v2.7.3

14 May 17:55
Compare
Choose a tag to compare

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

13 May 05:56
Compare
Choose a tag to compare

May 12, 2015 -- v2.7.2

  • Fixed incorrect values shown in timestamp for videos over an hour long.
  • Reworked timestamp parsing.

v2.7.1

10 May 05:08
Compare
Choose a tag to compare

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

18 Apr 00:00
Compare
Choose a tag to compare

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

28 Mar 23:13
Compare
Choose a tag to compare

March 28, 2015 -- v2.6.10

  • Fixed a crash that would occur when the last song of a playlist was skipped.

v2.6.9

28 Mar 03:46
Compare
Choose a tag to compare

March 27, 2015 -- v2.6.9

  • Fixed a race condition that would sometimes cause the bot to crash (thanks dylanetaft!).

v2.6.8

26 Mar 17:35
Compare
Choose a tag to compare

March 26, 2015 -- v2.6.8

  • Renamed mumbledj.gcfg to config.gcfg. However, please note that it will still be called mumbledj.gcfg in your ~/.mumbledj directory. Hopefully this will avoid any ambiguity when referring to the
    config files.
  • Tweaked the Makefile to handle situations where go build creates an executable with an appended version number.

v2.6.7

21 Mar 04:38
Compare
Choose a tag to compare

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 and PLAYLIST_SKIPPED_HTML are no longer shown if the submitter or admin skips a song/playlist.

v2.6.6

07 Mar 09:33
Compare
Choose a tag to compare

March 7, 2015 -- v2.6.6

  • Added missing AdminSkipPlaylistAlias option to mumbledj.gcfg.

v2.6.5

26 Feb 04:49
Compare
Choose a tag to compare

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.