bevy_tts/CHANGELOG.md
2023-03-06 14:43:52 -06:00

946 B

Changelog

All notable changes to this project will be documented in this file.

Version 0.5.0 - 2023-03-06

Miscellaneous Tasks

  • Update Bevy to 0.10.

Version 0.4.0 - 2022-12-20

Features

  • Make wrapped Tts instance public.

Version 0.3.0 - 2022-12-20

Features

  • Add Tts::screen_reader_available() to Tts resource.

Version 0.2.1 - 2022-12-20

Features

  • Re-export top-level tts crate.

Miscellaneous Tasks

  • Always pull Rust image when building in CI.

Version 0.2.0 - 2022-12-06

Miscellaneous Tasks

  • Update to Bevy 0.9 and TTS 0.25.

Version 0.1.2 - 2022-09-07

Miscellaneous Tasks

  • Update tts dependency.

Version 0.1.1 - 2022-08-29

Miscellaneous Tasks

  • Update automated build configuration to install dependencies on publish step.

Version 0.1.0 - 2022-08-29

Miscellaneous Tasks

  • Add CHANGELOG and make initial release.