Files
mycroft-core/fix-installation-paths.patch
Antonio Larrosa fe4b0a1248 Accepting request 673170 from home:alarrosa:branches:multimedia:voice-assistant
- Update to 18.8.12:
  * GUI update (gh#MycroftAI/mycroft-core#1964)
    + Adds ability to sync variables from the gui into the skill and makes it
      possible to override the idle page.
  * Always load dialogs as utf-8 (gh#MycroftAI/mycroft-core#1958)
    + This ensures that systems with a default file encoding of ascii, ansi and
      similar can read the dialog files correctly.
  * Fix normalize of sentences containing "half"
    (gh#MycroftAI/mycroft-core#1966)
    + A bug introduced when improving the handling of numbers silently made the
      normalize not parse numbers after a "half" in the sentence. The change
      was reverted and the old behaviour is back.
  * Update of stop handling of TTS (gh#MycroftAI/mycroft-core#1961)
    + The tts now cancels all pending speech requests that were issued before
      the stop command.
  * Resting screen decorator (gh#MycroftAI/mycroft-core#1970)
    + Creating Idle pages was previously a tricky task requiring setting up
      message handlers and sending the correct message. Now a method can simply
      be tagged as an resting screen handler by applying the decorator
      @resting_screen_handler.
  * Additional info from the audiotest (gh#MycroftAI/mycroft-core#1971)
    + The audio test now prints which device is used for recording and the
      command line used for playback. A -l option is also available now to list
      available audio devices.
  * Prefer local audio outputs (gh#MycroftAI/mycroft-core#1963)
    + The audio system now prefer local backends before trying external ones.
      For example a https url will now consistently play using the vlc backend
      and not on a chromecast unless specified.
  * Misc
    + Clean up unnecessary Logs in text client (gh#MycroftAI/mycroft-core#1957)

OBS-URL: https://build.opensuse.org/request/show/673170
OBS-URL: https://build.opensuse.org/package/show/multimedia:voice-assistant/mycroft-core?expand=0&rev=12
2019-02-10 19:20:36 +00:00

5.4 KiB