Logo
Explore Help
Sign In
jessey/rigdoctor
1
0
Fork 0
You've already forked rigdoctor
Code Issues Pull Requests Actions Packages Projects Releases 59 Wiki Activity

59 Releases 59 Tags

RSS Feed
  • v0.7.1 00394c287c
    Compare

    v0.7.1
    release / release (push) Successful in 14s
    Details
    Stable

    jessey released this 2026-05-21 18:22:41 +00:00 | 115 commits to main since this release

    Fixed

    • Shared terminal: a guest who joined after the host enabled the terminal stayed read-only.
      The host now re-sends the terminal state when a guest joins, so the terminal is available.
    • Inventory page no longer jumps back to the top when it refreshes (e.g. when elevated data
      arrives) — scroll position is preserved and unchanged data isn't re-rendered.
    • Shared terminal now follows the cursor to the bottom as output arrives (e.g. ls -la),
      instead of staying scrolled up.
    Downloads
    • rigdoctor-0.7.1-installer.run
      72 KiB
      2026-05-21 18:22:41 +00:00
    • rigdoctor-0.7.1-py3-none-any.whl
      72 KiB
      2026-05-21 18:22:41 +00:00
    • rigdoctor-0.7.1.tar.gz
      62 KiB
      2026-05-21 18:22:41 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.7.0 2f6cab72c4
    Compare

    v0.7.0
    release / release (push) Successful in 14s
    Details
    Stable

    jessey released this 2026-05-21 18:16:40 +00:00 | 116 commits to main since this release

    Added

    • Shared terminal (M12, Tier 3): when the host enables it, the session shares a real PTY
      shell — the guest gets an interactive terminal (vim, top, tab-completion, Ctrl-C) running on
      the host as the host's user. The host reads along live and can type too, e.g. a sudo
      password — which stays local and is never sent to the guest. Off by default, host-consented.
      The guest also pulls the host's inventory on join.

    Fixed

    • Input contrast: all form controls (text fields, spin boxes, combo boxes, terminals) now
      use the dark theme with readable text (Fusion defaulted them to light-on-light).
    Downloads
    • rigdoctor-0.7.0-installer.run
      71 KiB
      2026-05-21 18:16:40 +00:00
    • rigdoctor-0.7.0-py3-none-any.whl
      72 KiB
      2026-05-21 18:16:40 +00:00
    • rigdoctor-0.7.0.tar.gz
      62 KiB
      2026-05-21 18:16:40 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.6.0 67d4c1cb99
    Compare

    v0.6.0
    release / release (push) Successful in 14s
    Details
    Stable

    jessey released this 2026-05-21 18:03:33 +00:00 | 117 commits to main since this release

    Added

    • Session sharing over the relay (M12): a Share tab — Start shared session (host)
      hands you a short code and streams a read-only live view; Enter share code (guest) joins
      someone else's session and views their sensors/health/inventory. Both connect outbound over
      WebSocket to the relay (relay_url, default wss://rigdoctor.jesseyvanofferen.com), gated
      by your Gitea access token — no port forwarding. Read-only.
    Downloads
    • rigdoctor-0.6.0-installer.run
      68 KiB
      2026-05-21 18:03:33 +00:00
    • rigdoctor-0.6.0-py3-none-any.whl
      68 KiB
      2026-05-21 18:03:33 +00:00
    • rigdoctor-0.6.0.tar.gz
      59 KiB
      2026-05-21 18:03:33 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.4.1 e33cc0ef3a
    Compare

    v0.4.1
    release / release (push) Successful in 13s
    Details
    Stable

    jessey released this 2026-05-21 17:25:49 +00:00 | 118 commits to main since this release

    Fixed

    • Checkbox contrast: a checked checkbox is now a clear accent-filled box with a checkmark
      (was hard to tell checked from unchecked on the dark theme).
    Downloads
    • rigdoctor-0.4.1-installer.run
      62 KiB
      2026-05-21 17:25:49 +00:00
    • rigdoctor-0.4.1-py3-none-any.whl
      62 KiB
      2026-05-21 17:25:49 +00:00
    • rigdoctor-0.4.1.tar.gz
      53 KiB
      2026-05-21 17:25:49 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.4.0 e3b20089f0
    Compare

    v0.4.0
    release / release (push) Successful in 14s
    Details
    Stable

    jessey released this 2026-05-21 17:22:30 +00:00 | 119 commits to main since this release

    Added

    • Alerts (M8): desktop notifications (via notify-send) for overheat (GPU/CPU past a
      threshold), GPU-lost (nvidia-smi timeout), and a new version available (fired once
      per version). Edge-triggered with a cooldown so it doesn't spam. Degrades gracefully if
      notify-send isn't installed.
    • Notifications page: configure alerts (enable/disable, GPU/CPU temperature thresholds)
      with a "Send test" button; changes apply live and persist to config.toml.
    • App icon: ships a RigDoctor icon and shows it in the dock/launcher. The GUI
      self-registers the icon + .desktop on launch (and sets the Wayland app-id), so a
      self-update + relaunch picks it up — no need to re-run the installer.
    Downloads
    • rigdoctor-0.4.0-installer.run
      61 KiB
      2026-05-21 17:22:30 +00:00
    • rigdoctor-0.4.0-py3-none-any.whl
      62 KiB
      2026-05-21 17:22:30 +00:00
    • rigdoctor-0.4.0.tar.gz
      53 KiB
      2026-05-21 17:22:30 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.3.2 54c0971ac3
    Compare

    v0.3.2
    release / release (push) Successful in 14s
    Details
    Stable

    jessey released this 2026-05-21 17:11:35 +00:00 | 120 commits to main since this release

    Changed

    • Replaced the per-page "Run with admin" buttons with a single password prompt at launch
      (pkexec): the GUI collects root-only data (SMART + dmidecode board/BIOS/RAM) once and
      caches it for the session, so Health and Inventory always show the full picture. Falls back
      to non-root if cancelled/unavailable; disable via elevate_on_launch = false.
    Downloads
    • rigdoctor-0.3.2-installer.run
      56 KiB
      2026-05-21 17:11:35 +00:00
    • rigdoctor-0.3.2-py3-none-any.whl
      57 KiB
      2026-05-21 17:11:35 +00:00
    • rigdoctor-0.3.2.tar.gz
      49 KiB
      2026-05-21 17:11:35 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.3.1 9ae2e22b44
    Compare

    v0.3.1
    release / release (push) Successful in 14s
    Details
    Stable

    jessey released this 2026-05-21 17:01:46 +00:00 | 121 commits to main since this release

    Fixed

    • Changelog/release notes now render Markdown instead of showing raw #/** markup —
      the in-app changelog uses QTextEdit.setMarkdown() and the update prompt renders notes as
      rich text (closes #1).
    Downloads
    • rigdoctor-0.3.1-installer.run
      55 KiB
      2026-05-21 17:01:46 +00:00
    • rigdoctor-0.3.1-py3-none-any.whl
      56 KiB
      2026-05-21 17:01:46 +00:00
    • rigdoctor-0.3.1.tar.gz
      48 KiB
      2026-05-21 17:01:46 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.3.0 89ebb6c61e
    Compare

    v0.3.0
    release / release (push) Successful in 14s
    Details
    Stable

    jessey released this 2026-05-21 16:56:05 +00:00 | 122 commits to main since this release

    Added

    • System inventory (M5): CPU, GPU (model/driver/VBIOS/VRAM/PCIe), motherboard/BIOS, RAM
      (total + modules), storage, kernel, and display server. CLI rigdoctor inventory
      (--json / --markdown / --output) and a GUI Inventory tab with Copy-as-Markdown,
      Save, and "Run with admin" (for dmidecode board/BIOS/RAM details). Fills the last GUI tab.
    Downloads
    • rigdoctor-0.3.0-installer.run
      55 KiB
      2026-05-21 16:56:05 +00:00
    • rigdoctor-0.3.0-py3-none-any.whl
      56 KiB
      2026-05-21 16:56:05 +00:00
    • rigdoctor-0.3.0.tar.gz
      48 KiB
      2026-05-21 16:56:05 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.2.0 c8f7d66349
    Compare

    v0.2.0
    release / release (push) Successful in 13s
    Details
    Stable

    jessey released this 2026-05-21 16:48:30 +00:00 | 123 commits to main since this release

    Added

    • "Check for updates" button in the sidebar — force an immediate version check instead of
      waiting for the 30-minute poll.
    Downloads
    • rigdoctor-0.2.0-installer.run
      51 KiB
      2026-05-21 16:48:30 +00:00
    • rigdoctor-0.2.0-py3-none-any.whl
      51 KiB
      2026-05-21 16:48:30 +00:00
    • rigdoctor-0.2.0.tar.gz
      45 KiB
      2026-05-21 16:48:30 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.1.1 6215181d23
    Compare

    v0.1.1
    release / release (push) Successful in 14s
    Details
    Stable

    jessey released this 2026-05-21 16:46:15 +00:00 | 124 commits to main since this release

    Fixed

    • Dialogs (the update prompt and changelog) were light-on-light and unreadable — they now use
      the dark theme with readable text.
    Downloads
    • rigdoctor-0.1.1-installer.run
      51 KiB
      2026-05-21 16:46:15 +00:00
    • rigdoctor-0.1.1-py3-none-any.whl
      51 KiB
      2026-05-21 16:46:15 +00:00
    • rigdoctor-0.1.1.tar.gz
      44 KiB
      2026-05-21 16:46:15 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
First Previous ... 2 3 4 5 6 Next Last
Powered by Gitea Version: 1.26.0 Page: 968ms Template: 17ms
Auto
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API