Skip to content

Commit

Permalink
doc: 2.4.0 release docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sowens-csd committed Aug 4, 2020
1 parent 1d6fa69 commit d29eeb3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 2.4.0

### New
* new parameter `sampleRate` on the `listen` method supports some older iOS devices by allowing
customization to support the expected hardware sample rate. 44100 works with some older devices.
### Fix
* `pauseFor` now times out closer to the expected time and more reliably. Duplicate partial results were
causing it to extend previously.
* `finalResult` is now reliably true on the last result on iOS when `pauseFor` or `listenFor` timeout or
`stop` is called directly. Previously it would only return true when the stop happened almost immediately


## 2.3.0

### New
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ packages:
path: ".."
relative: true
source: path
version: "2.3.0"
version: "2.4.0"
stack_trace:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: speech_to_text
description: A Flutter plugin that exposes device specific speech to text recognition capability.
version: 2.3.0
version: 2.4.0
homepage: https://github.com/csdcorp/speech_to_text

environment:
Expand Down

0 comments on commit d29eeb3

Please sign in to comment.