From 62f3aae6cbd30b621ed9ee53c63b872b1cb65849 Mon Sep 17 00:00:00 2001 From: Nick Krecklow Date: Sun, 10 May 2020 00:32:29 -0500 Subject: [PATCH] 5.4.1 release preview --- docs/CHANGELOG.md | 5 +++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 5ac082b..1bf96f4 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,8 @@ +**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. +- Fixes potential crash issue when hashing favicons. + **5.4.0** *(May 9 2020)* - Favicons are now served over the http server (using a unique hash). This allows the favicons to be safely cached for long durations and still support dynamic updates. - Adds "graphDurationLabel" to `config.json` which allows you to manually modify the "24h Peak" label to a custom time duration. diff --git a/package-lock.json b/package-lock.json index c79760e..9878648 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "minetrack", - "version": "5.4.0", + "version": "5.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1add437..86e1ed5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minetrack", - "version": "5.4.0", + "version": "5.4.1", "description": "A Minecraft server tracker that lets you focus on the basics.", "main": "main.js", "dependencies": {