update docs/CHANGELOG.md

This commit is contained in:
Nick Krecklow 2020-05-08 04:54:28 -05:00
parent 02071a43c3
commit 169ec4bfde
No known key found for this signature in database
GPG Key ID: 5F149FDE156FFA94

@ -1,4 +1,5 @@
**5.4.0** *(May 8 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.
- 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.