release: prepare v2.0.61

Document RAR directory classification, JVM error preservation, and Windows outbox persistence hardening for the public hotfix release.
This commit is contained in:
Sucukdeluxe
2026-08-23 00:30:46 +02:00
parent 44b2af11ce
commit bffefe0130
3 changed files with 16 additions and 3 deletions
+13
View File
@@ -2,6 +2,19 @@
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.61] - 2026-08-23
### RAR extraction reliability
- Recognize explicit WinRAR directory entries even when the native listing omits trailing path separators.
- Preserve strict file-directory collision protection by matching typed directory entries with counted archive occurrences.
- Keep the original JVM archive or CRC error when a failed partial output has already been removed.
- Prevent stale partial-output events from terminating the JVM extractor or replacing the actionable extraction error.
### Windows persistence
- Retry short-lived Windows file locks while atomically saving the notification outbox during runtime and startup.
## [2.0.60] - 2026-08-22 ## [2.0.60] - 2026-08-22
### Manual extraction ### Manual extraction
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "multi-debrid-downloader", "name": "multi-debrid-downloader",
"version": "2.0.60", "version": "2.0.61",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "multi-debrid-downloader", "name": "multi-debrid-downloader",
"version": "2.0.60", "version": "2.0.61",
"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.60", "version": "2.0.61",
"description": "Desktop downloader", "description": "Desktop downloader",
"main": "build/main/main/main.js", "main": "build/main/main/main.js",
"author": "Sucukdeluxe", "author": "Sucukdeluxe",