Files
media-player-server/RELEASE_NOTES.md
T
alexei.dolgolyov c586b1b518
Lint & Test / test (push) Successful in 10s
Release / create-release (push) Successful in 3s
Release / build-linux (push) Successful in 47s
Release / build-windows (push) Successful in 1m10s
chore: release v0.1.8
2026-04-18 17:51:46 +03:00

1.0 KiB

v0.1.8 (2026-04-18)

Bug Fixes

  • Fix visualizer toggle button not reflecting actual availability after audio device load (ee51849)
  • Fix visualizer WebSocket re-subscription firing before availability is confirmed from the API — moved from connectWebSocket to loadAudioDevices (ee51849)

Development / Internal

Other

  • Broaden audio library import errors from ImportError to Exception and log at warning level with error details (ee51849)

All Commits
Hash Message Author
ee51849 fix(visualizer): sync state and re-subscribe from audio device load alexei.dolgolyov