Skip to content

Commit

Permalink
update to v2.4.7
Browse files Browse the repository at this point in the history
- ms version/protocol are read directly from jar server
- added check for ms eula.txt file
- implemented ms suspension (windows/linux/darwin)
- added motd logging of major ms error
- server-icon-frozen is automatically resized
- added Dockerfile

- bugfix colors on windows terminal
- bugfix "msh exit" ungraceful server shutdown
- bugfix defunct java server process
- bugfix mshid generation
  • Loading branch information
gekigek99 committed Jul 2, 2022
1 parent d9babb2 commit 3b9a95f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ _(for vanilla/modded on linux/windows/macos)_
</a>
</p>

version: v2.4.6
version: v2.4.7
Copyright (C) 2019-2022 [gekigek99](https://github.com/gekigek99)

Check the [releases](https://github.com/gekware/minecraft-server-hibernation/releases) to download the binaries (for linux, windows and macos)
Expand Down
2 changes: 1 addition & 1 deletion lib/progmgr/progmgr.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
)

var (
MshVersion string = "v2.4.6" // msh version
MshVersion string = "v2.4.7" // msh version
MshCommit string = "-------" // msh commit

// msh program
Expand Down

0 comments on commit 3b9a95f

Please sign in to comment.