From 3ce0ad0a9b082433afc34ddab3f2aef773de9a30 Mon Sep 17 00:00:00 2001 From: Matthieu Grieger Date: Sat, 27 Dec 2014 00:31:27 -0800 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 736d777..ef08266 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ MumbleDJ Changelog ================== +### December 27, 2014 [`v2.0.0`] +* Reached feature parity with old version of MumbleDJ. +* Bot is now written completely in Golang instead of Lua and Python. +* Stability improved in many areas. +* Audio quality is slightly better due to using higher bitrate m4a files instead of Ogg Vorbis. +* All YouTube URLs should be supported now. +* Added an admin skip command that allows an admin to force skip a song. +* Added `mumbledj.gcfg`, where all configuration options are now stored. +* Added a reload command, used to reload the configuration when a change is made. + ### December 8, 2014 * Switched from Ruby to Go, using `gumble` instead of `mumble-ruby` now.