• v2.0.4 68e05503f6

    Administrator released this 2026-03-12 05:25:33 +01:00 | 340 commits to master since this release

    v2.0.4 — Critical Hotfix

    Bug Fix

    • Fixed: Queue table not updating during uploads — Introduced in v2.0.1's hover flicker fix: the virtual scrolling in-place update path had a logic bug where a break statement only exited the inner loop but the function still returned early, silently skipping the full DOM rebuild. This caused all queue columns (progress, speed, time, status) to freeze and stop updating during active uploads with large queues (200+ files). Now correctly falls through to a full rebuild when row identities don't match.
    Downloads