Releases: OHF-Voice/linux-voice-assistant
Releases · OHF-Voice/linux-voice-assistant
v1.1.3
Hotfix:
Fixed a bug where the application crashes when the new network-interface parameter is used.
What's Changed
- Update documentation, correcting typo by @giobber in #144
- Hotfix: Typo in network-interface output order by @florian-asche in #146
New Contributors
Full Changelog: v1.1.2...v1.1.3
v1.1.2
Breaking Change
- A previous bug in the MAC address detection could have resulted in a device being created with an incorrect address. After installing the new version, it may be necessary to remove and re-add the device in Home Assistant.
- The docker-compose.yml and .env.example files were updated. Please review and adapt your configuration if required.
What's Changed
- Add open home foundation badge to readme by @omaramin-2000 in #138
- Update README.md by @Hedda in #31
- Changes EXTRA_ARGS variable to bash array to better handle variable expansion by @Ziris85 in #136
- change client-name validation (no spaces allowed) and fix example configuration by @florian-asche in #139
- add first version of docker-compose for developers by @florian-asche in #139
- add variable for network-interface with auto-detection enabled by default by @florian-asche in #139
- add mac-address autodetection based on detected or specified network-interface by @florian-asche in #139
- switch from listening on all ip-addresses to binding to the ip-address of the default interface by @florian-asche in #139
- add missing variables and fix variable names by @florian-asche in #139
- fix non-working variables (e.g. sound-files) by @florian-asche in #139
- move auto-name creation from shell to python (name is now optional and auto-generated if not provided) by @florian-asche in #139
- Change download link for docker-compose setup to latest version by @florian-asche in #141
New Contributors
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
- media_player: handle STOP command correctly (fixes #128) by @pgrafe in #129
- changed github workflow naming by @florian-asche in #132
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- Fix PEP 508 dependency operator:
=>->>=by @ms1design in #14 - Support custom/external wake words by @synesthesiam in #55
- Add an option to play thinking sound by @omaramin-2000 in #30
- Add mute/unmute sounds by @omaramin-2000 in #82
- Fix issues #98 and #87 by @omaramin-2000 in #100
- Merge beta changes by @omaramin-2000 in #112
- Add sound customization by @omaramin-2000 in #116
- Fix some format and linting issues by @jaminh in #120
- removed disconnected log message in process_packet function by @florian-asche in #124
- Handle announcement separately from the media player by @omaramin-2000 in #125
- Don't require name for list commands by @jaminh in #67
- Fix mpv pause state when loading new media by @pgrafe in #123
- Add docker build pipeline and compose files by @florian-asche in #118
New Contributors
- @ms1design made their first contribution in #14
- @synesthesiam made their first contribution in #55
- @omaramin-2000 made their first contribution in #30
- @jaminh made their first contribution in #120
- @florian-asche made their first contribution in #124
Full Changelog: v1.0.0...v1.1.0
v1.0.0
Initial release