Changelog
🚀 New Features
🐛 Bug Fixes
- d44f992: fix(monitor): stop polling disabled system metrics endpoints (#195) (@s0up4200)
- fc9c822: fix(notifications): validate URLs and show errors (#196) (@s0up4200)
- ca11119: fix(oidc): decouple session from id token expiry (#191) (@s0up4200)
- 9a27027: fix(web): add zze0s ko-fi link (@s0up4200)
- 5f397b0: fix(web): reframe donation copy as sponsorship support (#194) (@s0up4200)
🔧 Maintenance
🔄 Other Changes
Full Changelog: v0.9.0...v0.10.0
🐳 Docker images
docker pull ghcr.io/autobrr/netronome:v0.10.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