release: publish Multi-Debrid Downloader v2.0.15
Synchronize live speed telemetry, preserve known package sizes, refine responsive download status presentation, improve progress contrast and accessibility, simplify account creation, and prepare the verified v2.0.15 desktop release.
This commit is contained in:
@@ -29,6 +29,10 @@ export function compactProviderLabels(labels: string[]): string {
|
||||
return [...groups].map(([base, details]) => details.length === 0 ? base : `${base} (${details.join(" + ")})`).join(", ");
|
||||
}
|
||||
|
||||
export function normalizeDownloadServiceLabel(label: string): string {
|
||||
return label.replace(/\s+(Web|API)\s+\(\1 Account\)$/i, " $1");
|
||||
}
|
||||
|
||||
export function formatDateTime(timestamp: number): string {
|
||||
if (!timestamp) return "";
|
||||
const date = new Date(timestamp);
|
||||
|
||||
Reference in New Issue
Block a user