# Beszel v0.18.3 - Product: Beszel (https://whatsnew.fyi/product/beszel) - Vendor: henrygd - Date: 2026-02-01 - Version: v0.18.3 - Original notes: https://github.com/henrygd/beszel/releases/tag/v0.18.3 - Permalink: https://whatsnew.fyi/product/beszel/releases/v0.18.3 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **added** — Add experimental sysfs AMD GPU collector - **added** — Add SMART_DEVICES_SEPARATOR and allow drives with the same name to be added with different types - **added** — Parse ATA device statistics for temperature and future metrics - **added** — Add tooltips to navbar buttons - **added** — Add tooltip to system name in systems table - **changed** — Improve container network stats accuracy - **changed** — Update LibreHardwareMonitorLib to use PawnIO instead of WinRing0 - **changed** — Write health_file to /dev/shm instead of /tmp if available - **changed** — Increase smartctl --scan timeout to 10 seconds - **changed** — Change usermod to addgroup for docker access - **changed** — Update honeypot field name and autofill ignores - **changed** — Update Go dependencies - **fixed** — Fix SHARE_ALL_SYSTEMS for system_details, smart_devices, and systemd_services - **fixed** — Improve CJK truncation in UI - **fixed** — Fix container uptime sorting edge case - **fixed** — Ensure battery current charge doesn't exceed full capacity - **fixed** — Restore Add System button on mobile - **fixed** — Apply SELinux context after binary replacement - **fixed** — Don't force lowercase text - **fixed** — Ignore alt key combinations - **removed** — Remove stale systemd services from tracking after deletion - **deprecated** — Container NetworkSent and NetworkRecv fields deprecated in favor of Bandwidth ##### Notice - The Windows agent's updated version of `LibreHardwareMonitorLib` now uses [PawnIO](https://pawnio.eu/) instead of WinRing0. If you lose temperature sensors, make sure PawnIO is installed. (See #1657 and #1697.) - Container `NetworkSent` and `NetworkRecv` fields have been deprecated in favor of `Bandwidth`. Agents will stop populating those fields in 0.19.0, so please update any integrations to prefer `Bandwidth`. It's available for all containers on hubs >= 0.18.3. ##### What's Changed - Add experimental sysfs AMD GPU collector. (#737, #1569) - Improve container network stats accuracy. - Fix `SHARE_ALL_SYSTEMS` for system_details, smart_devices, and systemd_services. (#1660) - Improve CJK truncation in UI. - Fix container uptime sorting edge case. (#1696) - Remove stale systemd services from tracking after deletion. (#1594) - Update honeypot field name and autofill ignores. (#1011) - Write health_file to `/dev/shm` instead of `/tmp` if available. (#1455) - Ensure battery current charge doesn't exceed full capacity. (#1668) - Increase `smartctl --scan` timeout to 10 seconds. (#1465) - Update Go dependencies * Change usermod to addgroup for docker access by @wowi42 in https://github.com/henrygd/beszel/pull/1641 * fix: update smartctlArgs call to use hasExistingData flag by @nemvince in https://github.com/henrygd/beszel/pull/1645 * feat: add tooltip to system name in systems table by @Fahleen1 in https://github.com/henrygd/beszel/pull/1640 * chore: update workflows and templates by @svenvg93 in https://github.com/henrygd/beszel/pull/1661 * Add SMART_DEVICES_SEPARATOR + allow drives with the same name to be added with different types (e.g. raid controllers) by @jules2689 in https://github.com/henrygd/beszel/pull/1655 * Chore: Remove Debian package goreleaser workaround by @svenvg93 in https://github.com/henrygd/beszel/pull/1677 * [Agent] feat: parse ATA device statistics for temperature and future metrics by @sternma in https://github.com/henrygd/beszel/pull/1689 * [Bug] Restore "Add System" button on mobile. by @svenvg93 in https://github.com/henrygd/beszel/pull/1687 * Bug: Apply SELinux context after binary replacement by @svenvg93 in https://github.com/henrygd/beszel/pull/1678 * feat: Added tooltips for navbar buttons to clear meaning of each one by @Fahleen1 in https://github.com/henrygd/beszel/pull/1636 * Bug: Don't force lowercase text by @svenvg93 in https://github.com/henrygd/beszel/pull/1682 * fix: update LibreHardwareMonitorLib to 0.9.5 by @bartvdbraak in https://github.com/henrygd/beszel/pull/1697 * bug: ignore alt key combinations by @svenvg93 in https://github.com/henrygd/beszel/pull/1698 ##### New Contributors * @wowi42 made their first contribution in https://github.com/henrygd/beszel/pull/1641 * @nemvince made their first contribution in https://github.com/henrygd/beszel/pull/1645 * @Fahleen1 made their first contribution in https://github.com/henrygd/beszel/pull/1640 * @jules2689 made their first contribution in https://github.com/henrygd/beszel/pull/1655 * @sternma made their first contribution in https://github.com/henrygd/beszel/pull/1689 * @bartvdbraak made their first contribution in https://github.com/henrygd/beszel/pull/1697 **Full Changelog**: https://github.com/henrygd/beszel/compare/v0.18.2...v0.18.3