50 lines
908 B
Markdown
50 lines
908 B
Markdown
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
## Version 0.4.0 - 2023-07-16
|
|
|
|
### Miscellaneous Tasks
|
|
|
|
- Update to Bevy 0.11.
|
|
|
|
## Version 0.3.2 - 2023-05-04
|
|
|
|
### Bug Fixes
|
|
|
|
- Instantiate sources for sounds without a source in `PreUpdate`.
|
|
|
|
## Version 0.3.1 - 2023-04-04
|
|
|
|
### Miscellaneous Tasks
|
|
|
|
- Only `update_source_properties` and `update_listener` need to run after transform propagation.
|
|
|
|
## 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.
|
|
|
|
## 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.
|
|
|
|
## Version 0.1.0 - 2022-12-17
|
|
|
|
### Miscellaneous Tasks
|
|
|
|
- Initial release.
|
|
|
|
<!-- generated by git-cliff -->
|