Updated changelog

This commit is contained in:
Henry Whitaker
2020-05-18 18:54:16 +01:00
parent 1fb2eb0d88
commit 729c1e88d8
3 changed files with 24 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# Speedtest Tracker
[![Docker pulls](https://img.shields.io/docker/pulls/henrywhitaker3/speedtest-tracker)](https://hub.docker.com/r/henrywhitaker3/speedtest-tracker) [![last_commit](https://img.shields.io/github/last-commit/henrywhitaker3/Speedtest-Tracker)](https://github.com/henrywhitaker3/Speedtest-Tracker/commits) [![issues](https://img.shields.io/github/issues/henrywhitaker3/Speedtest-Tracker)](https://github.com/henrywhitaker3/Speedtest-Tracker/issues) ![version](https://img.shields.io/badge/version-v1.3.6-success) [![license](https://img.shields.io/github/license/henrywhitaker3/Speedtest-Tracker)](https://github.com/henrywhitaker3/Speedtest-Tracker/blob/master/LICENSE)
[![Docker pulls](https://img.shields.io/docker/pulls/henrywhitaker3/speedtest-tracker)](https://hub.docker.com/r/henrywhitaker3/speedtest-tracker) [![last_commit](https://img.shields.io/github/last-commit/henrywhitaker3/Speedtest-Tracker)](https://github.com/henrywhitaker3/Speedtest-Tracker/commits) [![issues](https://img.shields.io/github/issues/henrywhitaker3/Speedtest-Tracker)](https://github.com/henrywhitaker3/Speedtest-Tracker/issues) ![version](https://img.shields.io/badge/version-v1.3.7-success) [![license](https://img.shields.io/github/license/henrywhitaker3/Speedtest-Tracker)](https://github.com/henrywhitaker3/Speedtest-Tracker/blob/master/LICENSE)
This program runs a speedtest check every hour and graphs the results. The back-end is written in [Laravel](https://laravel.com/) and the front-end uses [React](https://reactjs.org/). It uses the [speedtest-cli](https://github.com/sivel/speedtest-cli) package to get the data and uses [Chart.js](https://www.chartjs.org/) to plot the results.

View File

@@ -1,4 +1,26 @@
{
"1.3.7": [
{
"description": "Updated laravel framework",
"link": "https://github.com/henrywhitaker3/Speedtest-Tracker/pull/52"
},
{
"description": "Updated react toastify",
"link": "https://github.com/henrywhitaker3/Speedtest-Tracker/pull/53"
},
{
"description": "Updated bootstrap",
"link": "https://github.com/henrywhitaker3/Speedtest-Tracker/pull/49"
},
{
"description": "Switch to JSON output from speedtest-cli",
"link": "https://github.com/henrywhitaker3/Speedtest-Tracker/issues/55"
},
{
"description": "Changed \"scan\" to \"test\"",
"link": "https://github.com/henrywhitaker3/Speedtest-Tracker/issues/56"
}
],
"1.3.6": [
{
"description": "Updated react router",

View File

@@ -7,7 +7,7 @@ return [
|--------------------------------------------------------------------------
*/
'version' => '1.3.6',
'version' => '1.3.7',
/*
|--------------------------------------------------------------------------