This repository has been archived on 2019-06-23. You can view files and clone it, but cannot push or open issues/pull-requests.
mumbledj/CHANGELOG.md

20 lines
642 B
Markdown
Raw Normal View History

2014-09-13 00:35:47 +02:00
MumbleDJ Changelog
==================
2014-09-14 06:01:19 +02:00
### September 13, 2014
* Added song.py, a file that houses the Song class.
* Added admin & storage options to config.py.
2014-09-13 00:35:47 +02:00
### September 12, 2014
* mumble-music-bot repository renamed to mumbledj.
* Renamed all mentions of mumble-music-bot or musicbot to mumbledj.
* Restructured project for easier imports.
* Added .gitignore for pymumble.
* Now successfully connects to Mumble servers.
2014-09-13 01:45:35 +02:00
* Added command parsing.
2014-09-11 22:24:53 +02:00
### September 11, 2014
* mumble-music-bot repository created.
* Added config.py with some basic configuration options.
2014-09-12 01:49:24 +02:00
* Put placeholder methods within the MusicBot object.
* Add run_bot.py.