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:
@@ -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
|
||||
|
||||
Generated
+2
-2
@@ -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
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user