Skip to content

Commit 3628dcd

Browse files
authored
Release v0.11.7 (alexjustesen#460)
1 parent d475bbb commit 3628dcd

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,32 @@
1-
## Speedtest Tracker
1+
# Speedtest Tracker
22

3-
### Introduction
3+
## Introduction
44

55
Speedtest Tracker is a self-hosted internet performance tracking application that runs speedtest checks against Ookla's Speedtest service.
66

77
### Why might I use this?
88

99
The main use case for Speedtest Tracker is to build a history of your internet's performance so that you can be informed when you're not receiving your ISP's advertised rates.
1010

11-
#### What about that other Speedtest Tracker?
11+
### What about that other Speedtest Tracker?
1212

13-
As far as I can tell https://github.com/henrywhitaker3/Speedtest-Tracker was abandoned. This version is meant to be an actively maintained replacement with an improved UI and feature set.
13+
As far as I can tell https://github.com/henrywhitaker3/Speedtest-Tracker was abandoned. This is meant to be an actively maintained replacement with an improved UI and feature set.
1414

15-
### Getting Started
15+
## Getting Started
1616

1717
Speedtest Tracker is containerized so you can run it anywhere you run your Docker containers. The [install](https://docs.speedtest-tracker.dev/getting-started/installation) documentation will get you up and running with using Docker or Docker Composer along with choosing a database (SQLite, MySQL/MariaDB or Postgresql).
1818

19-
#### FAQs and Features
19+
### FAQs and Features
2020

2121
[FAQs](https://docs.speedtest-tracker.dev/faqs) and a full list of planned and completed [features](https://docs.speedtest-tracker.dev/getting-started/features) can be found in the [documentation](https://docs.speedtest-tracker.dev).
2222

23-
### Screenshots
24-
#### Dashboard
23+
## Screenshots
24+
2525
![Dashboard](.github/screenshots/dashboard_screenshot.png)
26+
**Dashboard**
2627

27-
#### Results page
2828
![Results page](.github/screenshots/results_screenshot.png)
29+
**Results page**
2930

30-
#### General Settings page
3131
![General Settings page](.github/screenshots/general_settings_screenshot.png)
32+
** General Settings page**

config/speedtest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/**
77
* Build information
88
*/
9-
'build_date' => Carbon::parse('2023-03-07'),
9+
'build_date' => Carbon::parse('2023-03-09'),
1010

11-
'build_version' => '0.11.6',
11+
'build_version' => '0.11.7',
1212
];

0 commit comments

Comments
 (0)