Extractor: cache package passwords and document v1.6.60

This commit is contained in:
Sucukdeluxe
2026-03-05 14:49:26 +01:00
parent 11da8b6e9a
commit 5a5e3d2960
2 changed files with 173 additions and 30 deletions
+6
View File
@@ -169,6 +169,12 @@ The app stores runtime files in Electron's `userData` directory, including:
Release history is available on [git.24-music.de Releases](https://git.24-music.de/Administrator/real-debrid-downloader/releases).
### v1.6.60 (2026-03-05)
- Added package-scoped password cache for extraction: once the first archive in a package is solved, following archives in the same package reuse that password first.
- Kept fallback behavior intact (`""` and other candidates are still tested), but moved empty-password probing behind the learned password to reduce per-archive delays.
- Added cache invalidation on real `wrong_password` failures so stale passwords are automatically discarded.
### v1.6.59 (2026-03-05)
- Switched default extraction backend to native tools (`legacy`) for more stable archive-to-archive flow.