Skip to content

v19.8.1

Compare
Choose a tag to compare
@forslund forslund released this 10 Oct 18:41
· 1199 commits to dev since this release

This release features mainly bugfixes for issues introduced in 19.8.0 but also a couple of very welcome improvements.

Replace the custom IS_TRAVIS environment variable with the standard CI #2252

Big thanks to @cclauss for handling this and making the setup more standardized.

Remove NTP sync reboots #2326

Recent updates has improved the stability during and after NTP updates so the reboot is no longer necessary.

Fix Mary TTS #2262

Many thanks to @KishCom for updating the MaryTTS backend into a functional state.

Remove Dialog repetition #2297

@ChanceNCounter is to be commended for this little tweak making sure that the same dialog line isn't used twice in a row.

Make sure get_response listen trigger is sent after the correct sentence #2351, #2360, #2361

Attaches the listen trigger to the last chunk of a sentence instead of relying on the audio_output_end message.

Spanish extract number improvements #2347

@ChanceNCounter fixed an issue where the numbers were summed instead of returned as a list

Update nice duration #2330

Thanks to @ChanceNCounter the nice_duration now takes resolution as an argument.

Bugfixes

  • Crash in logger when starting skills #2323
  • Load skill settings once only #2336
  • Restore tail queuing of event handlers #2353
  • Add missing __delitem__ method in Settings #2354
  • Make skill logs visible in tester #2359
  • Fix default arguments for noce_number, many thanks again @ChanceNCounter #2330

Misc

  • remove skill manager classes config property #2283
  • .gitignore updated with vscode and coverage folders #2334
  • Add better logging for voice client #2331
  • Add mute information to the mic_status file #2317