Skip to content

Commit

Permalink
Merge pull request #175 from OpenVoiceOS/release-0.4.4a1
Browse files Browse the repository at this point in the history
Release 0.4.4a1
  • Loading branch information
JarbasAl authored Oct 23, 2024
2 parents fd6e347 + d2b46d5 commit f566d8e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Changelog

## [0.4.3a1](https://github.com/OpenVoiceOS/ovos-config/tree/0.4.3a1) (2024-10-19)
## [0.4.4a1](https://github.com/OpenVoiceOS/ovos-config/tree/0.4.4a1) (2024-10-23)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/0.4.2...0.4.3a1)
[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/0.4.3...0.4.4a1)

**Merged pull requests:**

- fix:utterance filename [\#171](https://github.com/OpenVoiceOS/ovos-config/pull/171) ([JarbasAl](https://github.com/JarbasAl))
- fix:disable g2p [\#174](https://github.com/OpenVoiceOS/ovos-config/pull/174) ([JarbasAl](https://github.com/JarbasAl))



Expand Down
4 changes: 2 additions & 2 deletions ovos_config/mycroft.conf
Original file line number Diff line number Diff line change
Expand Up @@ -735,9 +735,9 @@
"module": "ovos-classifiers-postag-plugin"
},
// turn utterances into phoneme sequences, used to generate mouth movements
// disabled by default, only relevant in devices such as the Mark 1
"g2p": {
"module": "ovos-g2p-plugin-mimic",
"ovos-g2p-plugin-mimic": {"fallback_module": "ovos-g2p-plugin-heuristic-arpa"}
"module": ""
},

// DEPRECATED: this section is in the process of being fully removed,
Expand Down
4 changes: 2 additions & 2 deletions ovos_config/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# START_VERSION_BLOCK
VERSION_MAJOR = 0
VERSION_MINOR = 4
VERSION_BUILD = 3
VERSION_ALPHA = 0
VERSION_BUILD = 4
VERSION_ALPHA = 1
# END_VERSION_BLOCK

0 comments on commit f566d8e

Please sign in to comment.