Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

18.2.8b

Compare
Choose a tag to compare
@forslund forslund released this 08 Jun 20:53
· 2427 commits to dev since this release

Bugfixes

A lot of minor bugfixes made it into this release

  • Fix failing error message in audioservice (#1616), big thanks to @nabice for providing this fix
  • Fix error when handling remote settings and there is a connection issue (#1613)
  • Make message.reply data field optional fixing some issues where this method is used (#1620)

Wake word upload rework (#1629)

Upload wakeword using REST api instead of scp

Allow CLI to handle unicode input (#1609)

CLI now supports unicode characters

AdaptIntent alias (#1625)

AdaptIntent is an alias for IntentBuilder and provides a simplified constructor. i.e. no name string is necessary.