mirror of
https://github.com/lightsoutgames/bevy_tts.git
synced 2024-12-22 05:05:58 +00:00
94 lines
1.5 KiB
Markdown
94 lines
1.5 KiB
Markdown
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
## Version 0.10.0 - 2024-12-05
|
|
|
|
### Features
|
|
|
|
- `Tts` can now be used as a component, and multiple TTS instances are supported.
|
|
|
|
### Miscellaneous Tasks
|
|
|
|
- Upgrade to Bevy 0.15.
|
|
|
|
## Version 0.9.0 - 2024-07-07
|
|
|
|
### Miscellaneous Tasks
|
|
|
|
- Switch to Gitea Actions.
|
|
- Integrate pre-commit.
|
|
- Update to Bevy 0.14.
|
|
|
|
## Version 0.8.0 - 2024-03-14
|
|
|
|
### Miscellaneous Tasks
|
|
|
|
- Upgrade to Bevy v0.13.
|
|
|
|
## Version 0.7.0 - 2024-02-09
|
|
|
|
### Miscellaneous Tasks
|
|
|
|
- Bump dependencies.
|
|
|
|
## Version 0.6.0 - 2023-07-16
|
|
|
|
### Miscellaneous Tasks
|
|
|
|
- Update to Bevy 0.11.
|
|
|
|
## 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.
|
|
|
|
<!-- generated by git-cliff -->
|