Skip to content

Device location settings, bug fixes

Compare
Choose a tag to compare
@augustnmonteiro 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)