diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a33bab..0321782 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,25 @@ All notable changes to Multi-Debrid Downloader are documented in this file. ## [Unreleased] +## [2.0.67] - 2026-08-24 + +### Extraction stability + +- Return archive extraction and package-status behavior to the verified v2.0.54 baseline after regressions in later releases. +- Keep the existing download, account, update, history, statistics, and backup capabilities from that stable baseline. + +### 1Fichier and DDownload metadata + +- Resolve public filenames, exact sizes, availability, and supported domain aliases before downloads start. +- Keep resolved filenames when a debrid provider later returns a generic `download.bin` name. +- Preserve partial-download resume paths while applying late metadata and safely rename completed files afterward. +- Recover interrupted metadata renames through an item-bound journal without adopting unrelated same-name files. +- Restrict DDownload redirects to HTTPS targets carrying the same file identity and keep challenge pages in an unknown state instead of marking them offline. + +### Windows appearance + +- Force the native Windows title bar to remain dark across local desktop, server, and Remote Desktop profiles. + ## [2.0.54] - 2026-08-21 ### Update validation diff --git a/package-lock.json b/package-lock.json index 7630715..3be956b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "multi-debrid-downloader", - "version": "2.0.54", + "version": "2.0.67", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "multi-debrid-downloader", - "version": "2.0.54", + "version": "2.0.67", "license": "MIT", "dependencies": { "adm-zip": "0.6.0", diff --git a/package.json b/package.json index 749d6c5..d0b88e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "multi-debrid-downloader", - "version": "2.0.54", + "version": "2.0.67", "description": "Desktop downloader", "main": "build/main/main/main.js", "author": "Sucukdeluxe",