-
Multi-Hoster-Upload v1.6.3 Stable
released this
2026-03-11 03:39:57 +01:00 | 387 commits to master since this releaseWhat's New in v1.6.3
DoodStream Upload Fixed
- Fixed DoodStream uploads failing at 100% — The upload server returns
<textarea>elements instead of<input type="hidden">for form fields. The parser now correctly handles both formats. - Fixed two-step upload flow — Upload result form is now submitted to
doodstream.comwithop=upload_resultinstead of following the CDN form action URL, which was returning the homepage. - Fixed redirect handling — Upload server redirect responses (302) are now properly detected and followed (undici does not follow redirects by default).
- Fixed speed display — Switched from push-based Readable stream to async generator streaming (same pattern as VOE), so upload speed is now correctly calculated and displayed in real-time.
- Added debug logging — DoodStream uploads now write to
doodstream-debug.logfor easier troubleshooting.
New Features
- Start Selected button — New toolbar button to upload only the selected files in the queue, instead of starting all queued files.
- Always on Top in Settings — Moved from the right-click context menu to the Settings panel under "Verhalten" (Behavior) for easier access.
Improvements
- 3-second retry pause — Retries now wait 3 seconds before restarting, preventing rapid retry loops.
- Removed Shutdown after Finish from the context menu (declutter).
- Error entries hidden from upload history — Only successful uploads are shown in the history view (same as already done for aborted uploads).
- Reduced UI lag on focus switch — Disabled Chromium background throttling to prevent frame drops when switching between the app and other windows.
Downloads
- Fixed DoodStream uploads failing at 100% — The upload server returns