Files
media-player-server/RELEASE_NOTES.md
T
alexei.dolgolyov e3889fef29
Lint & Test / test (push) Successful in 10s
Release / create-release (push) Successful in 3s
Release / build-windows (push) Successful in 56s
Release / build-linux (push) Successful in 31s
chore: release v0.1.4
2026-04-07 22:43:05 +03:00

3.0 KiB

v0.1.4 (2026-04-07)

Bug Fixes

  • Prevent dialog showModal from auto-focusing first input (db777fa)

Development / Internal

CI/Build

  • Replace uvicorn[standard] with explicit Windows-safe extras; avoids uvloop cross-build deadlock (28293c6)
  • Move pystray into the unified cross-deps resolve so its Pillow matches the core one (8450040)
  • Hybrid pip-download: single call for cross-platform deps (consistent pydantic-core), per-dep loop with --pre for Windows-only (39b3aed)
  • Normalize non-PEP440 versions before stamping pyproject.toml (69df9b6)
  • Pass --pre to pip download for winsdk beta wheels (760c3df)
  • Revert broken action caching (Gitea cache backend not configured) (60f287b)

All Commits
Hash Message Author
8450040 fix(ci): move pystray to VIS_DEPS so its Pillow resolves with core alexei.dolgolyov
28293c6 fix(ci): replace uvicorn[standard] with explicit extras for cross-build alexei.dolgolyov
39b3aed fix(ci): hybrid pip download - single call for cross-platform deps alexei.dolgolyov
ba90dff fix(ci): revert to per-dep pip download loop with --pre alexei.dolgolyov
69df9b6 fix(ci): normalize non-PEP440 versions before stamping pyproject.toml alexei.dolgolyov
760c3df fix(ci): pass --pre to pip download for winsdk beta wheels alexei.dolgolyov
60f287b ci: revert action caching, gitea cache backend not configured alexei.dolgolyov
f52af51 ci: cache pip wheels, npm deps, and embedded Python in release workflow alexei.dolgolyov
db777fa fix: prevent dialog showModal from auto-focusing first input alexei.dolgolyov