beta 5.4.0
This commit is contained in:
parent
f467fa1938
commit
5f2c62c23a
@ -10,9 +10,9 @@
|
|||||||
"connectTimeout": 2500
|
"connectTimeout": 2500
|
||||||
},
|
},
|
||||||
"performance": {
|
"performance": {
|
||||||
"skipUnfurlSrv": true
|
"skipUnfurlSrv": false
|
||||||
},
|
},
|
||||||
"logToDatabase": true,
|
"logToDatabase": false,
|
||||||
"graphDuration": 86400000,
|
"graphDuration": 86400000,
|
||||||
"serverGraphDuration": 180000
|
"serverGraphDuration": 180000
|
||||||
}
|
}
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
**5.4.0** *(May 8 2020)*
|
||||||
|
- Adds "graphDurationLabel" to `config.json` which allows you to manually modify the "24h Peak" label to a custom time duration.
|
||||||
|
- Adds "serverGraphDuration" to `config.json` which allows you to specify the max time duration for the individual server player count graphs.
|
||||||
|
- Adds "performance.skipUnfurlSrv" to `config.json` which allows you to skip SRV unfurling when pinging. For those who aren't pinging servers that use SRV records, this should help speed up ping times.
|
||||||
|
- Ping timestamps are now shared between all server pings. This means less data transfer when loading or updating the page, less memory usage by the backend and frontend, and less hectic updates on the frontend.
|
||||||
|
|
||||||
**5.3.1** *(May 5 2020)*
|
**5.3.1** *(May 5 2020)*
|
||||||
- Fixes Mojang service status indicators not updating after initial page load.
|
- Fixes Mojang service status indicators not updating after initial page load.
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "minetrack",
|
"name": "minetrack",
|
||||||
"version": "5.3.1",
|
"version": "5.4.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "minetrack",
|
"name": "minetrack",
|
||||||
"version": "5.3.1",
|
"version": "5.4.0",
|
||||||
"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