-
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