Release history
speedtest-tracker releases
Speedtest Tracker is a self-hosted application that monitors the performance and uptime of your internet connection.
All releases
12 shown
- CVE release — unspecified CVE addressed in v1.14.2
Full changelog
What's Changed
- fix(icon): use proper icon when adding site to home screen on apple devices by @tst-038 in https://github.com/alexjustesen/speedtest-tracker/pull/2784
- Release v1.14.2 (CVE release) by @alexjustesen in https://github.com/alexjustesen/speedtest-tracker/pull/2785
New Contributors
- @tst-038 made their first contribution in https://github.com/alexjustesen/speedtest-tracker/pull/2784
Full Changelog: https://github.com/alexjustesen/speedtest-tracker/compare/v1.14.1...v1.14.2
- SQLite vacuum maintenance action and schedule
Full changelog
What's Changed
- gh actions: bump actions/create-github-app-token from 2 to 3 by @dependabot[bot] in https://github.com/alexjustesen/speedtest-tracker/pull/2745
- Bump vite from 6.4.1 to 6.4.2 in the npm_and_yarn group across 1 directory by @dependabot[bot] in https://github.com/alexjustesen/speedtest-tracker/pull/2748
- chore: upgraded to Laravel v13 by @alexjustesen in https://github.com/alexjustesen/speedtest-tracker/pull/2757
- chore: upgraded to Livewire v4 and Filament v5 by @alexjustesen in https://github.com/alexjustesen/speedtest-tracker/pull/2758
- feat: add SQLite vacuum maintenance action and schedule by @alexjustesen in https://github.com/alexjustesen/speedtest-tracker/pull/2760
- chore: simplify CI workflow by retaining only SQLite by @alexjustesen in https://github.com/alexjustesen/speedtest-tracker/pull/2761
- Release v1.14.0 by @alexjustesen in https://github.com/alexjustesen/speedtest-tracker/pull/2762
Full Changelog: https://github.com/alexjustesen/speedtest-tracker/compare/v1.13.12...v1.14.0
Upgraded Saloon HTTP client library to version 4 with compatibility improvements and dependency updates.
Dependency updates including rollup and commonmark library version bumps for improved tooling.
Fixed threshold notification bug preventing alerts from triggering correctly and added missing translation strings.
Refactored Prometheus data handling to properly manage missing or incomplete metrics data in visualizations.
Bug fix for completed test email notifications not being sent properly to configured recipients.
Added HTTP fallback mechanism for internet connection checks when primary detection method fails or is blocked.
- Webhook payload improvements
- Enhanced Apprise logging
Renamed benchmark event classes for consistency, fixed Apprise notification timeout issues, improved test button behavior, and updated GitHub Actions workflows.