Release v1.4.27 with bug audit hardening fixes

This commit is contained in:
Sucukdeluxe
2026-02-28 14:12:16 +01:00
parent cbc423e4b7
commit 8700db4a37
27 changed files with 1322 additions and 119 deletions
+2 -1
View File
@@ -19,7 +19,7 @@ export type DebridFallbackProvider = DebridProvider | "none";
export type AppTheme = "dark" | "light";
export interface BandwidthScheduleEntry {
id?: string;
id: string;
startHour: number;
endHour: number;
speedLimitKbps: number;
@@ -200,6 +200,7 @@ export interface UpdateCheckResult {
releaseUrl: string;
setupAssetUrl?: string;
setupAssetName?: string;
setupAssetDigest?: string;
error?: string;
}