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)*
|
**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
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": {
|
||||||
|
Loading…
Reference in New Issue
Block a user