• v1.9.5 a5c1ec362d

    Administrator released this 2026-03-12 03:46:57 +01:00 | 476 commits to master since this release

    Statusbar: hochgeladen/gesamt (rechte Zahl bleibt konstant), neuer Done-Zähler für abgeschlossene Uploads

    Downloads
  • v1.9.4 13d220bd30

    Administrator released this 2026-03-12 01:57:49 +01:00 | 478 commits to master since this release

    Ordnerüberwachung: Hoster-Vorauswahl (kein Modal mehr nötig), Aktiv-Badge grün

    Downloads
  • v1.9.3 02f208c302

    Administrator released this 2026-03-12 01:52:58 +01:00 | 480 commits to master since this release

    UI-Verbesserungen: Einstellungen-Layout, Ordnerüberwachung-Panel, Backup einklappbar, Kontextmenü-Fix, Badge-Sofort-Update

    Downloads
  • v1.9.2 b04de4036f

    Administrator released this 2026-03-12 01:27:51 +01:00 | 482 commits to master since this release

    Manueller Update-Check Button in Einstellungen, Update-Debug-Logging

    Downloads
  • v1.9.1 dfe94db1d3

    Administrator released this 2026-03-12 01:23:20 +01:00 | 484 commits to master since this release

    Fix: App-Icon wird jetzt korrekt in die EXE eingebettet (rcedit-Import korrigiert)

    Downloads
  • v1.9.0 ea35bfa065

    Administrator released this 2026-03-12 01:22:04 +01:00 | 486 commits to master since this release

    Ordnerüberwachung: Ordner automatisch überwachen und neue Dateien hochladen. Statusbar zeigt jetzt korrekt hochgeladen/verbleibend an.

    Downloads
  • v1.8.6 0480da0437

    Administrator released this 2026-03-12 00:44:14 +01:00 | 488 commits to master since this release

    What'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
  • v1.8.5 6b2b2ca04c

    Administrator released this 2026-03-12 00:18:43 +01:00 | 489 commits to master since this release

    What'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
  • v1.8.4 b4c786cf04

    Administrator released this 2026-03-11 23:35:45 +01:00 | 490 commits to master since this release

    fix: auto health check only validates hosters that have jobs in the queue, not all configured hosters

    Downloads
  • v1.8.3 660d0b76a1

    Administrator released this 2026-03-11 23:31:10 +01:00 | 492 commits to master since this release

    feat: custom app icon replacing default Electron icon

    Downloads