Release v2.10.6
This commit is contained in:
@@ -2,6 +2,28 @@
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## 2.10.6 - 2026-08-29
|
||||
|
||||
### Changed
|
||||
|
||||
- Refactored the player runtime into focused animation, media, transition, command, playback, and rendering modules.
|
||||
- Improved player slide transitions and video playback by preloading media, preserving precise durations, pausing outgoing videos during crossfades, and deferring expensive post-render setup.
|
||||
- Added resilient playlist recovery through cached browser and server snapshots, offline status reporting, and refresh handling that recovers after cached responses.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed remote player commands and media synchronization so they route through the bridge using the physical player device identity, including announcement and playlist refresh notifications.
|
||||
- Fixed player media handling for remote bridge uploads and deletes by using the bridge endpoint with explicit player-device authentication.
|
||||
- Fixed player service-worker caching so ranged media requests bypass stale cached responses and video playback remains reliable.
|
||||
|
||||
## 2.10.5 - 2026-08-29
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed intermittent pairing failures while player registration and pairing sessions propagate through the bridge by retrying transient resolution and completion requests.
|
||||
- Fixed the pairing page so transient submission failures retry automatically and pairing progress uses a single spinner without dimming the form.
|
||||
- Fixed the player onboarding page so it continues polling until the pairing code and QR code are available.
|
||||
|
||||
## 2.10.4 - 2026-08-29
|
||||
|
||||
### Fixed
|
||||
|
||||
Reference in New Issue
Block a user