Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Developer support tools, etc.

Compare
Choose a tag to compare
@aatchison aatchison released this 30 Jun 14:37
· 3673 commits to dev since this release

Fixes

  • PID and locking mechanism was causing issues on auto-reloads. (PR #837)

Mark 1

  • Added support for menu item SSH > DISABLE and switch to using 'systemctl'. (PR #744, #745)
  • Tweaks to wifi-setup disconnect detection (PR #861)

General

  • Added a docker setup script (PR #775)
  • Improved multi-core support in dev_setup.sh script (PR #823)
  • Refinement of mycroft.sh operation (PR #835)
  • CLI client refinements to support backspace on some terminals and suppress TTS output that occasionally corrupted the screen. (PR #833)
  • Some JSON loads didn't use load_commented_json(), causing issues if devs commented some config files. (PR #845)
  • Added local caching for remote Mycroft config (PR #828)
  • SkillSettings could miss updates to lists or dicts (PR #844)
  • Added remove_all_listeners() to EventEmitter on the websocket (PR #854)
  • MSM enhancements. Added support for Picroft installs, installing list of skills, etc. (PR #813)