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:
@@ -2,6 +2,19 @@
|
||||
|
||||
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
|
||||
|
||||
### Manual extraction
|
||||
|
||||
Generated
+2
-2
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "multi-debrid-downloader",
|
||||
"version": "2.0.60",
|
||||
"version": "2.0.61",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "multi-debrid-downloader",
|
||||
"version": "2.0.60",
|
||||
"version": "2.0.61",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"adm-zip": "0.6.0",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "multi-debrid-downloader",
|
||||
"version": "2.0.60",
|
||||
"version": "2.0.61",
|
||||
"description": "Desktop downloader",
|
||||
"main": "build/main/main/main.js",
|
||||
"author": "Sucukdeluxe",
|
||||
|
||||
Reference in New Issue
Block a user