This repository has been archived by the owner on Sep 8, 2024. It is now read-only.
Device location settings, bug fixes
augustnmonteiro
released this
02 Feb 02:52
·
528630 commits
to master
since this release
This release enables our new and enhanced location configuration services at https://home.mycroft.ai. Users can set default locations for their account and for individual devices. This provides rich location information for Skills running on the Mycroft device, including governmental entity names (city, state, providence, country), GPS coordinates and timezone information.
General enhancements
- Location integration (#487)
- BUGFIX: Authorization token was not updated after expiration (#452)
- BUGFIX: Speech To Text config initialization (#484)
- BUGFIX: Shutdown all skills on process termination (#479)
Developer tools
- BUGFIX: dev_setup.sh ignored WORKON_HOME when VIRTUALENV_ROOT was unset (#372)