Skip to content

Commit

Permalink
doc: 2.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sowens-csd committed Apr 7, 2020
1 parent 6beb564 commit 46c8a47
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
# Changelog

## 2.1.0
### Breaking
* `listenFor` now calls `stop` rather than `cancel` as this seems like more useful behaviour

### Fix
* Android no longer stops or cancels the speech recognizer if it has already been shutdown by a
timeout or other platform behaviour.
* Android no longer tries to restart the listener when it is already active
* Now properly notifies errors that happen after listening stops due to platform callback rather than
client request. See https://github.com/csdcorp/speech_to_text/issues/51

## 2.0.1
### Fix
* Resolves an issue with the Android implementation not handling permission requests properly on apps
that didn't use the 1.12.x plugin APIs for registration. The permission dialog would not appear and
permission was denied.

### Fix

## 2.0.0

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# speech_to_text

[![pub package](https://img.shields.io/badge/pub-v2.0.0-blue)](https://pub.dartlang.org/packages/speech_to_text) [![build status](https://github.com/csdcorp/speech_to_text/workflows/build/badge.svg)](https://github.com/csdcorp/speech_to_text/actions?query=workflow%3Abuild)
[![pub package](https://img.shields.io/badge/pub-v2.1.0-blue)](https://pub.dartlang.org/packages/speech_to_text) [![build status](https://github.com/csdcorp/speech_to_text/workflows/build/badge.svg)](https://github.com/csdcorp/speech_to_text/actions?query=workflow%3Abuild)

A library that exposes device specific speech recognition capability.

Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ packages:
path: ".."
relative: true
source: path
version: "2.0.1"
version: "2.1.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.0.1
version: 2.1.0
homepage: https://github.com/csdcorp/speech_to_text

environment:
Expand Down

0 comments on commit 46c8a47

Please sign in to comment.