-
Multi-Hoster-Upload v1.8.6 Stable
released this
2026-03-12 00:44:14 +01:00 | 359 commits to master since this releaseWhat's New in v1.8.6
Add Folder Support
- New "+ Ordner" button to add entire folders (recursive, including subfolders)
- Drag & drop now auto-detects folders and resolves all files inside
- Multiple folders can be selected at once
System Tray Icon
- Minimize now hides the window to system tray instead of taskbar
- Click tray icon to restore the window
- Right-click tray for quick menu (Öffnen / Beenden)
- Tray tooltip shows live upload progress (active connections + speed)
- Close (X) still fully quits the app
Bug Fixes
- Fixed duplicate context menu entry for retry
- Added error handling for async drag and drop operations
Downloads
-
Multi-Hoster-Upload v1.8.5 Stable
released this
2026-03-12 00:18:43 +01:00 | 360 commits to master since this releaseWhat's New in v1.8.5
Performance Optimization
- Throttled progress events: Progress updates now emit every 250ms instead of every byte chunk
- Batched UI updates: Render, status bar, and stats panel updates coalesced to once per 200ms during active uploads
- In-place row updates: Queue table rows updated in-place instead of full DOM rebuild
- Single-pass queue stats: Status bar and stats panel compute all counts in one loop instead of 9+ array filters
- CSS transition removed on progress bars to prevent layout thrashing
- Event delegation for recent files table instead of per-row listener binding
- Queue state persistence debounce increased to 10s during uploads
UI Changes
- Dark title bar matching the app theme
- Removed redundant "Ziele auswählen" button (hoster selection already happens when adding files)
Downloads
-
Multi-Hoster-Upload v1.8.4 Stable
released this
2026-03-11 23:35:45 +01:00 | 361 commits to master since this releasefix: auto health check only validates hosters that have jobs in the queue, not all configured hosters
Downloads
-
Multi-Hoster-Upload v1.8.3 Stable
released this
2026-03-11 23:31:10 +01:00 | 363 commits to master since this releasefeat: custom app icon replacing default Electron icon
Downloads
-
Multi-Hoster-Upload v1.8.2 Stable
released this
2026-03-11 21:45:37 +01:00 | 365 commits to master since this releasefeat: per-session log files - new checkbox to create a separate timestamped log file per app session (only when uploads occur)
Downloads
-
Multi-Hoster-Upload v1.8.1 Stable
released this
2026-03-11 20:25:48 +01:00 | 367 commits to master since this releasefix: semaphore order swap for higher connection utilization, status bar shows uploaded/total bytes, context menu polish
Downloads
-
Multi-Hoster-Upload v1.8.0 Stable
released this
2026-03-11 19:53:24 +01:00 | 369 commits to master since this releaseWhat's New
Encrypted Backup Import/Export
- Export all accounts, credentials, hoster settings, global settings, and upload history to a single encrypted .mhu file
- AES-256-GCM encryption with PBKDF2 key derivation (100k iterations, SHA-512)
- Password confirmation on export, single password prompt on import
- Automatic pre-import safety backup with timestamp (multiple imports won't overwrite each other)
- Single atomic write on import prevents data corruption on crash
- Sensitive buffers (keys, plaintext) zeroed after use
Sticky Tab Bar
- Tab navigation (Upload / Accounts / Einstellungen / Verlauf) now stays fixed at the top when scrolling through long settings or history views
Improved Context Menu
- Dynamic selection count on all actions: Links kopieren (3), Entfernen (3), Erneut versuchen (2), Ausgewaehlte starten (2)
- Singular label for single selection: Link kopieren vs Links kopieren
- New Alle entfernen action to clear the entire queue at once
- Reorganized menu items into logical groups with separators
- Click on empty queue area deselects all selected jobs
Instant Retry
- Erneut versuchen now immediately starts uploading the selected files instead of just resetting their status to preview
Bug Fixes
- Fix double context menu appearing on right-click in recent files panel
- Fix backup import split-write race condition (atomic single write)
- Fix UI not refreshing global settings after backup import
Downloads
-
Multi-Hoster-Upload v1.7.1 Stable
released this
2026-03-11 19:28:56 +01:00 | 371 commits to master since this releasefix: Backup-Import Stabilität (atomic write, timestamped safety backup, UI refresh)
Downloads
-
Multi-Hoster-Upload v1.7.0 Stable
released this
2026-03-11 19:21:04 +01:00 | 373 commits to master since this releasefeat: verschlüsseltes Backup Import/Export (AES-256-GCM)
Downloads
-
Multi-Hoster-Upload v1.6.9 Stable
released this
2026-03-11 13:47:19 +01:00 | 375 commits to master since this releasefix: doppeltes Kontextmenü bei Rechtsklick auf Recent-Files behoben
Downloads