You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.