First support for Intel GPUs and a change in default Linux memory calculation (see below).
What's Changed
- Add initial support for Intel GPUs (#1150, #755; feedback appreciated)
- Show connection type (WebSocket / SSH) in hub UI.
- Fix temperature unit and bytes / bits settings. (#1180)
- Add
henrygd/beszel-agent-intel
image for Intel GPUs. - Change default memory calculation (see below)
- Update Go dependencies. Shoutrrr now supports notifications for Signal and WeChat Work (WeCom).
Note on Linux memory calculation change
The default calculation now uses MemAvailable
and better aligns with top
and free
. This may cause an increase in usage and trigger alarms (sorry!). See shirou/gopsutil#1873 for more information.
Full Changelog: v0.12.9...v0.12.10