WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Releases: librespeed/speedtest

v6.0.0-pre1

30 Dec 00:05

Choose a tag to compare

v6.0.0-pre1 Pre-release
Pre-release

this is a pre release

New design is here, thanks to @Timendus for implementing it. #649
Desktop:

Mobile:

Mayor rework of docker deployment.

the new design can be accessed via ?design=new switch to the index page or via config.json, see DESIGN_SWITCH.md

What's Changed

  • the new design is ready (after 2 years ;-) )
  • Add feature switch for new design via config file, URL parameters, and Docker by @Copilot in #742
  • Add GDPR_EMAIL environment variable for Docker deployments by @Copilot in #743

Full Changelog: 5.5.0...v6.0.0-pre1

Version 5.5.0

29 Dec 23:59

Choose a tag to compare

this is probably the last version 5.x since the new design is ready and will be release v6.0.0...

breaking changes

The default port in the docker container is now 8080 instead of 80 because of preparation of root-less mode and increased security.

What's Changed

New Contributors

Full Changelog: 5.4.1...5.5.0

Version 5.4.1

10 Aug 09:45

Choose a tag to compare

Minor update

  • Fixed mssql db settings not being applied correctly

Version 5.4.0

04 Aug 14:24
420be5e

Choose a tag to compare

  • Implemented offline ipinfo.io database for ISP detection, which is used by default. Full ipinfo.io APIs are still available if you have an API key
  • Unified UI for standalone and multiple points of test
  • Added dark mode in the UI
  • Updated the documentation, along with new videos showing how to do a simple standalone installation
  • Minor changes and improvements

(Yes, I recreated this release because I messed up the tags)

Label Docker images

24 May 14:45
1bdffc7

Choose a tag to compare

just updated how the docker image is created.
We now have

  • ghcr.io/librespeed/speedtest:5.3.3
  • ghcr.io/librespeed/speedtest:5.3
  • ghcr.io/librespeed/speedtest:latest

on every release. You can decide, if you would like to use :latest, :master, :5.3.
we have no label with :5.

Full Changelog: 5.3.2...5.3.3

Version 5.3.2

18 May 20:31
3034bf2

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.3.1...5.3.2

Version 5.3.1

27 Apr 14:28

Choose a tag to compare

Maintenance release.

  • Fixed possible XSS in results/json.php
  • Improvements to docker build
  • Added "dual" mode to docker build (both standalone and backend at the same time)
  • Updates to documentation

Version 5.3.0

26 Nov 11:46
e5f54fb

Choose a tag to compare

  • Improved docker file
  • switch docker repo from dockerhub to github container repo
  • update php to 8.2
  • ios favicon
  • adopt new getIP API
  • improve documentation
  • change units from Mbps to Mbit/s (only naming, no changed values)
  • move examples to folder

Version 5.2.5

04 Jan 07:56

Choose a tag to compare

  • Fixed minor vulnerability in results/stats.php
  • The docker version can now use other DBs easily
  • Results can now be fetched as JSON instead of just an image
  • Minor fixes

Version 5.2.4

26 Mar 10:21

Choose a tag to compare

  • Moved docker stuff into master branch
  • Minor changes