github OpenVoiceOS/ovos-core V0.0.5
Release 0.0.5

latest releases: 0.5.1, 0.5.0, 0.5.0a1...
2 years ago

Release Notes

  • #220 - a bus api has been introduced to query available plugins
  • #210 - ovos-core will now automatically write logs to $XDG_STATE_HOME/mycroft/xxx.log, until now the launcher scripts were responsible for writing and rotating logs, this often caused permission issues or images to suddenly run out of space, we now ensure logs directory is writable and enforce a limit of 50MB for logs, you can see all logging config options here
  • #211 - mycroft-core had a hardcoded dialog "please wait a moment as i finish booting up", this was not actually related to the boot process and misleading, ovos-core now plays a error sound instead, other components may reuse the same sound to indicate failures if appropriate. the sound file can be changed under mycroft.conf just like the start_listening and acknowledge sounds
  • #204 - the helper method ask_yesno was very limited, it has been updated and will now handle things like double negations and changing your mind mid sentence, the logic for this has now been moved to ovos-lingua-franca OpenVoiceOS/ovos-lingua-franca#30
  • #189 + #201 - backend has now been abstracted away, by default ovos-core uses no backend but multiple backends are supported, check out our new backend docs https://openvoiceos.github.io/community-docs/backend/
  • #150 - new experimental listening modes have been added, you can now completely disable wake word or not require it for follow up interactions, this is not enabled by default and should be considered only a preview

Changelog

V0.0.5 (2022-11-16)

Full Changelog

Fixed bugs:

Implemented enhancements:

V0.0.4 (2022-08-18)

Full Changelog

* This Changelog was automatically generated by github_changelog_generator

Don't miss a new ovos-core release

NewReleases is sending notifications on new releases.