Skip to content

18.2.4b

Compare
Choose a tag to compare
@MatthewScholefield MatthewScholefield released this 12 Apr 19:14
· 2618 commits to dev since this release

Shutdown improvements (#1519)

The handling of signals has been improved allowing the software stack to be shutdown more gracefully.

Fix install script for renamed module (#1514)

Fixes failure to launch mycroft when mycroft-core was cloned to a non-standard location. Big thanks to @cowang4 for providing this fix.

Add enable/disable intent using the messagebus. (#1524)

Skill intents can now be enabled/disabled over the messagebus. Shout outs to @JarbasAl for providing this one.

Add support for ETag caching (#1520)

To reduce server load and data traffic the all api requests supports Etag caching, which means no data is sent unless the information on the server has changed since last query.

Initial Spanish translation (#1515)

Big thanks to @zeehio for providing this initial work.

Misc

  • Fix cancel_all_repeating_events() (#1523)
  • Fix error code 20 when doing msm default (#1525)
  • Skill settings are now updated once per minute again (#1528)