fix(settings): restore archive password list

Load the stored archive password list through a dedicated trusted IPC channel when extraction settings are opened. Preserve write-only drafts across settings and account updates, guard unsaved edits against late responses, and invalidate stale loads during backup imports. Prepare version 2.0.46 with public release notes.
This commit is contained in:
Sucukdeluxe
2026-08-20 00:45:46 +02:00
parent 09ea7803f3
commit 08f017e8c4
16 changed files with 164 additions and 14 deletions
+9
View File
@@ -4,6 +4,15 @@ All notable changes to Multi-Debrid Downloader are documented in this file.
## [Unreleased]
## [2.0.46] - 2026-08-20
### Archive passwords
- Restored the saved archive password list automatically when the Extraction settings section is opened.
- Kept the visible password list intact after settings saves, account updates, and live state refreshes.
- Prevented late password-list loads from overwriting unsaved edits and invalidated stale loads during backup imports.
- Kept archive passwords out of general renderer snapshots and exposed them only through a dedicated trusted IPC channel.
## [2.0.45] - 2026-08-19
### Account availability