release: publish Multi-Debrid Downloader v2.0.14

Add live English and German localization, queue availability and metadata resolution, responsive package controls, polished navigation and drag interactions, clearer history and account states, and a rebuilt public README. Harden Windows packaging with verified icons and version metadata, archive inspection, and expanded release tests.
This commit is contained in:
Sucukdeluxe
2026-08-10 19:42:49 +02:00
parent 069babfd54
commit a5758aa905
61 changed files with 9117 additions and 6754 deletions
+9 -5
View File
@@ -53,8 +53,8 @@
}
.settings-sidebar-item.is-active {
border-color: var(--ui-border);
background: var(--ui-active);
border-color: transparent;
background: transparent;
color: var(--ui-text);
}
@@ -439,7 +439,7 @@
}
.settings-account-tabs button[aria-selected="true"] {
border-bottom-color: var(--ui-accent);
border-bottom-color: transparent;
color: var(--ui-text);
}
@@ -474,13 +474,17 @@
.settings-account-table-grid {
height: 41px;
color: var(--ui-text-muted);
color: var(--ui-text);
font-size: 11px;
font-weight: 700;
letter-spacing: 0.04em;
text-transform: uppercase;
}
.settings-form-group:has(#update\:check) .settings-action-field {
justify-content: flex-end;
}
.settings-account-table-grid > span,
.settings-account-row > span {
min-width: 0;
@@ -604,7 +608,7 @@
.settings-account-traffic,
.settings-account-expires,
.settings-account-credential {
color: var(--ui-text-muted);
color: var(--ui-text);
font-variant-numeric: tabular-nums;
overflow: hidden;
text-overflow: ellipsis;