Changelog
🐛 Bug Fixes
- b35b98f: fix(librespeed): align public server IDs with cli source (#204) (@s0up4200)
- bf756a6: fix(speedtest): try direct server lookup before falling back to nearest (#215) (@s0up4200)
- 33386bd: fix(traceroute): support ipv6 hosts and hop parsing (#203) (@s0up4200)
- fa700bb: fix: honor dashboard recent speedtests baseline (@s0up4200)
- 57549e9: fix: persist dashboard recent speedtests row limit (#200) (@s0up4200)
- 2be9b51: fix: support iperf3 without --json-stream (#205) (@s0up4200)
🔧 Maintenance
- e01af95: chore(deps): bump the github group with 3 updates (#206) (@dependabot[bot])
- be0ef39: chore(deps): bump the github group with 5 updates (#209) (@dependabot[bot])
- e22f148: chore(deps): bump the golang group with 9 updates (#207) (@dependabot[bot])
- a31803e: chore(deps): bump the npm group in /web with 23 updates (#208) (@dependabot[bot])
- d40b5c9: chore: fix typo in VPN interface monitoring instruction (#212) (@KyleTryon)
📝 Documentation
Full Changelog: v0.10.0...v0.11.0
🐳 Docker images
docker pull ghcr.io/autobrr/netronome:v0.11.0docker pull ghcr.io/autobrr/netronome:latest
📚 Resources
💝 Support the project
If you find Netronome useful, consider:
- Starring the repository
- Contributing to the project
- Sharing your feedback
- Sponsoring the project
⚠️ Temperature Monitoring Support
Release binaries include most temperature monitoring via gopsutil:
- ✅ CPU temperatures (all cores, packages, dies)
- ✅ NVMe temperatures (M.2 drives)
- ✅ Battery temperatures
- ✅ System sensors
For SATA/HDD temperatures and disk model names, build from source:
git clone https://github.com/autobrr/netronome
cd netronome
make build # Includes full SMART supportSMART features (SATA/HDD temps) require:
- Linux or macOS (not supported on Windows/FreeBSD)
- Running with root/sudo privileges
- Building from source with CGO enabled