-
released this
2025-09-19 22:53:58 +02:00 | 0 commits to main since this releaseChangelog
⚠️ Hotfix
This update reduces the image size and upgrades to Python 3.13 to address CVE vulnerabilities.
Downloads
-
released this
2025-09-04 13:02:31 +02:00 | 4 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 composeordocker run.
See the documentation: Quick Start Guide. - The
site.yamlandtheme.yamlfiles in yourconfigandthemesfolder have changed.
To update:
- Back up your
configfolder. - Delete the old
site.yamlandtheme/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
-
v2.0.1 - Hotfix Stable
released this
2025-08-28 19:32:22 +02:00 | 32 commits to main since this releaseChangelog
- Updated footer link with documentation link
- Fixed wrong menu behavior limiting to 6 items to appear progressively
- Fixed to long margin-bottom betwen img section on mobile
Downloads
-
v2.0 - WebUI Builder Stable
released this
2025-08-26 11:54:38 +02:00 | 38 commits to main since this releaseChangelog
New Feature
This release introduces the brand-new WebUI Builder, making it easier than ever to configure, manage and build your static gallery.
- 🐳 Docker users: Run the container and access at
https://localhost:5000 - 🐍 Python users: Launch with
python3 -m src.py.webui.webuithen openhttps://localhost:5000in your browser
Updating from Previous Versions
Please follow the official guide here: How to update
Downloads
- 🐳 Docker users: Run the container and access at
-
v1.3.1 - Tag filter behavior Stable
released this
2025-08-14 00:31:08 +02:00 | 88 commits to main since this releaseChangelog
Gallery Tag Improvements
- Clicking a photo tag now moves the photo to the top of the filtered gallery.
- Added smooth scrolling to the
#gallerysection after clicking a tag.
Other
- Minor performance optimizations in the filtering logic.
Downloads
-
v1.3 - Docker support Stable
released this
2025-08-13 18:31:38 +02:00 | 90 commits to main since this releaseChangelog
Docker Support
Lumeex now supports installation and running via Docker — either using the official prebuilt image or building your own.
See the updated documentation for setup instructions.Improvements
- Added new
ensure_dirlogic for output directories to prevent permission issues when using Docker bind mounts. - Enhanced logging for clearer, more informative output.
Downloads
- Added new
-
v1.2 - New documentation Stable
released this
2025-08-11 17:06:59 +02:00 | 98 commits to main since this releaseChangelog
Launch of a brand-new documentation website: https://lumeex.djeex.fr
This updated documentation provides clearer navigation, improved examples, and a more comprehensive guide to using Lumeex.⚠️ Breaking Changes
hero.imagesrelocation: These keys are now defined ingallery.yamlinstead ofsite.yaml.- Gallery structure update: The
imageskeys for galleries are now located undergallery.imagesingallery.yaml. - Default file adjustments: Keys in default configuration files are now empty (no demo content included).
- Demo file relocation: Demo files have been moved to
lumeex/demo/.
Other Improvements
- Gallery image cleanup:
gallery.pynow automatically removes image keys for photos deleted from thelumeex/config/photos/directory. - Visual refresh: Added a new favicon for the Modern theme.
Downloads
-
v1.1 - Hotfix Stable
released this
2025-08-08 13:04:04 +02:00 | 112 commits to main since this releaseChangelog
- Wrong canonical url for legals page
- Fixed head font error
- Fixed head pwa error
- Some UI ajustment
Downloads
-
v1.0 - First release Stable
released this
2025-08-06 22:32:44 +02:00 | 117 commits to main since this releaseFirst release !
- See README
Downloads