• v0.4.2 c44bb38c43

    LedGrab v0.4.2
    Build Release / create-release (push) Successful in 3s
    Build Android APK / build-android (push) Failing after 2m5s
    Build Release / build-linux (push) Successful in 4m53s
    Build Release / build-docker (push) Successful in 5m39s
    Build Release / build-windows (push) Successful in 6m55s
    Lint & Test / test (push) Successful in 7m13s
    Stable

    alexei.dolgolyov released this 2026-04-22 20:20:30 +03:00 | 170 commits to master since this release

    v0.4.2 (2026-04-22)

    Bug Fixes

    • Ship previously-missing package assets in release artifacts — prebuilt notification sounds (alert, bell, chime, ping, pop) and game adapter YAMLs (minecraft, rocket_league, valorant). An unanchored data/ rule in .gitignore was matching server/src/ledgrab/data/, so these files never reached the tag or CI builds. Also bump the _FALLBACK_VERSION literal to 0.4.2 so the Windows installer (which strips .dist-info) reports the correct version in the WebUI instead of 0.3.0. Build scripts now patch this literal automatically to prevent future drift. (5db6edd)

    Features

    • Restyle the enhanced header locale picker as a LED-accent badge — 2-letter code in Orbitron, collapses to just the badge on narrow screens (9ce1dc3)

    Development / Internal

    CI/Build

    • Publish .sha256 sidecars alongside release assets for easier integrity verification (03d2e6b)

    Refactoring

    • Move the Key Colors test out of the lightbox and into the test-css-source modal where the rest of the source-render debug tools live (be2d5e1)

    All Commits
    Hash Message Author
    be2d5e1 refactor(color-strips): move Key Colors test from lightbox into test-css-source modal alexei.dolgolyov
    5db6edd fix(release): ship prebuilt assets and bump fallback version alexei.dolgolyov
    9ce1dc3 feat(ui): restyle enhanced header locale picker as LED-accent badge alexei.dolgolyov
    03d2e6b ci(release): publish .sha256 sidecars alongside release assets alexei.dolgolyov

    Downloads

    Platform File Description
    Windows (installer) LedGrab-v0.4.2-setup.exe Install with Start Menu shortcut, optional autostart, uninstaller
    Windows (portable) LedGrab-v0.4.2-win-x64.zip Unzip anywhere, run LedGrab.bat
    Linux LedGrab-v0.4.2-linux-x64.tar.gz Extract, run ./run.sh
    Android LedGrab-v0.4.2-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.2
    docker run -d --name ledgrab -p 8080:8080 -v ledgrab-data:/app/data git.dolgolyov-family.by/alexei.dolgolyov/ledgrab:v0.4.2
    

    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