• v1.6.8 153ea2b193

    Administrator released this 2026-03-11 04:06:41 +01:00 | 378 commits to master since this release

    Fix: Atomic config writes to prevent settings/account data loss during app updates or crashes. Config now uses write-to-temp + rename pattern with automatic .bak backup fallback.

    Downloads
  • v1.6.7 6945b42886

    Administrator released this 2026-03-11 04:00:53 +01:00 | 379 commits to master since this release

    What's New in v1.6.7

    Bug Fixes

    • Fixed settings/accounts/queue lost after update — The app now migrates the config file from previous locations (different AppData folder names, portable exe directory) on first launch. Accounts, upload settings, and pending queue are preserved across updates.
    • Fixed staggered upload intervals — Intervals now correctly serialize per hoster (from v1.6.6).

    Features (from v1.6.5)

    • Selectable rows in Recent Files panel — Click, Ctrl+Click, Shift+Click to select. Ctrl+A to select all. Delete to remove. Right-click for context menu with "Copy links" and "Remove".
    • Double-click to copy a single link in the Files panel.
    Downloads
  • v1.6.6 c462f6bef5

    Administrator released this 2026-03-11 03:56:29 +01:00 | 381 commits to master since this release

    What's New in v1.6.6

    Bug Fix

    • Fixed staggered upload intervals — Upload intervals (e.g. 3s between starts) now work correctly. Previously, all uploads would read the same timestamp and start simultaneously. Now each upload properly waits its turn using a serialized per-hoster queue.
    Downloads
  • v1.6.5 e6bad780ee

    Administrator released this 2026-03-11 03:51:31 +01:00 | 383 commits to master since this release

    What's New in v1.6.5

    Recent Files Panel - Selection & Management

    • Row selection — Click to select, Ctrl+Click for multi-select, Shift+Click for range select
    • Ctrl+A — Select all rows in the Files panel
    • Delete key — Remove selected entries from the list
    • Right-click context menu — "Copy links" and "Remove" actions for selected rows
    • Double-click — Quick-copy a single link to clipboard
    Downloads
  • v1.6.4 14490d947a

    Administrator released this 2026-03-11 03:47:28 +01:00 | 385 commits to master since this release

    What's New in v1.6.4

    New Features

    • Sortable Recent Files panel — Click on Date, Filename, Host, or Link column headers to sort. Click again to reverse. New uploads are automatically inserted in the current sort order.
    • "Start Selected" in context menu — Right-click on selected queue items and choose "Start selected" to upload only those files.
    • Live settings updates — Changes to parallel upload count and speed limits are now applied immediately while uploads are running. No need to restart the upload batch.

    Improvements

    • Retry pause — All upload retries now wait 3 seconds before restarting, preventing rapid retry loops that could trigger rate limits.
    • Upload log safety — Added fallback file_code check when logging completed uploads. A warning is now logged if an upload completes without a downloadable link.
    Downloads
  • v1.6.3 2ea1013951

    Administrator released this 2026-03-11 03:39:57 +01:00 | 387 commits to master since this release

    What'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.com with op=upload_result instead 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.log for 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
  • v1.6.2 8995feb541

    Administrator released this 2026-03-11 03:18:07 +01:00 | 390 commits to master since this release

    Fix: Doodstream Upload folgt jetzt der HTML-Form-Weiterleitung

    Downloads
  • v1.6.1 9da6629e19

    Administrator released this 2026-03-11 03:14:32 +01:00 | 392 commits to master since this release

    Stats-Panel, Abort-Persistenz, Doodstream Error-Logging

    Downloads
  • v1.6.0 cb64c6cd91

    Administrator released this 2026-03-11 03:09:23 +01:00 | 394 commits to master since this release

    Globales Speed-Limit, Settings aufgeraeumt, Abort-Reset, Resize-Panel, gestaffeltes Intervall

    Downloads
  • v1.5.5 bfe98eac0c

    Administrator released this 2026-03-11 02:52:54 +01:00 | 396 commits to master since this release

    UI: Toolbar-Icons, Hoster-Summary ausgeblendet

    Downloads