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

The valentine release

Compare
Choose a tag to compare
@forslund forslund released this 20 Feb 22:33
· 2745 commits to dev since this release

Lots of love to the community!

This release has no strong focus other than cleaning up some of the rough edges in core (there are still plenty), however lots of community members have stepped up and added more language support and a couple of brave people have started to improve the setup experience on Arch linux.

Language support

  • Improve the Italian formating functions (Added nice_time and pronounce_number #1407, Shoutout to @aleale99 for excellent work!
  • Update French dialogues and add French formatting and parsing functions #1416, Big thanks to @zecakeh
  • Add format and parsing methods for Swedish #1400

Reduce CLI log clutter #1420

Most of the info messages from the skill settings were demoted to debug and the debug messages are filtered by default making it easier to check for errors and info logs from skills in development.

Make keywords per skill to fix overlapping keyword names (#1422, #1428)

To hinder skills from forcing new vocabulary on other skills when naming collisions occur the names are now mangled somewhat before sent to the intent service.

Update developer setup script for Arch linux #1406

Big thanks to @Ceda-EI for the hard work and @femans for testing it.

Event scheduler improvements

  • schedule_repeating_event() start time defaults to current time + period #1426
  • Non repeating events are automatically cancelled and event handlers are teared down #1364

Miscellaneous

  • Upgrade pip version to 9.0.1 #1410
  • Fix bug in nice_time() for times before noon #1412
  • Audio service: Add message on track start #1367