• v0.36.0
    release / test (push) Successful in 12s
    release / release (push) Successful in 16s
    Stable

    jessey released this 2026-05-22 13:39:57 +00:00 | 35 commits to main since this release

    Fixed

    • .deb now installs all dependencies automatically — no manual tool install. The previous
      Recommends: python3-pyside6 named a package that doesn't exist on Debian/Ubuntu (PySide6 is
      split per module), so apt silently skipped it and the GUI wouldn't start. Now it Recommends the
      actual modules the GUI imports — python3-pyside6.qt{widgets,gui,websockets,svg} + python3-pyte.

    Changed

    • apt install rigdoctor sets up the whole toolset. The .deb also Recommends the optional
      diagnostic/gaming tools (smartmontools, lm-sensors, dmidecode, pciutils, libnotify-bin,
      libsecret-tools, gamemode, mangohud) so they install by default — users never hand-install
      tools. cpupower is a Suggests (kernel-tied); --no-install-recommends still gives CLI-only.
    Downloads