Skip to content
v1.0.1 — first real release

Fixes the chicken-and-egg problem from v1.0.0:

* Unwrap RoyalTaxi standard ApiResponse<T> envelope from the manifest
  endpoint (backend wraps every response, our client now reads it)
* Accept http URLs in the installer URL allow-list (LAN deployment)
* Add 192.168.0.98 to the download host allow-list
* Bundle yalla-update-bootstrap.exe into the MSI via app-resources
* Self-contained .NET bootstrapper publish (no Desktop Runtime
  prerequisite on operator PCs)
* Wire git tag to project version + jpackage packageVersion + the
  in-app BuildVersion constant via a generated source file

Operators on v1.0.0 (broken dev preview) cannot auto-update to this
release — they must reinstall the v1.0.1 MSI manually. From v1.0.1
onward, auto-update works end-to-end.