Skip to content

Commit

Permalink
update to v2.5.0
Browse files Browse the repository at this point in the history
# since v2.4.0:
### major updates
- Implemented api2 in program manager
- implemented ms suspension (windows/linux/darwin)
- Added command-line arguments
- Added major ms error report to client
- Added msh console input reserved line
- Added stats query support
- Updated mshID management

### minor updates
- Added possibility to kill the minecraft server after stop command is issued
- Added notification for unofficial version
- Added msh exit command
- Added server info request for player count
- Added msh whitelist to start server (with minecraft server config import feature)
- Added msh messages in game chat
- Added check for minecraft server eula.txt file
- Added Msh server icon automatic resize
- Added minecraft server process suspension refresh to mitigate watchdog caused crash
- Added cpu/mem usage logging
- Added internet usage logging flag
- Added milliseconds in log
- Improved regex player count search
- Improved cpu percent calculation

### bugfix
- Bugfix `msh exit` ungraceful server shutdown
- Bugfix mshid generation
- Bugfix array error when bad request
- Bugfix logging of internet usage
- Bugfix bad log colors
- Bugfix ms terminal hanging
- Bugfix ms soft freeze scheduler
- Bugfix force freeze error when ms is starting
- Bugfix 0xffffffff overflow in arch386
- Bugfix sigint while ms starting does not stop ms
- Bugfix internal playercount (now connection count)
- Bugfix machine mem value overflow on 32bit arch
- Bugfix list unexpected output
- Bugfix ms command space parsing
- Bugfix query protocol related bugs
- Bugfix ms-uptime increase when ms is suspended
- Bugfix process cpu/mem on linux
- Bugfix eula.txt generation of fresh server
- Bugfix ms join timeout
- Bugfix msh args parsing
- Bugfix autorefresh prompt line
- Bugfix crash during ping emulation
- ...others

### code
- Added errco package
- Added log type
- Added log level
- Added log code
- Added tests
- Added vendor folder
- Improved logging
- Improved trace layout
  • Loading branch information
gekigek99 committed Mar 18, 2023
1 parent a5ce3ed commit 0876091
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.12
version: v2.5.0
Copyright (C) 2019-2023 [gekigek99](https://github.com/gekigek99)

Join our [discord server](https://discord.com/invite/guKB6ETeMF)!
Expand Down
2 changes: 1 addition & 1 deletion lib/progmgr/progmgr.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ COMMIT COLLECTION
*/

var (
MshVersion string = "v2.4.12" // msh version
MshVersion string = "v2.5.0" // msh version
MshCommit string = "-------" // msh commit

// msh program
Expand Down

0 comments on commit 0876091

Please sign in to comment.