Skip to content

Latest commit

 

History

History
182 lines (91 loc) · 10.8 KB

CHANGELOG.md

File metadata and controls

182 lines (91 loc) · 10.8 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.1.1 (2024-09-21)

Bug Fixes

  • ios: prevent UI hangs by optimizing AVAudioSession management (#135) (aaa4ace)

4.1.0 (2024-07-17)

Features

4.0.2 (2024-06-22)

Bug Fixes

  • android: getSupportedVoices() is not available for api levels < 24 (#124) (0ccace8)
  • android: add queries in the AndroidManifest.xml (#121) (8c3594b)

4.0.1 (2024-04-29)

Bug Fixes

  • android: comparison method violates its general contract (ada706e)

4.0.0 (2024-04-16)

⚠ BREAKING CHANGES

  • This plugin now only supports Capacitor 6.

Features

3.0.1 (2023-08-02)

Bug Fixes

  • android: java.lang.NoClassDefFoundError error (#109) (a3d2add)

3.0.0 (2023-05-04)

⚠ BREAKING CHANGES

  • update to Capacitor 5 (#99)

Features

  • update gradle to 8.0.2 and gradle plugin to 8.0.0 (be75995)
  • update to Capacitor 5 (#99) (7ca0ec4)

2.1.0 (2023-03-09)

Features

  • add support for getSupportedVoices on iOS (b13d5a7)
  • android: support the voice property (#90) (1d8865f)
  • ios: support the voice property (#93) (8b97820)

2.0.1 (2022-08-04)

Bug Fixes

  • ios: set deployment target to 13.0 (dcda399)

2.0.0 (2022-08-04)

⚠ BREAKING CHANGES

  • This plugin now only supports Capacitor 4.

Features

1.1.3 (2022-04-04)

Bug Fixes

1.1.2 (2022-01-26)

Bug Fixes

  • inline source code in esm map files (29a1aa8)

1.1.1 (2021-05-04)

Bug Fixes

  • android: handle IETF BCP 47 language tag string correctly (#66) (296adcb)

1.1.0 (2021-03-20)

Features

Bug Fixes

  • android: shutdown tts on destroy (#56) (2b6da17)
  • ios: speak method resolves immediately on iOS (#59) (e77e8ba)

1.0.0 (2021-03-14)

⚠ BREAKING CHANGES

  • TTSOptions properties locale, speechRate, pitchRate renamed to lang, rate, pitch.
  • remove setSpeechRate and setPitchRate
  • Update to Capacitor v3

Features

0.2.3 (2021-03-12)

Bug Fixes

0.2.2 (2021-03-11)

Bug Fixes

  • android: speechRate and pitchRate are ignored (#43) (153a500)
  • android: get supported languages (#29) (bf477aa)
  • android: get supported voices (#31) (0870389)
  • ios: not working in background (#35) (63108ab)
  • ios: speech rate adjusted to other platforms (#36) (d33dceb)
  • web: stop speaking on a new call (#44) (6b1b83e)
  • different behavior with blank text (#39) (527a51f)
  • publish only necessary files (#23) (359f2d2)

0.2.0 (2020-06-30)

Bug Fixes

  • Merge pull request #3 from MarnickvdA/master f84aef3

  • Fix for issue #2 'Cant run on iOS'. Changed name of the PodSpec file. Also added JSON parser for the package.json file so you won't have to update the plugin information in two places ;) dbc97c3

Features

Docs

  • docs: update header and fix minor typo to speak method 99861e6

  • docs: rename rate to speechRate and pitch to pitchRate 99861e6

Chores

  • chore: add changelog b83f97a
  • chore(ios): add volume option eef1b00
  • chore: add homepage property to package 2aad4f4