release: publish v2.0.19 sidebar interaction fixes

Restore the shared sliding-selection transition after React StrictMode effect restarts, disable redundant service filters, add regression coverage, and update the public English changelog and package metadata for v2.0.19.
This commit is contained in:
Sucukdeluxe
2026-08-11 02:49:41 +02:00
parent ef5c20c8df
commit 14090011e3
7 changed files with 73 additions and 9 deletions
+12
View File
@@ -2,6 +2,18 @@
All notable changes to Multi-Debrid Downloader are documented in this file.
## [2.0.19] - 2026-08-11
### Interface fixes
- Restored smooth sidebar selection movement in development builds when React StrictMode restarts layout effects.
- Kept the active sidebar entry visible immediately while the shared selection marker moves to its new position.
- Disabled the service filter when fewer than two concrete services are available, preventing an empty or redundant dropdown from opening.
### Reliability and testing
- Added regression coverage for StrictMode transition initialization and service-filter availability states.
## [2.0.18] - 2026-08-11
### Downloads and status handling