• v1.8.2 1f3559ab22

    Administrator released this 2026-03-11 21:45:37 +01:00 | 494 commits to master since this release

    feat: per-session log files - new checkbox to create a separate timestamped log file per app session (only when uploads occur)

    Downloads
  • v1.8.1 ff2991cabd

    Administrator released this 2026-03-11 20:25:48 +01:00 | 496 commits to master since this release

    fix: semaphore order swap for higher connection utilization, status bar shows uploaded/total bytes, context menu polish

    Downloads
  • v1.8.0 d955403c7a

    Administrator released this 2026-03-11 19:53:24 +01:00 | 498 commits to master since this release

    What'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
  • v1.7.1 6f939103b9

    Administrator released this 2026-03-11 19:28:56 +01:00 | 500 commits to master since this release

    fix: Backup-Import Stabilität (atomic write, timestamped safety backup, UI refresh)

    Downloads
  • v1.7.0 fb4dd94827

    Administrator released this 2026-03-11 19:21:04 +01:00 | 502 commits to master since this release

    feat: verschlüsseltes Backup Import/Export (AES-256-GCM)

    Downloads
  • v1.6.9 39ccb904ef

    Administrator released this 2026-03-11 13:47:19 +01:00 | 504 commits to master since this release

    fix: doppeltes Kontextmenü bei Rechtsklick auf Recent-Files behoben

    Downloads
  • v1.6.8 153ea2b193

    Administrator released this 2026-03-11 04:06:41 +01:00 | 507 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 | 508 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 | 510 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 | 512 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