v0.8.0
Pytxo v0.8.0
Tray-resident Desktop, full-matrix auto-updater channel, quieter Desktop 2 polling, and Fumadocs docs on pytxo.com.
Highlights
- Close to tray — Closing the Desktop window hides to the system tray by default (Show / Hide / Quit); preference in Settings → General. In-flight runs stay alive until Quit.
- Full-matrix updater — Signed updater artifacts prefer macOS
.app.tar.gz;latest.jsonrequires Windows + darwin arm64/x64 + Linux when signing is enabled. - Less laggy UI — Desktop 2 polls 2.5–15s with fingerprint-gated refresh; cheaper snapshots off Ops-heavy routes; Focus adjacency precompute; legacy log poll 250ms; 3D rAF pauses when hidden.
- Docs — Public docs move to Fumadocs MDX in
apps/web(ADR-0030), served at https://pytxo.com/docs. - CLI —
pytxo doctor --quick; Discord link in--help.
Install
npm i -g pytxo@0.8.0Desktop installers + updater channel:
- https://github.com/Pytxo-dev/pytxo-releases/releases/tag/v0.8.0
- Updater manifest:
latest.json(same release)
Notes
- Onboarding / IPC version bumped to
0.8.0 - Upgrade path (Windows): install 0.7.x → Check for updates / banner → 0.8.0 (updater signing key rotated; if Check for updates fails, install the MSI manually once)
- GitHub Actions billing is currently blocking the multi-OS Desktop matrix; this tag ships signed Windows Desktop + updater
latest.json. macOS/Linux Desktop installers and freshly built non-Windows CLIs land when Actions minutes are restored - Non-Windows CLI assets under this tag are interim mirrors so
npm i -g pytxo@0.8.0still resolves; prefer Windows or rebuild fromrelease/v0.8.0until CI is green