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

Much more miscellaneous!

Compare
Choose a tag to compare
@forslund forslund released this 05 Feb 16:29
· 2807 commits to dev since this release

Language support

Swedish (sv-fi and sv-se) dialogs were added (#1386) and Italian parsing and formating functions were updated (#1389). Big thanks to @Jony0008 and @aleale99 for working on this.

Functions for displaying and speaking time and numbers added #1394

mycroft.util.format.nice_time() can be used to get a string suitable either for speech or text.
mycroft.util.format.pronunce_number() can be used to generate a string that sounds good from a number.

Support for Deepspeech server #1370

Deepspeech released a new model before Christmas and is getting pretty good. Mycroft now has an STT interface connecting to the deepspeech_server, a simple server hosting deep speech. The server can easily be setup locally for a user with decent hardware.

List skills in CLI #1395

The currently loaded skills can now be listed using the new command :skills.

Misc

  • Messages at skill shutdown and load failed messages. #1396
  • Run requirements.sh before pip install requirements.txt to ensure requirements for the python packages are installed. #1377
  • Skill settings changed callback, can be used to apply changes directly when changed on home.mycroft.ai is recieved #1379
  • Add match_one function to match a user input to a list item or dictionary key to util.parse #1372