-
v0.4.1 - In-app Updater Stable
released this
2026-06-25 16:24:15 -04:00 | 161 commits to main since this releaseWhat's new in v0.4.1
New feature
- In-app updater - AeroFetch can now check for new releases directly from the Settings page. When a newer version is available it shows the changelog, lets you download the installer in-app, verifies the SHA-256 checksum against the published .sha256 asset, and launches the installer automatically.
Security hardening
- Per-hop redirect host pinning on the update download - every 302 redirect is re-checked against the trusted Gitea host before following, so a tampered DNS or intermediate response cannot bounce the download to a different server.
- Truncation guard: downloads that end short of the Content-Length are rejected before the installer is run.
- Partial-file cleanup: any failed or aborted download is deleted from temp immediately.
Downloads
- AeroFetch Setup 0.4.1.exe - per-user NSIS installer (no admin), adds a Start-menu shortcut + uninstaller.
- AeroFetch-0.4.1-portable.exe - single self-contained .exe, no install required.
Each installer has a matching .sha256 checksum file. The in-app updater requires and verifies the checksum before running any downloaded installer.
Downloads