0.2.45 - Server side git commits

This commit is contained in:
ponzischeme89
2026-08-10 20:54:00 +12:00
parent 4c47a5f8a0
commit dd2dd497f2
11 changed files with 170 additions and 63 deletions
+4
View File
@@ -32,6 +32,10 @@ type Policy struct {
// an old release) to keep updates optional; set it to LatestVersion to make the
// current release mandatory for everyone.
MinimumVersion string `json:"minimumVersion"`
// RetireBelowVersion is the destructive floor. Clients below it have their session
// removed before receiving the mandatory update screen. It is separate from
// MinimumVersion so an ordinary required update does not sign viewers out.
RetireBelowVersion string `json:"retireBelowVersion,omitempty"`
// DownloadURL points at the APK — normally the same file the landing page serves.
DownloadURL string `json:"downloadUrl"`
// SHA256 and SizeBytes let the TV reject a truncated, stale or substituted download