5.4.2 release
This commit is contained in:
parent
005798aa0d
commit
a308eb35fb
@ -1,3 +1,6 @@
|
||||
**5.4.2** *(May 13 2020)*
|
||||
- Fixes a typo causing `_minecraft._tcp.*` SRV records to not resolve.
|
||||
|
||||
**5.4.1** *(May 10 2020)*
|
||||
- Adds warnings when the system is pinging more frequently than it is getting replies.
|
||||
- Replaces the legacy mc-ping-updated dependency with a new library, mcping-js. This fixes some bugs that could cause "zombie" connections and cause stuttering in the ping loops.
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "minetrack",
|
||||
"version": "5.4.1",
|
||||
"version": "5.4.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "minetrack",
|
||||
"version": "5.4.1",
|
||||
"version": "5.4.2",
|
||||
"description": "A Minecraft server tracker that lets you focus on the basics.",
|
||||
"main": "main.js",
|
||||
"dependencies": {
|
||||
|
Loading…
Reference in New Issue
Block a user