Skip to content

Commit

Permalink
updating changelog, readme, and version
Browse files Browse the repository at this point in the history
  • Loading branch information
dlutton committed Mar 16, 2024
1 parent b7f8655 commit c3b55e2
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# ChangeLog

## 4.0.0

### Features

- **iOS:** Add clear selected voice
- **Android:** Add clear selected voice
- **Android:** Upgrade to Kotlin 1.9.10
- **Android:** Upgrade Gradle to 8.2.0
- **Android:** Change compileSDK target to 34

### Fixes

- **Android:** Fix TTS initialization (removed setInitHandler)
- **Web:** Fix pause
- **Package:** Fix describeEnum deprecation (requires Flutter SDK >=2.15.0)
- **Package:** Remove unnecessary foundation.dart include

## 3.8.5

### Fixes
Expand Down
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,13 +234,6 @@ flutterTts.setContinueHandler((msg) {
});
});
// Android only
flutterTts.setInitHandler(() {
setState(() {
ttsState = TtsState.initialized;
});
});
```

## Getting Started
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: flutter_tts
description: A flutter plugin for Text to Speech. This plugin is supported on iOS, macOS, Android, Web, & Windows.
version: 3.8.6
version: 4.0.0
homepage: https://github.com/dlutton/flutter_tts

dependencies:
Expand Down

0 comments on commit c3b55e2

Please sign in to comment.