v0.0.2
Fixed
- Fixed type errors in
ws_receiver.pyby replacing bareDictusage with modern typing (dict,Mapping). - Wired
handle_voice_actiondispatch to_handle_voice_enable,_handle_voice_disable, and_handle_voice_statusfromplugins.voice_stack. - Bumped release metadata to
0.0.2acrosspyproject.toml,addon/config.yaml,manifest.json, plugin YAMLs, tests, README, and egg-info. - Added
TestVoiceWebSocketReceivercoverage forstate_changed, unknown type rejection, voice action dispatch, unsupported action rejection, and auth enforcement.
Verification
- Release created from existing tag
v0.0.2at commitbf56fc2.