• v2.1.1 40a01c4701

    Djeex released this 2025-09-19 22:53:58 +02:00 | 0 commits to main since this release

    Changelog

    ⚠️ Hotfix

    This update reduces the image size and upgrades to Python 3.13 to address CVE vulnerabilities.

    Downloads
  • v2.1 7c98a6ceaf

    Djeex released this 2025-09-04 13:02:31 +02:00 | 4 commits to main since this release

    Changelog

    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 or docker run.
      See the documentation: Quick Start Guide.
    • The site.yaml and theme.yaml files in your config and themes folder have changed.

    To update:

    1. Back up your config folder.
    2. Delete the old site.yaml and theme/ folder.
    3. Pull the latest image sudo docker pull git.djeex.fr/djeex/lumeex:latest.
    4. Recreate the container, it automatically recreate the files.
    5. Re-enter your site info and theme settings through the WebUI.
    6. 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 df96782500

    Djeex released this 2025-08-28 19:32:22 +02:00 | 32 commits to main since this release

    Changelog

    • 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 c825798b13

    Djeex released this 2025-08-26 11:54:38 +02:00 | 38 commits to main since this release

    Changelog

    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.webui then open https://localhost:5000 in your browser

    Updating from Previous Versions

    Please follow the official guide here: How to update

    Downloads
  • v1.3.1 41450837f2

    Djeex released this 2025-08-14 00:31:08 +02:00 | 88 commits to main since this release

    Changelog

    • Clicking a photo tag now moves the photo to the top of the filtered gallery.
    • Added smooth scrolling to the #gallery section after clicking a tag.

    Other

    • Minor performance optimizations in the filtering logic.
    Downloads
  • v1.3 6fc573c510

    Djeex released this 2025-08-13 18:31:38 +02:00 | 90 commits to main since this release

    Changelog

    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_dir logic for output directories to prevent permission issues when using Docker bind mounts.
    • Enhanced logging for clearer, more informative output.
    Downloads
  • v1.2 39b24a05cb

    Djeex released this 2025-08-11 17:06:59 +02:00 | 98 commits to main since this release

    Changelog

    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.images relocation: These keys are now defined in gallery.yaml instead of site.yaml.
    • Gallery structure update: The images keys for galleries are now located under gallery.images in gallery.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.py now automatically removes image keys for photos deleted from the lumeex/config/photos/ directory.
    • Visual refresh: Added a new favicon for the Modern theme.
    Downloads
  • v1.1 810698c578

    v1.1 - Hotfix Stable

    Djeex released this 2025-08-08 13:04:04 +02:00 | 112 commits to main since this release

    Changelog

    • Wrong canonical url for legals page
    • Fixed head font error
    • Fixed head pwa error
    • Some UI ajustment
    Downloads
  • v1.0 84324396cc

    Djeex released this 2025-08-06 22:32:44 +02:00 | 117 commits to main since this release

    First release !

    Downloads