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

v18.8.11

Compare
Choose a tag to compare
@forslund forslund released this 17 Jan 15:29
· 1936 commits to dev since this release

Setup improvements

A couple of small improvements for the dev_setup script has been incorporated

  • Fix pull instructions in readme #1948
  • Remove unused pyyaml from requirements.txt #1933
  • Exit setup if pip couldn't be installed into the virtualenv #1930

Select microphone by name #1939

The microphone can now be selected in the listener configuration by using the "device_name" parameter.

Audio seeking #1944

@JarbasAI provided a nice extension of the audioservice allowing seeking within an audio file.

Language updates

  • The Italian translations were updated by @aleale99
  • The Dutch translations were updated by @g3rb3n
    Many thanks guys, you're awesome.

Minor bugfixes and improvements

  • The pep8 speaks config was updated to match the Travis line length settings #1953
  • CLI now catches Ctrl+c correctly #1954
  • All class inheritances from object was removed #1945