5.4.2 release

This commit is contained in:
Nick Krecklow 2020-05-13 16:41:05 -05:00
parent 005798aa0d
commit a308eb35fb
No known key found for this signature in database
GPG Key ID: 5F149FDE156FFA94
3 changed files with 5 additions and 2 deletions

@ -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)* **5.4.1** *(May 10 2020)*
- Adds warnings when the system is pinging more frequently than it is getting replies. - 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. - 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

@ -1,6 +1,6 @@
{ {
"name": "minetrack", "name": "minetrack",
"version": "5.4.1", "version": "5.4.2",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

@ -1,6 +1,6 @@
{ {
"name": "minetrack", "name": "minetrack",
"version": "5.4.1", "version": "5.4.2",
"description": "A Minecraft server tracker that lets you focus on the basics.", "description": "A Minecraft server tracker that lets you focus on the basics.",
"main": "main.js", "main": "main.js",
"dependencies": { "dependencies": {