release: prepare v2.0.60

Document manual extraction, package-state, sorting, cancellation, availability, and clipboard reliability improvements for the public Windows release.
This commit is contained in:
Sucukdeluxe
2026-08-22 22:53:30 +02:00
parent 55b8911e94
commit e5fa355286
3 changed files with 26 additions and 3 deletions
+23
View File
@@ -2,6 +2,29 @@
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.60] - 2026-08-22
### Manual extraction
- Extract a selected archive part together with its complete multipart set instead of requiring the parent package action.
- Extract multiple selected packages in one action and keep each archive set isolated by its full source path.
- Re-read the current archive password list for every manual retry and keep unrelated failed archives untouched.
- Keep child and package extraction states synchronized through pending, active, completed, and failed phases.
### Download status and controls
- Separate download completion from post-processing with a stable 90 percent download and 10 percent extraction progress model.
- Replace ambiguous package counters with actionable download, retry, extraction, disk-wait, and failure summaries.
- Restore pointer and keyboard sorting for every Downloads column, including the visible service column.
- Preserve verified availability while downloads start or retry and infer online state for active or completed transfers.
### Runtime reliability
- Release cancelled provider conversion work promptly so Stop returns to a startable state without assigning false account cooldowns.
- Prevent stale Mega-Debrid web jobs from blocking later conversions after cancellation.
- Route link-address copying through the validated Electron clipboard bridge with explicit success and failure feedback.
- Clear manual extraction state when packages or the complete queue are removed.
## [2.0.59] - 2026-08-22 ## [2.0.59] - 2026-08-22
### Extraction reliability ### Extraction reliability
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "multi-debrid-downloader", "name": "multi-debrid-downloader",
"version": "2.0.59", "version": "2.0.60",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "multi-debrid-downloader", "name": "multi-debrid-downloader",
"version": "2.0.59", "version": "2.0.60",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"adm-zip": "0.6.0", "adm-zip": "0.6.0",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "multi-debrid-downloader", "name": "multi-debrid-downloader",
"version": "2.0.59", "version": "2.0.60",
"description": "Desktop downloader", "description": "Desktop downloader",
"main": "build/main/main/main.js", "main": "build/main/main/main.js",
"author": "Sucukdeluxe", "author": "Sucukdeluxe",