Files
media-player-server/RELEASE_NOTES.md
T
alexei.dolgolyov 0256be816e
Release / create-release (push) Successful in 3s
Lint & Test / test (push) Successful in 9s
Release / build-linux (push) Successful in 32s
Release / build-windows (push) Successful in 1m10s
chore: update release notes for v0.1.1
2026-03-28 18:53:13 +03:00

1.4 KiB

v0.1.1 (2026-03-28)

Bug Fixes

  • Use custom app icon for Windows shortcuts instead of the default Python executable icon (5e5e503)
  • Check if port is already in use before starting the server (5219263)

Improvements

  • Replace packaging library with lightweight built-in version comparison — one fewer dependency (5219263)

Development / Internal

CI/Build

  • Add manual build workflow for testing artifacts without tagging a release (4f9e99e)

All Commits
Hash Message Author
5219263 fix: port-in-use check and remove packaging dependency alexei.dolgolyov
5e5e503 fix: use custom icon for Windows shortcuts instead of python.exe alexei.dolgolyov
4f9e99e ci: add manual build workflow for testing artifacts alexei.dolgolyov