Changelog
New Features
- 3875b3b: feat(monitor): remove 3-agent cap on dashboard featured agents (#249) (@s0up4200)
- 62ac49d: feat(themes): add themes with polar licensing (#248) (@s0up4200)
Bug Fixes
- 42295c9: fix(notifications): honor ntfy query params case-insensitively (#256) (@s0up4200)
- abcac5d: fix(pwa): drop glob override that emptied the precache manifest (#251) (@s0up4200)
Maintenance
- 4bdc35d: chore(deps): resolve dependabot security alerts (#250) (@s0up4200)
- ccf2528: chore(donate): add zze0s wallet addresses (@s0up4200)
- 542f56e: chore: untrack docs/superpowers (#254) (@s0up4200)
Full Changelog: v0.12.0...v0.13.0
Docker images
docker pull ghcr.io/autobrr/netronome:v0.13.0docker pull ghcr.io/autobrr/netronome:latest
Resources
Support the project
Netronome is free and always will be. If you want to support its
development, there is now a one-time premium themes
license
that unlocks the full set of color themes. Activate it under
Settings -> Themes & License.
Other ways to help:
- 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