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
2.2 KiB
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 unanchoreddata/rule in.gitignorewas matchingserver/src/ledgrab/data/, so these files never reached the tag or CI builds. Also bump the_FALLBACK_VERSIONliteral to0.4.2so the Windows installer (which strips.dist-info) reports the correct version in the WebUI instead of0.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
.sha256sidecars alongside release assets for easier integrity verification (03d2e6b)
Refactoring
- Move the Key Colors test out of the lightbox and into the
test-css-sourcemodal 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 |