EXP IP Scanner 1.1.1
Update checking now works even before in-app signing is configured.
Version 1.1.1 fixes the error shown by the installed edition when you pressed Check now and the release did not include a signed Tauri updater manifest.
GitHub Releases answers the first question
The app now asks GitHub which stable EXP IP Scanner release is current and compares that version with the one you are running. That works independently of the signed updater feed.
Install in place when possible, download when not
If the latest release also has a valid signed updater manifest, the existing Install and restart path is used. If it does not, About still reports the newer version and offers Open download instead of throwing an error.
No background update traffic
Nothing about the timing changes. The installed edition checks only when you press Check now. The portable edition still contains no updater at all.
Why this happened
Version 1.1.0 published the installer and portable ZIP correctly, but updater signing is optional and was not configured, so no
latest.json signed manifest was attached. The old button treated that missing manifest as though GitHub itself were broken.