release: prepare v2.0.59

Publish native extraction output reconciliation for WinRAR, RAR, and 7-Zip, including rename, subst, and flat-mode safety coverage.
This commit is contained in:
Sucukdeluxe
2026-08-22 21:29:21 +02:00
parent 378b5e2a9e
commit a5920869a3
3 changed files with 12 additions and 3 deletions
+9
View File
@@ -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
+2 -2
View File
@@ -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",
+1 -1
View File
@@ -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",