mirror of
https://github.com/gamedig/node-gamedig.git
synced 2024-11-17 17:25:19 +01:00
3.0.9
This commit is contained in:
parent
d5dc306aaa
commit
75216133f1
2 changed files with 11 additions and 1 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,3 +1,13 @@
|
|||
### 3.0.9
|
||||
* Fixes player info parsing issues on bf1942-based mods (Thanks cetteup)
|
||||
* Adds Project Zomboid support (Thanks xhip)
|
||||
* Adds Post Scriptum support (Thanks arkuar)
|
||||
* Adds some more DayZ info to state.raw (Thanks podrivo)
|
||||
* Updates to README regarding DayZ (Thanks podrivo)
|
||||
* Improvements to DayZ mod parsing from additional more recent reverse engineering (probably still buggy)
|
||||
* Fixes ping always being 0 for minecraft servers
|
||||
* Adds README documentation about teamspeakQueryPort
|
||||
|
||||
### 3.0.8
|
||||
* Fixes player array corruption on some protocols which only report player counts without names (Thanks to a-sync)
|
||||
* Fixes minecraft protocol not using player list from bedrock protocol in some cases
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
],
|
||||
"main": "lib/index.js",
|
||||
"author": "GameDig Contributors",
|
||||
"version": "3.0.8",
|
||||
"version": "3.0.9",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/gamedig/node-gamedig.git"
|
||||
|
|
Loading…
Reference in a new issue