-
Multi-Hoster-Upload v2.0.4 Stable
released this
2026-03-12 05:25:33 +01:00 | 340 commits to master since this releasev2.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
breakstatement 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
- 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