This repository has been archived by the owner on Sep 8, 2024. It is now read-only.
A small step for programmer, a leap for Mycroft-kind
forslund
released this
06 Dec 15:59
·
2021 commits
to dev
since this release
This release marks the start of the trek towards the Mycroft Mark-2. It contains the start of a new gui framework and a sort of a gui debug console has been added to the CLI.
GUI Connection interface #1899, #1902
The enclosure client can now negotiate connections from "screens" and can send qml pages to draw and related variables.
Update msm to version 0.6x #1885
This adds better support for working with the skill manifest both as a library and as a standalone application from the command line.
Hungarian translations #1893
Bit thanks to @danielwine for supplying Hungarian translations and format/parsing functions.
Common Query Framework #1900
A system for negotiating the best result for a question. The system inherits a lot of it's design from the common play framework.
Bugfixes
- Handle invalid refresh tokens to allow the pairing skill to launch re-pairing if needed #1894
- gTTS modules updated to support latest changes on google's side. #1890
- Handle faulty configs when the logger is created. (Thanks to paul_panther in the chat for reporting) #1903
- bugfix in padaos to handle bad .intent lines without crashing the intent system #1901