release 5.2.0
This commit is contained in:
parent
7322b8dc82
commit
45c34f1477
@ -5,7 +5,7 @@ import io from 'socket.io-client'
|
||||
const app = new App()
|
||||
|
||||
document.addEventListener('DOMContentLoaded', function () {
|
||||
const socket = io.connect('http://localhost:8080', {
|
||||
const socket = io.connect({
|
||||
reconnect: true,
|
||||
reconnectDelay: 1000,
|
||||
reconnectionAttempts: 10
|
||||
|
@ -1,3 +1,8 @@
|
||||
**5.2.0** *(Apr 29 2020)*
|
||||
- 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 various legacy code.
|
||||
|
||||
**5.1.2** *(Apr 22 2020)*
|
||||
- Fixes the historical graph overflowing the maximum graphDuration value.
|
||||
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "minetrack",
|
||||
"version": "5.1.2",
|
||||
"version": "5.2.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "minetrack",
|
||||
"version": "5.1.2",
|
||||
"version": "5.2.0",
|
||||
"description": "A Minecraft server tracker that lets you focus on the basics.",
|
||||
"main": "main.js",
|
||||
"dependencies": {
|
||||
|
Loading…
Reference in New Issue
Block a user