Changelog
🚀 New Features
🐛 Bug Fixes
- 0396a74: fix(db): increase VARCHAR limits for PostgreSQL compatibility (#96) (@s0up4200)
- 75aa125: fix(docker): add vnstat to ci.Dockerfile dependencies (#99) (@s0up4200)
- 93b3897: fix(monitor): update NextRun when starting packet loss monitor (#97) (@s0up4200)
- 575da1e: fix: calculate schedule times using server timezone (#103) (@s0up4200)
- a26fe95: fix: prevent PWA update prompt from reappearing after reload (@s0up4200)
🔧 Maintenance
- fdbf569: chore(deps): bump the golang group with 4 updates (#88) (@dependabot[bot])
📝 Documentation
Full Changelog: v0.5.2...v0.6.0
🐳 Docker images
docker pull ghcr.io/autobrr/netronome:v0.6.0
docker 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 support
SMART features (SATA/HDD temps) require:
- Linux or macOS (not supported on Windows/FreeBSD)
- Running with root/sudo privileges
- Building from source with CGO enabled