v9.5.9 shipped a hard crash on every Linux trcc invocation — the #144 Tee86 sleep/resume hook called PySide6's QDBusConnection.connect() with a Python callable, which the binding doesn't accept. v9.5.10 restores launchability with a proper QObject + Slot bridge plus a defensive try/except.
Also includes:
- #136 questist —
trcc videono longer crashes with crypticrange() arg 3 must not be zerowhen handshake doesn't extract PM/SUB; clear ValueError instead. - #131 lallemandgianni — Windows WMI workers no longer hit
wmi.x_wmi_uninitialised_thread; new_windows_wmi.wmi_handle()helper callspythoncom.CoInitialize()first, used at all 5 WMI call sites. dev/smoke_anything.py— contributor harness: pass atrcc reportdump via--from-reportand every probe runs through the DI'd stack at the reporter's exact OS + device.- Documentation refresh across README + CLAUDE + 13 doc files.
See CHANGELOG.md for the full story.