• v0.2.2 85b886abf8

    LedGrab v0.2.2
    All checks were successful
    Build Release / create-release (push) Successful in 4s
    Build Release / build-linux (push) Successful in 2m27s
    Lint & Test / test (push) Successful in 3m20s
    Build Release / build-docker (push) Successful in 3m13s
    Build Release / build-windows (push) Successful in 3m59s
    Stable

    alexei.dolgolyov released this 2026-03-25 22:43:53 +03:00 | 5 commits to master since this release

    v0.2.2 (2025-03-25)

    Features

    • Add 4 built-in gradients, searchable gradient picker, cleaner modal titles (a5e7a4e)

    All Commits
    Hash Message Author
    a5e7a4e feat: add 4 built-in gradients, searchable gradient picker, cleaner modal titles alexei.dolgolyov

    Downloads

    Platform File Description
    Windows (installer) LedGrab-v0.2.2-setup.exe Install with Start Menu shortcut, optional autostart, uninstaller
    Windows (portable) LedGrab-v0.2.2-win-x64.zip Unzip anywhere, run LedGrab.bat
    Linux LedGrab-v0.2.2-linux-x64.tar.gz Extract, run ./run.sh
    Docker See below docker pull + docker run

    After starting, open http://localhost:8080 in your browser.

    Docker

    docker pull git.dolgolyov-family.by/alexei.dolgolyov/wled-screen-controller-mixed:v0.2.2
    docker run -d --name ledgrab -p 8080:8080 -v ledgrab-data:/app/data git.dolgolyov-family.by/alexei.dolgolyov/wled-screen-controller-mixed:v0.2.2
    

    First-time setup

    1. Change the default API key in config/default_config.yaml
    2. Open http://localhost:8080 and discover your WLED devices
    3. See INSTALLATION.md for detailed configuration
    Downloads