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

The last 18.2 release

Compare
Choose a tag to compare
@forslund forslund released this 16 Aug 14:49
· 2280 commits to dev since this release

Lots of minor improvements and preparations for moving to the 18.8 release.

Support for installing Beta skills #1747

Skill manager will now allow "beta-skills" installed by the installer skill.

Mycroft CLI updates #1738, #1745

  • Fixed lockups
  • Updated simple CLI to show Mycroft speech
  • Updated code handling non-ascii encodings to work well on a wider range of Locales

Improved Camel Case Splitting #1727

Big thanks to @juliengk for improving the camel case splitting of skill names.

Fixed caching mimic outputs #1716, #1720

Mimic outputs weren't being cached since the phoneme files weren't written to disk correctly. Big thanks to @ndarilek for reporting and supplying code to identify and fix the issue.

Mimic 2 improvements #1724, #1740, #1748, #1737

  • Fix isSpeaking signal for mimic2
  • Improve pronounciation of years
  • Expand numbers to words

Clean up isSpeaking signal #1721

The is isSpeaking signal is now cleaned up when audio service is started. Big thanks to @JarbasAl for providing this fix.