diff --git a/speech_to_phrase/CHANGELOG.md b/speech_to_phrase/CHANGELOG.md index 733a1deef8f..315a67cbfce 100644 --- a/speech_to_phrase/CHANGELOG.md +++ b/speech_to_phrase/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.3.0 + +- Add Coqui STT +- Support range fractions in custom sentences (https://github.com/OHF-Voice/speech-to-phrase/issues/5) +- Do full re-train at startup (https://github.com/OHF-Voice/speech-to-phrase/issues/11) +- Remove websocket command message limit (https://github.com/OHF-Voice/speech-to-phrase/issues/6) +- Bump `unicode-rbnf` to 2.3.0 (https://github.com/OHF-Voice/speech-to-phrase/issues/15) + ## 1.2.0 - Split words on dashes `-` and underscores `_` diff --git a/speech_to_phrase/build.yaml b/speech_to_phrase/build.yaml index 639615710f7..736e1c3ba0b 100644 --- a/speech_to_phrase/build.yaml +++ b/speech_to_phrase/build.yaml @@ -6,4 +6,4 @@ codenotary: signer: notary@home-assistant.io base_image: notary@home-assistant.io args: - SPEECH_TO_PHRASE_VERSION: 1.2.0 + SPEECH_TO_PHRASE_VERSION: 1.3.0 diff --git a/speech_to_phrase/config.yaml b/speech_to_phrase/config.yaml index 031b3a6db13..cac2f2858fd 100644 --- a/speech_to_phrase/config.yaml +++ b/speech_to_phrase/config.yaml @@ -1,5 +1,5 @@ --- -version: 1.2.0 +version: 1.3.0 slug: speech-to-phrase name: Speech-to-Phrase description: Fast and personalized local speech-to-text