❌

Normale weergave

v0.18.8

Door: henrygd
17 Augustus 2026 om 23:32

What's Changed

  • Add multi-battery monitoring
  • Add Linux fan RPM monitoring (#2032)
  • Add Intel Arc GPU monitoring through nvtop (#2020, #2223)
  • Add CPU and ACPI thermal zone monitoring on FreeBSD (#2227)
  • Add popup-free OAuth login when OAUTH_DISABLE_POPUP=true (#2171)
  • Add a :slim NVIDIA agent container image (#2002, #2003)
  • Add Intel sysfs GPU power collector (Xe/i915 hwmon energy counters) - #2020
  • Add ARMv5 and ARMv6 builds, and ARM64 support for the NVIDIA agent image (#1884, #2207)
  • Improve mdraid consistency checks (fixes false positives) (#2067)
  • Improve SMART device detection for shared paths and explicit device type hints (#2102)
  • Improve agent startup after OPNsense and pfSense reboots (#2089, #2214)
  • Improve SSH-pull agent reconnection when connections silently fail (#2126)
  • Add checksum verification and archive path containment to update process
  • Add public key display to universal token settings (#2028)
  • Add system theme selection in addition to light/dark mode (#1903)
  • Add support for showing all IP and port mappings for containers bound to multiple IPs (#1993)
  • Fix stale SMART records when drives are no longer reported (#2178)
  • Fix Docker memory charts and container statistics after malformed or backwards Docker counters (#2027, #2066, #2205)
  • Fix memory calculation underflow and Linux battery percentages (#1978, #1957)
  • Improve connection source IP detection behind proxies (#1973)
  • Add EXIT_ON_INITIAL_FAILURE environment variable by @utafrali in #1929
  • Allow agent to connect to hub via SOCKS5 proxy by @marmelo in #1919
  • Use rfcEmail validator to allow IDN/Punycode email addresses by @BootstrapperSBL in #1935
  • Prevent a malformed Docker response from permanently breaking container stats by @Quadrubo in #2066
  • Update Go and JavaScript dependencies (fixes Matrix notification issues)
  • Other small fixes and improvements

New Contributors

Full Changelog: v0.18.7...v0.18.8

  •  

Release 2026.08.17

17 Augustus 2026 om 09:48

Docker Images

Docker images have been built and pushed:

Docker Hub:

  • alexta69/metube:latest
  • alexta69/metube:2026.08.17

GitHub Container Registry:

  • ghcr.io/alexta69/metube:latest
  • ghcr.io/alexta69/metube:2026.08.17

Changes

  • fix: detect channels addressed without a tab (closes #1024) (e15aff3)
  • fix: carry yt-dlp warning context on the DownloadError path (closes #1047) (fccd207)
  • fix: keep generated filenames within the filesystem limit (closes #1034) (6461924)
  • feat: show the queued format in the Downloading table (closes #551) (c68fcad)
  • feat: DEFAULT_FOLDER pre-selects a download folder (closes #875) (a4454ac)
  • feat: shift-click to select a range of rows (closes #525) (75fe1f0)
  • fix: surface yt-dlp warning context on failed downloads (5826d0d)

  •  
❌