-
Multi-Hoster-Upload v1.1.2 Stable
released this
2026-03-10 22:22:35 +01:00 | 415 commits to master since this releaseMulti-Hoster-Upload v1.1.2
Downloads
-
v1.1.1 - Upload Fix Stable
released this
2026-03-10 21:23:36 +01:00 | 418 commits to master since this releaseFixes
Critical: Uploads stuck at Queued
startBatch() lief synchron im ipcMain.handle() Callback - webContents.send() Events wurden von Electron verschluckt und kamen nie beim Renderer an. Fix: Deferred via process.nextTick.
Settings zeigten Inaktiv nach Speichern
renderSettings() wurde nach dem Speichern nicht aufgerufen. Panel-Status (Aktiv/Inaktiv) aktualisiert sich jetzt sofort.
Weitere Verbesserungen
- .catch() Error-Handler auf startBatch() fuer versteckte Async-Fehler
- select-folder IPC Handler hinzugefuegt
- Debug-Logging (upload-debug.log) zur Diagnose
- unhandledRejection Handler fuer Main-Process
- Scramble-Defaults in Config
Downloads
-
released this
2026-03-10 12:30:06 +01:00 | 421 commits to master since this releaseChanges
Critical Fix
- Fixed uploads stuck at Queued � startBatch() was running inside ipcMain.handle() callback, causing webContents.send() events to be dropped. Deferred via process.nextTick.
- Fixed settings panel showing Inaktiv after save � renderSettings() now called after saveSettings()
- Added .catch() error handler on startBatch() to surface hidden async errors
- Added select-folder IPC handler
- Added debug logging (upload-debug.log) for diagnosing upload issues
- Added unhandledRejection handler for main process
Queue System & Robustness
- Per-hoster concurrency control (FIFO semaphore)
- Token-bucket bandwidth throttling with abort signal support
- Configurable retry logic with speed-based restart
- Speed monitoring with auto-abort below threshold
- File size filter per hoster
- Time interval between upload jobs
Per-Hoster Settings
- Retries, max speed, parallel upload count
- Restart below speed threshold
- Time interval between jobs
- Max file size limit
UI Overhaul
- Queue table with 8 columns (filename, uploaded/size, host, status, elapsed, remaining, speed, progress)
- Status-colored rows and progress bars
- Context menu: copy links, retry, delete, shutdown-after-finish, always-on-top
- Statusbar with global speed, total bytes, elapsed time
- Collapsible per-hoster settings panels
- Debounced rendering with scroll position preservation
Bug Fixes
- Fixed Vidmoly infinite redirect loop (max 10 redirects)
- Fixed Vidmoly upload body not consumed on redirect
- Fixed installUpdate unhandled promise rejection
- Fixed context submenu viewport overflow
- Fixed speedMonitor interval leak on upload error
- Fixed combined signal listener cleanup
Downloads
-
Multi-Hoster-Upload v1.0.0 Stable
released this
2026-03-10 02:38:03 +01:00 | 425 commits to master since this releaseErster Release
Downloads