v0.6.6
Added
- Auto-update on launch: hits GitHub releases API, downloads the new
LiveTelemetryEvo-<version>.exenext to the app; skips already-downloaded files. - Streams via a
.partialsibling + 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.updatermodule —UpdateCheckerworker +UpdateController(state machine + Qt signals the tray menu subscribes to).
Changed
- PyInstaller spec keeps Python's stdlib SSL DLLs (
libcrypto-*/libssl-*) forurllibHTTPS;Qt6Network.dll+ TLS plugins stay excluded.
Full Changelog: v0.6.5...v0.6.6