release: prepare v2.0.62
Document deterministic manual extraction, selected-run lifecycle isolation, hybrid archive recovery, and accurate extraction progress for the public hotfix release.
This commit is contained in:
@@ -2,6 +2,27 @@
|
|||||||
|
|
||||||
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.62] - 2026-08-23
|
||||||
|
|
||||||
|
### Manual extraction
|
||||||
|
|
||||||
|
- Run package and child archive extraction while downloads are stopped or paused and while sibling downloads remain open.
|
||||||
|
- Validate manual targets before replacing stale post-processing, then drain the previous extractor and coordinator before starting the new operation.
|
||||||
|
- Return actionable manual extraction errors through IPC instead of silently leaving items pending.
|
||||||
|
- Keep queued and delayed sibling downloads unchanged when starting or stopping a selected-item run.
|
||||||
|
|
||||||
|
### Archive progress and recovery
|
||||||
|
|
||||||
|
- Preserve password-attempt status across progress pulses and show the real finalization percentage instead of counting an active archive as complete.
|
||||||
|
- Include finalization progress in the package progress bar and retain archive names, elapsed time, and counters in tooltips.
|
||||||
|
- Retry complete archive sets that were previously marked attempted without a terminal extraction result.
|
||||||
|
- Add automatically recovered archive parts to the active run so every reset file is downloaded again.
|
||||||
|
|
||||||
|
### Package status
|
||||||
|
|
||||||
|
- Replace misleading aggregate counts such as `20 retries` with the actionable `Retrying link conversion` package state.
|
||||||
|
- Keep mixed extraction failures concise while retaining detailed item-level attempts and diagnostics.
|
||||||
|
|
||||||
## [2.0.61] - 2026-08-23
|
## [2.0.61] - 2026-08-23
|
||||||
|
|
||||||
### RAR extraction reliability
|
### RAR extraction reliability
|
||||||
|
|||||||
Generated
+2
-2
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "multi-debrid-downloader",
|
"name": "multi-debrid-downloader",
|
||||||
"version": "2.0.61",
|
"version": "2.0.62",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "multi-debrid-downloader",
|
"name": "multi-debrid-downloader",
|
||||||
"version": "2.0.61",
|
"version": "2.0.62",
|
||||||
"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.61",
|
"version": "2.0.62",
|
||||||
"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