v1.1.3
Fixed
- The auto-updater used the same 10-second timeout for both the tiny "check latest release" API call and the actual zip download, so any connection slower than instant would cancel the download partway through with a
TaskCanceledException. Downloads now use a separate, much longer timeout (10 minutes); nothing about the version check itself changed.