This repository has been archived by the owner on Sep 8, 2024. It is now read-only.
SSL fix and rework of startup
·
3956 commits
to dev
since this release
Fixes
- Issue #746 : Google STT was broken by a typo (PR #750)
- Issue #705: Unable to talk to the API over SSL on some Linux distros. Switching to pyOpenSSL version 16.2.0, resolved it. (PR #751)
Interaction refinements
- Prevented double-announcements when connecting to (PR #766)
- Corrected announcement when SSH is enabled/disabled -- reboot is not required anymore. (PR #765)
- Reworked startup sequence of events and documented behavior. This corrected occasionally not prompting user to connect to the internet and unified the startup prompt and prompts needed if internet is lost later. (PR #764, 760)
- Simplified the package manifest files by adding wildcards to handle resource files under 'mycroft/res/' (PR #763)