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",