mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Bumped version to 0.5.0. Fixes #44.
This commit is contained in:
parent
110e56ca20
commit
58abbad116
@ -11,6 +11,16 @@ Maintainers:
|
||||
Change Log
|
||||
----------
|
||||
|
||||
### [0.5.0](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.4.3...0.5.0)
|
||||
|
||||
* Added the `msm <server> config <setting> <new-value>` command. Thanks to merging pull request [#46][#46] from [@cameroncros][@cameroncros].
|
||||
* Fixed issue [#44][#44] where bash completion failed to work when accessing server conf information.
|
||||
|
||||
[#44]: https://github.com/marcuswhybrow/minecraft-server-manager/issues/44
|
||||
[@cameroncros]: https://github.com/cameroncros
|
||||
[#46]: https://github.com/marcuswhybrow/minecraft-server-manager/pull/46
|
||||
|
||||
|
||||
### [0.4.3](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.4.2...0.4.3)
|
||||
|
||||
* Creating a new server now automatically creates a `worldstorage` folder with a `readme.txt` inside.
|
||||
|
2
init/msm
2
init/msm
@ -25,7 +25,7 @@ CONF="${MSM_CONF:-/etc/msm.conf}"
|
||||
|
||||
|
||||
### The Minecraft Server Manager version, use "msm version" to check yours.
|
||||
VERSION="0.4.3"
|
||||
VERSION="0.5.0"
|
||||
|
||||
|
||||
### Config variables the user should not need/want to change
|
||||
|
Loading…
x
Reference in New Issue
Block a user