From 60f4a3a2df2d31b14640359380c79e401ccdbe42 Mon Sep 17 00:00:00 2001 From: Matthieu Grieger Date: Thu, 18 Sep 2014 11:56:50 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d64cf2..7dffba5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ MumbleDJ Changelog ================== +### September 18, 2014 +* Added command alias options to config. +* Moved most of the skip-related code to song_queue.lua. +* Commented more thoroughly the code, mostly pointing out what each function does. +* Made more progress toward a working song queue. It only seems to play the first song in the queue at the moment. + ### September 17, 2014 * Removed USERNAME field from config.lua. It wasn't needed and introduced situations that may cause problems. * Fixed download_audio.py. It now seems to reliably download/encode audio. ffmpeg output has been silenced.