Add version decision cache and library-to-status propagation

This commit is contained in:
2026-05-12 10:35:02 +02:00
parent f22dc64041
commit 04662b96ec
8 changed files with 117 additions and 55 deletions
+8
View File
@@ -1,5 +1,13 @@
# Changelog
## [1.0.1] — 2026-05-12
### Improvements
- Version decision cache — ambiguous version comparisons are stored in `config.json`; the dialog is shown only once per version pair, answer is reused on subsequent checks
- Library → Status propagation — after "Refresh Library", the Status tab is automatically populated for both platforms without additional API calls; product data fetched during library refresh is reused directly
- Download logic refactored into `_run_download_for_platform()` shared helper
## [1.0.0] — 2026-04-09
### Features