From c2d5dbaeb3e2ea02c92e18dba2f4f8b1c3c7bcd1 Mon Sep 17 00:00:00 2001 From: Sucukdeluxe Date: Fri, 14 Aug 2026 20:33:56 +0200 Subject: [PATCH] release: publish v2.0.36 stable download rollback Restore the proven v2.0.28 download-processing baseline under a new release version after later builds caused severe throughput degradation during large parallel queues. Keep the verified startup, credential, storage, queue, and updater behavior while preparing fresh Windows artifacts for both public release hosts. --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b45185e..d540fd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to Multi-Debrid Downloader are documented in this file. +## [2.0.36] - 2026-08-14 + +### Download performance + +- Restored the proven 2.0.28 download-processing baseline after later builds caused severe throughput drops and prolonged disk-wait states during large parallel queues. +- Removed the per-chunk stream failure race that accumulated pending promise reactions throughout long-running downloads. +- Preserved the startup reliability, credential protection, storage safeguards, large-queue virtualization, and updater behavior included in 2.0.28. + +### Release safety + +- Rebuilt the Windows installer and portable package from the verified rollback branch. +- Revalidated the complete client and backup API test suites before publication. + ## [2.0.28] - 2026-08-12 ### Startup reliability diff --git a/package-lock.json b/package-lock.json index f395226..55310e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "real-debrid-downloader", - "version": "2.0.28", + "version": "2.0.36", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "real-debrid-downloader", - "version": "2.0.28", + "version": "2.0.36", "license": "MIT", "dependencies": { "adm-zip": "0.6.0", diff --git a/package.json b/package.json index 2459a4a..c3da90d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "real-debrid-downloader", - "version": "2.0.28", + "version": "2.0.36", "description": "Desktop downloader", "main": "build/main/main/main.js", "author": "Sucukdeluxe",