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.
|
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
|
## [2.0.58] - 2026-08-22
|
||||||
|
|
||||||
### DLC drag and drop
|
### DLC drag and drop
|
||||||
|
|||||||
Generated
+2
-2
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "multi-debrid-downloader",
|
"name": "multi-debrid-downloader",
|
||||||
"version": "2.0.58",
|
"version": "2.0.59",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "multi-debrid-downloader",
|
"name": "multi-debrid-downloader",
|
||||||
"version": "2.0.58",
|
"version": "2.0.59",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"adm-zip": "0.6.0",
|
"adm-zip": "0.6.0",
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "multi-debrid-downloader",
|
"name": "multi-debrid-downloader",
|
||||||
"version": "2.0.58",
|
"version": "2.0.59",
|
||||||
"description": "Desktop downloader",
|
"description": "Desktop downloader",
|
||||||
"main": "build/main/main/main.js",
|
"main": "build/main/main/main.js",
|
||||||
"author": "Sucukdeluxe",
|
"author": "Sucukdeluxe",
|
||||||
|
|||||||
Reference in New Issue
Block a user