release 5.2.1
This commit is contained in:
parent
a335591d62
commit
2ee9c8b919
@ -1,3 +1,6 @@
|
|||||||
|
**5.2.1** *(May 1 2020)*
|
||||||
|
- The historical graph will now auto scale its yaxis steps.
|
||||||
|
|
||||||
**5.2.0** *(Apr 29 2020)*
|
**5.2.0** *(Apr 29 2020)*
|
||||||
- Updated protocol to use serverIds instead of string names. This will reduce wasted bandwidth when pushing updates.
|
- Updated protocol to use serverIds instead of string names. This will reduce wasted bandwidth when pushing updates.
|
||||||
- Removed "updatePeak", "peaks" and "updateHistoryGraph" socket events. Their behavior has been optimized and merged into "update".
|
- Removed "updatePeak", "peaks" and "updateHistoryGraph" socket events. Their behavior has been optimized and merged into "update".
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "minetrack",
|
"name": "minetrack",
|
||||||
"version": "5.2.0",
|
"version": "5.2.1",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "minetrack",
|
"name": "minetrack",
|
||||||
"version": "5.2.0",
|
"version": "5.2.1",
|
||||||
"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