1.7 KiB
1.7 KiB
v0.1.8 (2026-04-18)
Bug Fixes
- Fix numpy failing to import in the Windows installer due to missing
libopenblasDLL path — generate_distributor_init_local.pyat build time and callos.add_dll_directory()at runtime (456eb3a) - 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
connectWebSockettoloadAudioDevices(ee51849)
Development / Internal
CI/Build
- Generate
numpy/_distributor_init_local.pyin Windows build script to fix DLL loading in embedded Python (456eb3a)
Other
- Broaden audio library import errors from
ImportErrortoExceptionand log atwarninglevel with error details (ee51849)