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

v19.2.1

Compare
Choose a tag to compare
@forslund forslund released this 14 Mar 21:50
· 1738 commits to dev since this release

Nothing like an update to move away from the dreaded .0. 19.2.1 adds some nifty little updates to improve internationalization, listening and minor bugfixes

default language for the format/parse functions #2053

The formatting and parsing methods will now default to the configured language. This will make internationalizing skills much more straightforward.

Mute Mic during beep #2042

After wakeword was detected recording started immediately and would record the beep as first part of the data sent to the stt. This could cause issues with detecting start / stop of speech and poor detection of short sentences.

Two Padatious passes #2036

Padatious previously had a single confidence threshold of 0.5 accepting a wide range of matches, in this release we split it into an early 0.8 confidence level check and a late (after the fallback skills) 0.5 level check.

Pause for simple audio backend #2044

Mp3 plackback can now be paused / resumed on the simple audio backend.

First pass on danish #2033

@andlo has put in a lot of work bringing basic (and some advanced) danish support. Many thanks!

Initial Castilian Spanish support #2034

@adocampo has also been hard at woirk bringing a first pass on Spanish, thank you!

Update of common iot framework #2050

Refactoring and adding more possible actions

Bugfixes

  • Fix dev_setup calculation of number of cores for building mimic on non english systems #2041
  • Handle dialogs and contexts correctly in the skill tester #2046, #2040