bevy_synthizer/CHANGELOG.md

72 lines
1.4 KiB
Markdown
Raw Normal View History

2022-12-17 16:17:09 +00:00
# Changelog
All notable changes to this project will be documented in this file.
2024-03-14 17:45:11 +00:00
## Version 0.6.0 - 2024-03-14
### Miscellaneous Tasks
- Upgrade Bevy to v0.13.
2024-02-09 19:41:51 +00:00
## Version 0.5.0 - 2024-02-09
### Bug Fixes
- Clean up `LastAudio` when `Sound` is removed, not `Source`.
### Features
- [**breaking**] Renamed `SynthizerSets::First` to `SynthizerSets::PreUpdate` and moved remaining systems into `PostUpdate`.
- [**breaking**] Removed `Sound.restart`. Clear `Sound.generator` for equivalent functionality.
### Miscellaneous Tasks
- Clean up code.
- Bump dependencies.
2023-07-16 18:24:31 +00:00
## Version 0.4.0 - 2023-07-16
### Miscellaneous Tasks
- Update to Bevy 0.11.
2023-05-04 20:03:37 +00:00
## Version 0.3.2 - 2023-05-04
### Bug Fixes
- Instantiate sources for sounds without a source in `PreUpdate`.
2023-04-04 12:26:26 +00:00
## Version 0.3.1 - 2023-04-04
### Miscellaneous Tasks
- Only `update_source_properties` and `update_listener` need to run after transform propagation.
2023-04-03 19:49:12 +00:00
## Version 0.3.0 - 2023-04-03
### Features
- [**breaking**] Renamed `SynthizerSystems` to `SynthizerSets`.
### Miscellaneous Tasks
- Restructure system schedule to more idiomatic Bevy 0.10 style.
2023-03-06 20:25:35 +00:00
## Version 0.2.0 - 2023-03-06
### Features
- `Sound` components can now get audio from either buffers or generators.
### Miscellaneous Tasks
- Update to Bevy 0.10.
2022-12-17 16:18:09 +00:00
## Version 0.1.0 - 2022-12-17
### Miscellaneous Tasks
- Initial release.
2022-12-17 16:17:09 +00:00
<!-- generated by git-cliff -->