-
v1.7.201 Stable
released this
2026-06-15 01:12:46 +02:00 | 90 commits to main since this releaseAccount management reworked into a JDownloader-style list (part 3): one row per individual account instead of one row per provider. Each row shows inline, without opening Edit: enabled checkbox, hoster, download traffic remaining, colored status (green premium / yellow free / red invalid / grey not-yet-checked / disabled), username, expiry date, and edit/remove. Problem rows are tinted red, disabled ones greyed. The enabled checkbox toggles that single account; remove deletes just that one account. Adding an account now checks it right after saving so its status shows immediately (saving is still allowed even if the check fails). Click 'Alle pruefen' to refresh the colored status for all Mega-Debrid / Debrid-Link accounts.
-
v1.7.200 Stable
released this
2026-06-15 00:49:59 +02:00 | 92 commits to main since this releaseSettings tab reworked (part 2): the Settings tab is now organized into clear labelled sub-groups with a short explainer line under every option, so it's much easier to find what you need (General, Extraction, Speed, Cleanup, Updates; the Accounts page comes next). History is now configurable: a new 'maximum history entries' limit (default 500) and an optional 'delete entries older than X days' age limit, both under General -> History (only active when history mode is 'permanent').
-
v1.7.199 Stable
released this
2026-06-15 00:18:58 +02:00 | 94 commits to main since this releaseUI polish (part 1): Statistics bandwidth chart and hoster stats are now 50/50 (was 40/60). Footer counters (packages/links/session/total/hoster/speed/ETA) moved to the bottom-right, action buttons to the left. The link collector text field now stretches all the way down to the footer. New live download-speed graph in the top-right of the Downloads tab that smoothly eases down on brief drops instead of snapping to zero (the shown number stays the real current speed). Stat cards reworked to look cleaner (number/unit split, calmer idle states), hoster bars flattened (no neon gradient). Help menu reorganized with hover submenus: Logs, Remote-Support, Diagnose.
-
v1.7.198 Stable
released this
2026-06-11 14:33:52 +02:00 | 96 commits to main since this releaseFix: link conversion speed after v1.7.197. All Mega-Debrid link conversions run through a single serial queue - one slow account in the new round-robin rotation therefore slowed down every following link. Accounts whose successful conversions are measurably slow (rolling average above 6s or 3x the best account) are now automatically moved to the end of the rotation: they stay available as failover reserve when the fast accounts hit their limits, but no longer drag down the even distribution. They re-enter rotation automatically once they speed up again. The rotation log now records per-account latency (emaMs/slow) for instant diagnosis.
-
v1.7.197 Stable
released this
2026-06-11 14:17:04 +02:00 | 99 commits to main since this releaseFix: Mega-Debrid account rotation now distributes links across ALL configured accounts (round-robin) instead of always starting at account 1 and stopping at the first usable one. Previously a later account (e.g. your 4th) was only ever used when every account before it was at its daily limit, cooling down or disabled - so accounts 1-2 kept hitting their daily limits while account 4 sat idle. Each link resolution now starts at the account after the last tested one; all skip checks (disabled, daily limit, cooldown) still apply. Also: the support bundle now includes account-rotation.log so rotation issues are diagnosable from the bundle.
-
v1.7.196 Stable
released this
2026-06-10 15:54:58 +02:00 | 102 commits to main since this releaseFix: Hybrid extraction race could leave the .DL. marker and both audio tracks (DE+EN) on individual episodes. When a slow audio remux of one episode was running, freshly extracted .DL. MKVs of other episodes were swept into the MKV library before their own audio cleanup ran. The collector now holds back remuxable .DL. files during the hybrid pass; they are cleaned and collected by a later round or the final deferred pass.
-
v1.7.195 Stable
released this
2026-06-10 00:40:36 +02:00 | 105 commits to main since this releaseDeep audit of the webhook notification paths — fixes every found case where a notification should fire but didn't:
-
v1.7.194 Stable
released this
2026-06-09 23:42:46 +02:00 | 113 commits to main since this releaseAdds a 'Test' button next to the Discord webhook URL: sends a test message (including your ping, if configured) right away — even before saving — so you can verify the webhook works without waiting for a download to finish.
-
v1.7.193 Stable
released this
2026-06-09 21:53:29 +02:00 | 115 commits to main since this releaseNotifications can now ping you on Discord: a new optional 'Discord ping' field below the webhook URL takes your user ID (or @everyone/@here) and prepends it to every notification, so package and run events actually ping your phone instead of silently landing in the channel. To find your ID: enable Developer Mode in Discord settings, right-click your name, 'Copy User ID'.
-
v1.7.192 Stable
released this
2026-06-09 21:41:13 +02:00 | 118 commits to main since this releaseNotifications now use Discord webhooks instead of ntfy: create a webhook in your Discord server (Server Settings > Integrations > Webhooks), paste the URL in Settings > General, and package/run events arrive as formatted messages in your channel.