Files
media-player-server/RELEASE_NOTES.md
T
alexei.dolgolyov 26b4672a99
Release / create-release (push) Successful in 3s
Lint & Test / test (push) Successful in 10s
Release / build-linux (push) Successful in 31s
Release / build-windows (push) Successful in 52s
chore: release v0.1.6
2026-04-11 03:36:55 +03:00

484 B

v0.1.6 (2026-04-11)

Bug Fixes

  • Bundle wmi explicitly in the Windows distribution. It's a transitive dependency of screen-brightness-control gated on platform_system == "Windows", but pip evaluates environment markers against the host (Linux in CI), so it was silently skipped during cross-build. Now listed explicitly in both pyproject.toml and build-dist-windows.sh so the wheel lands in the Windows bundle.

Contributors