Changelog
New Features
- 0a901fb: feat(dns): add DNS monitor backend (#273) (@s0up4200)
- a947b77: feat(dns): add the DNS tab (#274) (@s0up4200)
- 83ae4eb: feat(notifications): migrate to maintained shoutrrr fork (#258) (@s0up4200)
- 0ff702a: feat(updates): add in-app release notifications (#257) (@s0up4200)
Bug Fixes
- b2b2023: fix(agent): show the vnstat error instead of exit status 1 (#263) (@s0up4200)
- badefa3: fix(auth): expire PKCE verifiers and memory-only sessions (#299) (@s0up4200)
- 0c91cec: fix(dns): make an interval change take effect at once (#276) (@s0up4200)
- 914728f: fix(monitor): give agent proxy requests a timeout and a context (#297) (@s0up4200)
- 1b90279: fix(monitor): stop the false temperature warning for NVMe spot sensors (#279) (@s0up4200)
- 44f7a0c: fix(update): give the self-updater a checksums asset it can find (#277) (@s0up4200)
Maintenance
- 2ec3708: chore(deps): bump github.com/shirou/gopsutil/v4 from 4.26.7 to 4.26.8 in the golang group (#280) (@dependabot[bot])
- a23ccf2: chore(deps): bump the golang group across 1 directory with 6 updates (#262) (@dependabot[bot])
- 4447e98: chore(deps): bump the golang group across 1 directory with 6 updates (#265) (@dependabot[bot])
- b75f8f6: chore(deps): bump the npm group in /web with 3 updates (#286) (@dependabot[bot])
- cf786b9: chore(deps): bump the npm group in /web with 40 updates (#268) (@dependabot[bot])
- 4b23b1a: chore(deps): do not offer typescript major updates (#264) (@s0up4200)
- f84f75a: chore(deps): keep npm major updates out of the monthly group (#267) (@s0up4200)
Documentation
- dcc09be: docs(agents): add issue tracker, triage label, and domain doc config (@s0up4200)
- 2b772aa: docs(readme): mention premium themes in feature list (@s0up4200)
- d369d62: docs: add domain context, notification template ADR, and out-of-scope note (@s0up4200)
- 5d6a16b: docs: make release download portable (#301) (@s0up4200)
Other Changes
Full Changelog: v0.13.0...v0.14.0
Docker images
docker pull ghcr.io/autobrr/netronome:v0.14.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