release/0.7.8
Name already in use
Commits on Jul 14, 2016
-
Merge pull request #287 from Wolfgange3311999/master
Moved generated dicts to temporary directory
-
-
Commits on Jul 12, 2016
-
Issues/234: Weather display on faceplate (#255)
* i really need to fork * Added weather functionality * pep8 * uncommented line * removed variable default values * changed enclosure version * edited metadata syntax
Commits on Jul 8, 2016
-
* Add media base class * Clean up media base vocabulary keywords * Rename header for common MediaSkill settings to "MediaSkill" * Stop procedure cleaned up * mycroft.media.stop now contains information of the message origin, this is used by the handler to make sure the calling skill doesn't stop itself. * the play() method was renamed before_play() for clarity * Rename _set_sink to something understandable.
Commits on Jul 7, 2016
-
-
Add new listener config options- Fixes #260 (#266)
* Added new listener config options * Fixed audio unit tests This adds a cleareraudio file for the wakeup test and changesto the new LocalRecognizer constructor * Added .dict files to .gitignore This is because they are now auto-generated on startup rather than stored permanently * Fixed audio accuracy test for new LocalRecognizer constructor * Added support for spaces in wake word config In the phonemes a new word is indicated by a period character. The separating of the words actually changes the way pocketsphinx interprets the sound of it and in this case improves it * Fixed unit test
-
removed Alan's voice from mycroft core in preperation for a mimic rel…
…ease with the precompiled voice (#269)
-
* added mouth stock display * changed sleep length * pep8
Commits on Jul 6, 2016
Commits on Jun 30, 2016
-
Added more tests to EnglishQuestionParser (#251)
* Added more tests * Changed example verb in question parser test
Commits on Jun 29, 2016
-
Decreased false positives (Fixes #200) (#202)
* Changed keyword to 'hey mycroft' and increased threshold The threshold increase is necessary since the keyphrase is now more syllables * Fixed pocketsphinxnot loading and pep8 Previously I tried using a new word called 'hey-mycroft' (with the appropriate phoenetic version in the .dict) however it worked just as well as how it is now as separate words * Increased threshold further
-
Make skill directory a positional argument (#248)
this eliminates the need of always supplying --dir before the argument that will basically always be needed.
Commits on Jun 28, 2016
-
Issues 108 - Change regex to be localized (#222)
* Issues 108 - Add load_regex_files * Issues 108 - Update weather skill with new regex syntax * Issues 108 - Update stock skill with new regex syntax * Issues 108 - Add stock regex file * Issues 108 - Update time skill to use new regex syntax * Issues 108 - Update desktop skill to use new regex syntax * Issues 108 - Update volume skill to use new regex syntax * Issues 108 - Update wikipedia skill to use new regex syntax * Issues 108 - Update spelling skill to use new regex syntax * Issues 108 - Update sms skill to use new regex syntax * Issues 108 - Update calling skill to use new regex syntax * Issues 108 - Remove unused argument * Issues 108 - Add unit tests * Issues 108 - Minor changes to fix tests * Issues 108 - Preserve intended test logic * Issues 108 - Address feedback * Issues 108 - Update test formatting * Issues 108 - Change file location
-
Removed the 'I am searching for' message from Wolfram (Fixes #193) (#206
Commits on Jun 27, 2016
-
Our enclosure builder now refuses to build any release tab beyond 0.1.3 :/
-
-
WA skill will now search again if there is one
didyoumeanin the re……sults (#236) * Issues 192 - WA skill will now search again with top alternative * Issues 192 - Add tests for new method * Issues 192 - Fix pep8 * Issues 192 - Update test syntax * Issues 192 - Change WA skill to use dialog * Issues 192 - Address feedback
Commits on Jun 24, 2016
-
Issue-212 added check_origin: true to messagebus server to allow brow…
…ser connections to Mycroft (#215)
-
Merge pull request #233 from MycroftAI/feature/adapt-version-bump-to-…
…0.2.7 adapt bump to 2.7
-
Commits on Jun 23, 2016
-
Merge pull request #229 from Wolfgange3311999/feature/issues-219
Added audio accuracy test
-
Merge pull request #230 from Wolfgange3311999/feature/issues-224
Added timeout override to listener - fixes #224
-
-
Added timeout override to listener and fixed bug with it
previously the listner's behavior would be influenced by the buffer size. Now, however, it is not since the noise is increased by a factor of the seconds per buffer.
-
-
Use pip for `build_host_setup.sh. (#203)
Running an up to date Ubuntu MATE 16.04 workstation, with other Python development tools installed, I was unable to complete `build_host_setup.sh` due to version conflict with `setuptools`. This pull request replace `easy_setup` with `pip` to complete the upgrade of `virtualenv`.
-