Skip to content

Commit

Permalink
Increment Version
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl authored and github-actions[bot] committed Aug 3, 2023
1 parent 1188075 commit dcf2f96
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)*
2 changes: 1 addition & 1 deletion hivemind_voice_satellite/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
VERSION_MAJOR = 2
VERSION_MINOR = 0
VERSION_BUILD = 0
VERSION_ALPHA = 1
VERSION_ALPHA = 2
# END_VERSION_BLOCK

0 comments on commit dcf2f96

Please sign in to comment.