From dcf2f9670b4f7378bff3c561dcea276954b7d00d Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Thu, 3 Aug 2023 15:18:40 +0000 Subject: [PATCH] Increment Version --- CHANGELOG.md | 36 +++++++++++++++++++++++++++++ hivemind_voice_satellite/version.py | 2 +- 2 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..133d149 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,36 @@ +# Changelog + +## [Unreleased](https://github.com/JarbasHiveMind/HiveMind-voice-sat/tree/HEAD) + +[Full Changelog](https://github.com/JarbasHiveMind/HiveMind-voice-sat/compare/d707b4b8a3beba8cd380592f954ecd8f7ee24cec...HEAD) + +**Implemented enhancements:** + +- feature - add local deepspeech support [\#4](https://github.com/JarbasHiveMind/HiveMind-voice-sat/issues/4) +- feature - local kaldi STT [\#3](https://github.com/JarbasHiveMind/HiveMind-voice-sat/issues/3) +- feature - support streaming STT [\#2](https://github.com/JarbasHiveMind/HiveMind-voice-sat/issues/2) +- feature - support several TTS engines [\#1](https://github.com/JarbasHiveMind/HiveMind-voice-sat/issues/1) +- migrate to OpenVoiceOS/OVOS-plugin-manager [\#19](https://github.com/JarbasHiveMind/HiveMind-voice-sat/pull/19) ([JarbasAl](https://github.com/JarbasAl)) + +**Fixed bugs:** + +- CLI doesn't parse the argument. [\#23](https://github.com/JarbasHiveMind/HiveMind-voice-sat/issues/23) + +**Closed issues:** + +- ModuleNotFoundError: No module named 'hivemind\_presence' [\#22](https://github.com/JarbasHiveMind/HiveMind-voice-sat/issues/22) +- Add config option to save recordings of "failed" utterances [\#7](https://github.com/JarbasHiveMind/HiveMind-voice-sat/issues/7) +- add readme + changelog [\#5](https://github.com/JarbasHiveMind/HiveMind-voice-sat/issues/5) + +**Merged pull requests:** + +- Update readme to include dependency install [\#15](https://github.com/JarbasHiveMind/HiveMind-voice-sat/pull/15) ([ddubau](https://github.com/ddubau)) +- reactivate mic when inc. mycroft message has 'expect\_response' [\#13](https://github.com/JarbasHiveMind/HiveMind-voice-sat/pull/13) ([ChanceNCounter](https://github.com/ChanceNCounter)) +- v1.0.7 [\#11](https://github.com/JarbasHiveMind/HiveMind-voice-sat/pull/11) ([JarbasAl](https://github.com/JarbasAl)) +- v1.0.6 [\#10](https://github.com/JarbasHiveMind/HiveMind-voice-sat/pull/10) ([JarbasAl](https://github.com/JarbasAl)) +- fix utterance recording [\#9](https://github.com/JarbasHiveMind/HiveMind-voice-sat/pull/9) ([JarbasAl](https://github.com/JarbasAl)) +- fix utterance recording [\#8](https://github.com/JarbasHiveMind/HiveMind-voice-sat/pull/8) ([JarbasAl](https://github.com/JarbasAl)) + + + +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* diff --git a/hivemind_voice_satellite/version.py b/hivemind_voice_satellite/version.py index 19b44f1..75e5982 100644 --- a/hivemind_voice_satellite/version.py +++ b/hivemind_voice_satellite/version.py @@ -3,5 +3,5 @@ VERSION_MAJOR = 2 VERSION_MINOR = 0 VERSION_BUILD = 0 -VERSION_ALPHA = 1 +VERSION_ALPHA = 2 # END_VERSION_BLOCK