# Changelog All notable changes to **Scene Loading Screens** are documented in this file. --- 2026-05-19 - (1.3.0) - "KNOWN_ISSUES.md" replaced with "issues.md" --- ## 2026-05-19 - (v1.2.5) ### Changed - Readme.md file edited to remove Emoji's Clear up instructional text and generaly improve readability. --- ## 2026-05-06 - (v1.2.2) ### Added - Optional per-scene loading **progress bar** that overlays the selected media. Toggle via the new "Show loading progress bar" checkbox in the Timing section of the scene config form. - Accurate progress tracking driven by Foundry's own texture loader: `SceneNavigation.displayProgressBar` is wrapped (with fallback to `foundry.applications.ui.SceneNavigation` for v13+) so the bar reflects actual asset-loading percentage, anchored by `canvasInit` (0%) and `canvasReady` (100%). - Per-scene **progress bar label** field (free text, e.g. "Loading…"). Leaving it blank hides the label but keeps the spinner. - CSS **spinner** that rotates next to the label for as long as the loading screen is visible (animation runs purely from CSS; stops automatically when the overlay element is removed on close). - This change log added to acuratly depict the changes made before / during release and chnages made in the future - Addition of images and videos to readme.md ### Changed - Pre-activation delay extended from a fixed 250 ms to `max(1000ms, fadeIn + 250)` so the overlay is fully faded in (and the socket message has reached all clients) before `scene.activate()` triggers texture loading. Eliminates the brief canvas flicker some users saw on slower clients. --- ## 2026-05-04 - (v1.1.0) ### Added - **Volume slider** (0–100%) in the scene config form, applied to both video and audio playback. - Live percentage readout next to the slider, with click-and-hold to step the value up or down. - `volume` persisted via the per-scene flag (and shared with the presets system), so it survives reloads and applies on both preview and real loading-screen playback. - Font colour and Text position controls were rendering outside the `sls-inline-row` container because the wrapping `