• v1.2.1 4d85d58526

    jessikitty released this 2026-05-19 16:37:21 +10:00 | 56 commits to main since this release

    Frambe v1.2.1 — Bugfixes

    Fixes

    • Port mapping: Container now runs internally on port 3000 as expected. Docker Compose maps 3030:3000 (external:internal). Previously the internal port was incorrectly set to 3030.
    • URL param auto-launch: Fixed ?album=UUID (and ?person=, ?favorites, ?random) not starting the slideshow. The slideshow start is now properly awaited during init, preventing silent failures. Also uses 'in' operator for flag-style params (?favorites with no value).
    • Added autoLaunch() helper for cleaner zero-touch startup flow
    • Added console logging during auto-launch and asset loading for easier debugging
    • Better error handling in loadAssets() — checks HTTP status before parsing JSON
    Downloads