Skip to content

v0.6.6

Choose a tag to compare

@github-actions github-actions released this 19 May 22:33
· 44 commits to develop since this release

Added

  • Auto-update on launch: hits GitHub releases API, downloads the new LiveTelemetryEvo-<version>.exe next to the app; skips already-downloaded files.
  • Streams via a .partial sibling + atomic rename so a crash mid-download never leaves a half-file under the final name.
  • Tray entry Check for Updates — 4 states: idle → Checking...Downloading...Restart to Update (launches new .exe, quits).
  • Tray balloon notification when a fresh download completes; silent on already-on-disk / up-to-date / offline paths.
  • New overlay.updater module — UpdateChecker worker + UpdateController (state machine + Qt signals the tray menu subscribes to).

Changed

  • PyInstaller spec keeps Python's stdlib SSL DLLs (libcrypto-* / libssl-*) for urllib HTTPS; Qt6Network.dll + TLS plugins stay excluded.

Full Changelog: v0.6.5...v0.6.6