release 5.3.0

This commit is contained in:
Nick Krecklow
2020-05-05 17:20:52 -05:00
parent 438a72724b
commit 84e38c90de
4 changed files with 17 additions and 262 deletions

View File

@ -1,3 +1,8 @@
**5.3.0** *(May 5 2020)*
- Replaces socket.io library (and dependency) with vanilla WebSockets.
- Frontend reconnect behavior has been improved to use exponential backoff behavior (up to 30 seconds) with unlimited retries.
- The "Lost connection!" message will now show the reconnection attempt timer.
**5.2.1** *(May 1 2020)*
- The historical graph will now auto scale its yaxis steps.