mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Bumped version to 0.6.3.
This commit is contained in:
@ -11,6 +11,13 @@ Maintainers:
|
|||||||
Change Log
|
Change Log
|
||||||
----------
|
----------
|
||||||
|
|
||||||
|
### [0.6.3](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.6.2...0.6.3)
|
||||||
|
|
||||||
|
* Improved the `msm server list` command to show active/inactive and running/stopped statuses. Thanks to [oldman,j's suggestion][uservoice-2987515].
|
||||||
|
|
||||||
|
[uservoice-2987515]: http://minecraftservermanager.uservoice.com/forums/166773-general/suggestions/2987515-the-server-list-command-
|
||||||
|
|
||||||
|
|
||||||
### [0.6.2](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.6.1...0.6.2)
|
### [0.6.2](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.6.1...0.6.2)
|
||||||
|
|
||||||
* Fixed issue [#49][#49] where, probably since 0.6.0, `active` files where not being created upon server start.
|
* Fixed issue [#49][#49] where, probably since 0.6.0, `active` files where not being created upon server start.
|
||||||
|
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.
|
### The Minecraft Server Manager version, use "msm version" to check yours.
|
||||||
VERSION="0.6.2"
|
VERSION="0.6.3"
|
||||||
|
|
||||||
|
|
||||||
### Config variables the user should not need/want to change
|
### Config variables the user should not need/want to change
|
||||||
|
Reference in New Issue
Block a user