Skip to content

ZenDesktop v1.0.8

Choose a tag to compare

@github-actions github-actions released this 12 Aug 20:30
· 12 commits to master since this release

[1.0.8] - 2026-08-12

Fixed

  • Robust update downloads: GitHub's CDN intermittently cuts connections
    mid-transfer ("Network Error: Unexpected EOF"). The updater now retries
    with backoff, and signature verification happens inside the retry loop, so
    a truncated download is discarded and re-downloaded instead of failing.
  • Better UAC diagnostics: if elevation is cancelled or blocked, the
    message now includes the real Windows error code (1223 = cancelled by
    user, 5 = denied/blocked) so the cause is identifiable.