From a5920869a362981f3d691f9abd3621f9fbd5a177 Mon Sep 17 00:00:00 2001 From: Sucukdeluxe Date: Sat, 22 Aug 2026 21:29:21 +0200 Subject: [PATCH] release: prepare v2.0.59 Publish native extraction output reconciliation for WinRAR, RAR, and 7-Zip, including rename, subst, and flat-mode safety coverage. --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b913339..6309c1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to Multi-Debrid Downloader are documented in this file. +## [2.0.59] - 2026-08-22 + +### Extraction reliability + +- Recognize successfully extracted WinRAR, RAR, and 7-Zip files even when native progress output contains control characters or no parseable completion line. +- Prevent completed extractions from being reported as `No extracted files detected` and allow affected packages to be retried normally after updating. +- Preserve extractor-specific renamed filenames across shortened Windows extraction paths. +- Keep 7-Zip directory structures intact when RAR flat extraction is active and reject colliding flat RAR targets before extraction starts. + ## [2.0.58] - 2026-08-22 ### DLC drag and drop diff --git a/package-lock.json b/package-lock.json index 0489167..6b948a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "multi-debrid-downloader", - "version": "2.0.58", + "version": "2.0.59", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "multi-debrid-downloader", - "version": "2.0.58", + "version": "2.0.59", "license": "MIT", "dependencies": { "adm-zip": "0.6.0", diff --git a/package.json b/package.json index 3b96e5a..de2eab4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "multi-debrid-downloader", - "version": "2.0.58", + "version": "2.0.59", "description": "Desktop downloader", "main": "build/main/main/main.js", "author": "Sucukdeluxe",