• v0.4.1 c2c9af3c60

    LedGrab v0.4.1
    Build Release / create-release (push) Successful in 4s
    Build Android APK / build-android (push) Failing after 1m41s
    Build Release / build-linux (push) Successful in 3m3s
    Build Release / build-docker (push) Successful in 4m13s
    Lint & Test / test (push) Successful in 5m24s
    Build Release / build-windows (push) Successful in 5m33s
    Stable

    alexei.dolgolyov released this 2026-04-22 19:21:27 +03:00 | 176 commits to master since this release

    v0.4.1 (2026-04-22)

    Bug Fixes

    • Installer now bundles cryptography and just-playback, sets the TCL environment for Tk, and removes the stale debug.bat shim (4f7794c)

    Development / Internal

    CI/Build

    • Scope the Android keystore env correctly and fail loudly when a release build is attempted without a signing key (35b75a2)

    Documentation

    • Drop the stale WLED-rename task and document the Android signing secrets (a0d63a3)
    • Remove WLED-specific language from the auto-generated release notes template (4ed099d)

    All Commits
    Hash Message Author
    4f7794c fix(installer): bundle cryptography + just-playback, set TCL env, clean stale debug.bat alexei.dolgolyov
    a0d63a3 docs(release): drop stale WLED-rename task, document android signing secrets alexei.dolgolyov
    35b75a2 ci(android): fix keystore env scoping, fail loudly on release without key alexei.dolgolyov
    4ed099d docs(release): drop WLED-specific language from auto-generated release notes alexei.dolgolyov

    Downloads

    Platform File Description
    Windows (installer) LedGrab-v0.4.1-setup.exe Install with Start Menu shortcut, optional autostart, uninstaller
    Windows (portable) LedGrab-v0.4.1-win-x64.zip Unzip anywhere, run LedGrab.bat
    Linux LedGrab-v0.4.1-linux-x64.tar.gz Extract, run ./run.sh
    Android LedGrab-v0.4.1-android-release.apk Sideload on Android 7.0+ (API 24+) — TV boxes, Fire TV, phones, tablets. arm64-v8a / x86_64 / x86
    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/ledgrab:v0.4.1
    docker run -d --name ledgrab -p 8080:8080 -v ledgrab-data:/app/data git.dolgolyov-family.by/alexei.dolgolyov/ledgrab:v0.4.1
    

    First-time setup

    1. Change the default API key in .
    2. Open http://localhost:8080 and add your LED devices.
    3. See for detailed configuration.
    Downloads