release: prepare v2.0.73

This commit is contained in:
Sucukdeluxe
2026-08-25 07:01:05 +02:00
parent 77236f2f08
commit 8ef60eda87
3 changed files with 21 additions and 3 deletions
+18
View File
@@ -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
+2 -2
View File
@@ -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",
+1 -1
View File
@@ -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",