-
released this
2026-05-19 16:37:21 +10:00 | 56 commits to main since this releaseFrambe 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 properlyawaited during init, preventing silent failures. Also uses'in' operatorfor flag-style params (?favoriteswith 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
- Port mapping: Container now runs internally on port 3000 as expected. Docker Compose maps