From 27bf3488f029c78f39a38a035f56365d0ec53127 Mon Sep 17 00:00:00 2001 From: sowens-csd Date: Wed, 9 Oct 2024 12:04:06 -0400 Subject: [PATCH] doc: 7.1.0-beta.3 changelog --- speech_to_text/CHANGELOG.md | 2 ++ speech_to_text/pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/speech_to_text/CHANGELOG.md b/speech_to_text/CHANGELOG.md index 61e5fff..d26dae6 100644 --- a/speech_to_text/CHANGELOG.md +++ b/speech_to_text/CHANGELOG.md @@ -4,6 +4,8 @@ ### New * support for web search recognition type on Android thanks to @vongrad for the PR +* example app improvements to expose more options, provide help, and improve behaviour +on smaller devices. ### Fix * on iOS there is a new bug in their speech recognition that resets the transcription after diff --git a/speech_to_text/pubspec.yaml b/speech_to_text/pubspec.yaml index 3fda8d5..7ba67ca 100644 --- a/speech_to_text/pubspec.yaml +++ b/speech_to_text/pubspec.yaml @@ -1,6 +1,6 @@ name: speech_to_text description: A Flutter plugin that exposes device specific speech to text recognition capability. -version: 7.1.0-beta.2 +version: 7.1.0-beta.3 homepage: https://github.com/csdcorp/speech_to_text environment: