release: prepare v2.0.73
This commit is contained in:
@@ -4,6 +4,24 @@ All notable changes to Multi-Debrid Downloader are documented in this file.
|
|||||||
|
|
||||||
## [Unreleased]
|
## [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
|
## [2.0.72] - 2026-08-24
|
||||||
|
|
||||||
### Package history telemetry
|
### Package history telemetry
|
||||||
|
|||||||
Generated
+2
-2
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "multi-debrid-downloader",
|
"name": "multi-debrid-downloader",
|
||||||
"version": "2.0.72",
|
"version": "2.0.73",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "multi-debrid-downloader",
|
"name": "multi-debrid-downloader",
|
||||||
"version": "2.0.72",
|
"version": "2.0.73",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"adm-zip": "0.6.0",
|
"adm-zip": "0.6.0",
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "multi-debrid-downloader",
|
"name": "multi-debrid-downloader",
|
||||||
"version": "2.0.72",
|
"version": "2.0.73",
|
||||||
"description": "Desktop downloader",
|
"description": "Desktop downloader",
|
||||||
"main": "build/main/main/main.js",
|
"main": "build/main/main/main.js",
|
||||||
"author": "Sucukdeluxe",
|
"author": "Sucukdeluxe",
|
||||||
|
|||||||
Reference in New Issue
Block a user