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

Releases: matthieugrieger/mumbledj

v2.2.9

14 Jan 20:00
Compare
Choose a tag to compare

January 14, 2015 -- v2.2.9

  • Set AudioEncoder Application to gopus.Audio instead of gopus.Voice for hopefully better sound quality.

v2.2.8

13 Jan 00:25
Compare
Choose a tag to compare

January 12, 2015 -- v2.2.8

  • Added !nextsong command, which outputs some information about the next song in the queue if it exists.

v2.2.7

11 Jan 00:19
Compare
Choose a tag to compare

January 10, 2015 -- v2.2.7

  • Added !help command, which displays a list of valid commands in Mumble chat (thanks MrKrucible!).

v2.2.6

10 Jan 21:37
Compare
Choose a tag to compare

January 10, 2015 -- v2.2.6

  • Fixed type mismatch error when building MumbleDJ.
  • Added traversal function to SongQueue.
  • Added !numsongs command, which outputs how many songs are currently in the SongQueue.

v2.2.5

10 Jan 00:46
Compare
Choose a tag to compare

January 9, 2015 -- v2.2.5

  • Fixed some YouTube playlist URLs crashing the bot and not retrieving metadata correctly.

v2.2.4

09 Jan 03:35
Compare
Choose a tag to compare

January 8, 2015 -- v2.2.4

  • Fixed a crash caused by a user trying to skip the same song more than once.

v2.2.3

07 Jan 19:12
Compare
Choose a tag to compare

January 7, 2015 -- v2.2.3

  • Fixed a crash caused by entering a skip request when no song is currently playing.

v2.2.2

06 Jan 03:20
Compare
Choose a tag to compare

January 5, 2015 -- v2.2.2

  • Hopefully fixed a situation that would cause the song queue to stop working.
  • Added !reset command. Use this to reset the song queue.

v2.2.1

05 Jan 20:07
Compare
Choose a tag to compare

January 5, 2015 -- v2.2.1

  • Attached gumbleutil.AutoBitrate EventListener to client. This should hopefully fix the issues with audio cutting in and out.
  • Moved dependency installation to default make command to better enforce new updates.
  • Added make build to Makefile to allow previous functionality of the default make command.

v2.2.0

03 Jan 19:50
Compare
Choose a tag to compare

January 3, 2015 -- v2.2.0

  • Added ability to add YouTube playlists to the queue. Note that the max size of a playlist is 25 songs, anything larger will only use the first 25 songs in the playlist.
  • Fixed a crash while attempting to add URLs to the queue.
  • Re-made the song queue using my own "queue-like" structure using slices.