Releases: rhasspy/rhasspy-hermes-app
Releases · rhasspy/rhasspy-hermes-app
1.1.2
Added
- Clarified documentation about the default MQTT port. Pull request #90 by @jasonhildebrand.
- Added and explained example app to continue a session.
- Added and explained example app for notifications.
Changed
- Updated dependency to rhasspy-hermes 0.6.1.
Fixed
- Added missing
await
in rhasspyhermes_app.HermesApp.on_raw_message. Pull request #89 by @H3adcra5h.
1.1.1
Changed
- Updated dependencies. The most important one is the upgrade to rhasspy-hermes 0.5.0.
1.1.0
Changed
- Command-line arguments can now also be passed as keyword arguments to the constructor of a HermesApp object. Note that arguments on the command line have precedence. Pull request #37 by @JonahKr with help from @maxbachmann.
1.0.0
0.2.0
0.1.0
Added
- This is the first released version with decorators
on_hotword
,on_intent
,on_intent_not_recognized
andon_topic
.