• v2.1 7c98a6ceaf

    Djeex released this 2025-09-04 13:02:31 +02:00 | 2 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