-
released this
2025-09-04 13:02:31 +02:00 | 2 commits to main since this releaseChangelog
✨ New Features
This release introduces several new features to the WebUI builder:
- The photo gallery now displays a photo count.
- An upload button has been added to the bottom of the gallery.
- Photos can now be filtered by tagged or untagged status.
- The Site Info and Theme Editor sections can be saved individually.
A status message will appear if fields have been modified but not yet saved. - The Build pop-up now includes a button to go directly to the preview of your build.
⚠️ Breaking Changes
- You must now explicitly specify the ports in your environment variables when using either
docker compose
ordocker run
.
See the documentation: Quick Start Guide. - The
site.yaml
andtheme.yaml
files in yourconfig
andthemes
folder have changed.
To update:
- Back up your
config
folder. - Delete the old
site.yaml
andtheme/
folder. - Pull the latest image
sudo docker pull git.djeex.fr/djeex/lumeex:latest
. - Recreate the container, it automatically recreate the files.
- Re-enter your site info and theme settings through the WebUI.
- Re-build and deploy your site.
See the documentation for further updating help: Updating Guide
🔧 Fixes
- Fixed an issue where the static site footer was not aligned to the bottom in both themes.
- Fixed menu laggy appearance.
- Fixed modern theme UI issues on mobile.
- Fixed custom font issues.
- WebUI: Fixed several CSS/UI issues.
Downloads