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.
This commit is contained in:
Sucukdeluxe
2026-08-14 20:33:56 +02:00
parent ca015553f3
commit c2d5dbaeb3
3 changed files with 16 additions and 3 deletions
+13
View File
@@ -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
+2 -2
View File
@@ -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",
+1 -1
View File
@@ -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",