Files
ledgrab/RELEASE_NOTES.md
T
alexei.dolgolyov c44bb38c43
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
docs(release): refresh v0.4.2 notes with fix(release) and refactor commits
2026-04-22 20:20:30 +03:00

2.2 KiB

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