Releases: Cryptkeeper/Minetrack
Releases · Cryptkeeper/Minetrack
5.6.1
5.6.0
5.6.0 (June 7 2021)
- Fixed a regression caused by rendering error fixed in 5.5.9. See #257
5.5.9 (May 31 2021)
- Added configuration option to enable/disable ping failure logging.
- Fixed a rendering error when the primary historical graph has too many data points.
- Fixed sqlite3 errors from being ignored (now always logged).
- Fixed Minecraft session server URL (sessionserver.mojang.com -> session.minecraft.net)
- Updated to use parcel2
- Updated various dependencies.
5.5.8
5.5.8 (August 1 2020)
- Adds daily database copies. This is mostly for use by Minetrack Data for automated exports. By setting
createDailyDatabaseCopy: true
inconfig.json
, Minetrack will lazily create a copy ofdatabase.sql
for each day, automatically rolling over to a new file each day. The database file is named in the format ofdatabase_copy_(day)-(month)-(year).sql
. Daily database copies do not contain indexes or previous records. Pings are inserted into the daily database copy as they occur, Minetrack will not retroactively insert previous pings fromdatabase.sql
. - Bump lodash from 4.17.15 to 4.17.19
5.5.7
5.5.7 (July 7 2020)
- Fixes an issue in which the light theme CSS may not be applied by default.
5.5.6
5.5.6 (June 24 2020)
- Adds Minecraft versions 1.16 and 1.16.1 to
minecraft_versions.json
- Fixes the historical graph not updating.
5.5.5
5.5.5 (June 17 2020)
- Fixes servers with constant player counts failing to render graphs due to the min/max values being equal.
5.5.4
5.5.4 (June 16 2020)
- Updated uPlot dependency 1.0.8 -> 1.0.11.
5.5.3
5.5.3 (June 14 2020)
- Fixed issue with graph scales being wrongly set which could cause Y axis labels to not appear.
5.5.2
5.5.1
5.5.1 (June 10 2020)
- New tooltip hover design on the historical graph. It will highlight the server closest to your cursor.
- Historical graph is now limited to 10,000 increments on the Y axis. This prevents servers with over 100,000 players forcing the graph into 100,000 increments.
- Fixed the historical graph zooming out when receiving new data points.
- Fixed newly added servers aligning to the left of the historical graph.
- Replaces manual string concats with template literals.
- Updated various dependencies.