• v0.35.0
    release / test (push) Successful in 13s
    release / release (push) Successful in 19s
    Stable

    jessey released this 2026-05-22 13:19:08 +00:00 | 44 commits to main since this release

    Added

    • .deb package (M9 / D8)packaging/make_deb.py builds a rigdoctor_<version>_all.deb
      (pure-Python, Architecture: all) via dpkg-deb: Depends: python3, with the GUI deps
      (python3-pyside6, python3-pyte) as Recommends so sudo apt install ./rigdoctor_*.deb
      gives the full app and --no-install-recommends gives CLI-only. Installs the package, both
      launchers, the desktop entry, and the icon. CI (release.yml) builds it as a release asset
      every release, and optionally publishes it to the Gitea apt registry (set a REGISTRY_TOKEN
      secret) for sudo apt install rigdoctor. M9 is now complete.
    Downloads