Update CHANGELOG, small typo fix
This commit is contained in:
parent
3815634971
commit
6b1853ed5f
|
@ -1,10 +1,11 @@
|
|||
MumbleDJ Changelog
|
||||
==================
|
||||
|
||||
### February 17, 2015 -- `v2.6.0`
|
||||
### February 17, 2015 -- `v2.6.0, v2.6.1`
|
||||
* Added caching system to MumbleDJ.
|
||||
* Added configuration variables in `mumbledj.gcfg` for caching related settings (please note that caching is off by default).
|
||||
* Added `!numcached` and `!cachesize` commands for admins.
|
||||
* Added optional song length limit (thanks [jakexks](https://github.com/jakexks)!)
|
||||
|
||||
### February 12, 2015 -- `v2.5.0`
|
||||
* Updated dependencies and fixed code to match `gumble` API changes.
|
||||
|
|
|
@ -22,7 +22,7 @@ PlaylistSkipRatio = 0.5
|
|||
# NOTE: If you do not want a comment by default, set the variable equal to an empty string ("").
|
||||
DefaultComment = "Hello! I am a bot. Type !help for a list of commands."
|
||||
|
||||
# Maximum song duration in seconds (0 = unristrcted)
|
||||
# Maximum song duration in seconds (0 = unrestricted)
|
||||
# Default Value: 0
|
||||
MaxSongDuration = 0
|
||||
|
||||
|
|
Reference in a new issue