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

Added 'out of box' experience

Compare
Choose a tag to compare
@aatchison aatchison released this 08 Jun 02:14
· 3940 commits to dev since this release

Mark 1

  • Created an 'out of box' experience. This walks a new Mark 1 user through the process of setting up seamlessly and provides a simple introduction to using the device. (PR #808, #811)

Enhancements

  • Added mycroft.util.parse.extract_number(). This will support parsing a number out of phrases like "a cup and a half of milk" or "one and three fourths cup", extracting 1.5 and 1.75 respectively. (PR #793)
  • Added mycroft.util.format.nice_number(). This converts numbers into natural spoken phrases, e.g. 3.5 into "three and a half." (PR #786)

Fixes

  • Catching of KeyboardInterrupt by a signal handler was causing issues when shutting down services as a developer. Ctrl+C didn't work properly anymore. (PR #798)
  • Scaled the duration of wake-up-word listening based on number of phonemes. This allows longer wake-up phrases to work properly. (PR #794)
  • Fixed broken link in CONTRIBUTING.md (PR #784)
  • Added check of exit status after calling the Mycroft Skills Manager (MSM) to verify skill install success. (PR #782)