From bffefe01305d3338c38c3aaabe2dfbafb2f7d1f6 Mon Sep 17 00:00:00 2001 From: Sucukdeluxe Date: Sun, 23 Aug 2026 00:30:46 +0200 Subject: [PATCH] release: prepare v2.0.61 Document RAR directory classification, JVM error preservation, and Windows outbox persistence hardening for the public hotfix release. --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fe5ec1..9e9ac6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index cff4b6b..87b73ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 952947b..4cbd749 100644 --- a/package.json +++ b/package.json @@ -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",