Skip to content

v0.8.0

Choose a tag to compare

@mattbaconz mattbaconz released this 25 Jul 18:29
1e73a91

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.json requires 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.0

Desktop installers + updater channel:

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.0 still resolves; prefer Windows or rebuild from release/v0.8.0 until CI is green