Releases: librespeed/speedtest
Releases · librespeed/speedtest
Version 5.4.1
Minor update
- Fixed mssql db settings not being applied correctly
Version 5.4.0
- 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
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
What's Changed
- Added IPv6 ULA regex match by @RedPine404 in #593
- Start apache with exec by @bt90 in #614
- ipv6 regexmatch by @sstidl in #623
- fix: download speed is 0 on certain platform by @zypA13510 in #617
New Contributors
- @RedPine404 made their first contribution in #593
- @zypA13510 made their first contribution in #617
Full Changelog: 5.3.1...5.3.2
Version 5.3.1
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
- 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
- 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
- Moved docker stuff into master branch
- Minor changes
Version 5.2.3
Maintenance release
- Minor bug fixes
- Some code cleanup
Version 5.2.2
- Improved auto test duration formula
- Minor changes