diff --git a/CHANGELOG.md b/CHANGELOG.md index c03f854..4c92542 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,24 @@ All notable changes to Multi-Debrid Downloader are documented in this file. ## [Unreleased] +## [2.0.73] - 2026-08-25 + +### Settings workflow + +- Highlight the primary save action and add a discard action that restores the last persisted settings without reverting account changes that were saved immediately. +- Preserve edits made during an active save as unsaved changes and restore write-only extraction password values safely when pending edits are discarded. +- Show provider icons and explicit access-mode labels in the configurable provider order. + +### Download queue presentation + +- Display remaining download volume with four decimal places above 1 TB and avoid rolling animations when the formatted value has not changed. +- Extend package selection highlighting to visible child files while keeping package actions scoped to the selected package. + +### Account controls + +- Serialize rapid account enable and disable requests so the final click wins and stale validation or persistence results cannot reverse newer input. +- Prevent checkbox double-clicks from opening the account editor and coordinate account updates with settings and backup mutations. + ## [2.0.72] - 2026-08-24 ### Package history telemetry diff --git a/package-lock.json b/package-lock.json index fc910aa..cf19e90 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "multi-debrid-downloader", - "version": "2.0.72", + "version": "2.0.73", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "multi-debrid-downloader", - "version": "2.0.72", + "version": "2.0.73", "license": "MIT", "dependencies": { "adm-zip": "0.6.0", diff --git a/package.json b/package.json index 255c586..7e6e1a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "multi-debrid-downloader", - "version": "2.0.72", + "version": "2.0.73", "description": "Desktop downloader", "main": "build/main/main/main.js", "author": "Sucukdeluxe",