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

The big five-Oh!

Compare
Choose a tag to compare
@aatchison aatchison released this 21 Jul 00:05
· 3592 commits to dev since this release

This is the 50th release for mycroft-core!

Fixes

  • ISSUE #887: Mycroft Skills Manager (MSM) was failing on a Mark 1 with skills that had missing library requirements. (PR #907)
  • Fixed missing period in cached WAV files from the Text to Speech system. They were missing a period before the file extension, e.g. "cachedfilewav" instead of "cachedfile.wav". (PR #921)
  • Fixed bug that prevented the "expect_response" mechanism from triggering. (PR #920)

Developer and API enhancements

  • Added official support for running Kaldi locally as a STT server. (PR #878)
  • Added script for updating dev environment. (PR #914)
  • Added new intent fallback system for dealing with unhandled intents. Multiple Skills can now register as fall-back handlers with a self-assigned priority. Handlers are invoked by priority until one handles the intent. (PR #899)
  • Skills are no longer need to provide a name parameter when calling their base initializer. It now defaults to the classname of the skill. (PR #918)