From 783b49ee15a18c0251efe562afeee4f124fc34bb Mon Sep 17 00:00:00 2001 From: Nick Krecklow Date: Sat, 1 Aug 2020 14:54:23 -0500 Subject: [PATCH] 5.5.8 --- docs/CHANGELOG.md | 4 ++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index e4ae570..a7dbc40 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,7 @@ +**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` in `config.json`, Minetrack will lazily create a copy of `database.sql` for each day, automatically rolling over to a new file each day. The database file is named in the format of `database_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 from `database.sql`. +- Bump lodash from 4.17.15 to 4.17.19 + **5.5.7** *(July 7 2020)* - Fixes an issue in which the light theme CSS may not be applied by default. diff --git a/package-lock.json b/package-lock.json index dd0f639..4cf6e3c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "minetrack", - "version": "5.5.7", + "version": "5.5.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 91c3e29..a32ef3d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minetrack", - "version": "5.5.7", + "version": "5.5.8", "description": "A Minecraft server tracker that lets you focus on the basics.", "main": "main.js", "dependencies": {