4.0.2 release
This commit is contained in:
parent
a2aab353e3
commit
afebd2ff83
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,4 +4,3 @@ minetrack.log
|
|||||||
database.sql
|
database.sql
|
||||||
database.sql-journal
|
database.sql-journal
|
||||||
.DS_Store
|
.DS_Store
|
||||||
package-lock.json
|
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
**4.0.2** *(Apr 1 2020)*
|
||||||
|
- Updated install.sh & start.sh scripts
|
||||||
|
- Committed package-lock.json
|
||||||
|
- Fixed outdated package.json version
|
||||||
|
|
||||||
**4.0.1** *(Apr 1 2020)*
|
**4.0.1** *(Apr 1 2020)*
|
||||||
- Fixed potential crash issue during startup when determining 24 hour graph peaks.
|
- Fixed potential crash issue during startup when determining 24 hour graph peaks.
|
||||||
- Fixed a bug in the frontend that could result in "undefined" AM/PM time markers.
|
- Fixed a bug in the frontend that could result in "undefined" AM/PM time markers.
|
||||||
|
1230
package-lock.json
generated
Normal file
1230
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "minetrack",
|
"name": "minetrack",
|
||||||
"version": "4.0.0",
|
"version": "4.0.2",
|
||||||
"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": "app.js",
|
"main": "app.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
Loading…
Reference in New Issue
Block a user