Releases: RichoDemus/bevy-console
Releases · RichoDemus/bevy-console
v0.12.1
v0.12.0
What's Changed
- adding some configuration options by @ReachPW in #64
- Update to Bevy 0.14 by @msklosak in #70
- Complete migration to bevy 0.14 by @makspll in #73
- Suggestions by @eupraxia05 in #68
- ANSII Support & Bevy log capture by @makspll in #74
New Contributors
- @ReachPW made their first contribution in #64
- @eupraxia05 made their first contribution in #68
Full Changelog: v0.11.1...v0.12.0
v0.11.1
What's Changed
- Update to Bevy 0.13 by @umut-sahin in #62
New Contributors
- @umut-sahin made their first contribution in #62
Full Changelog: v0.10.1...v0.11.1
v0.10.1
Full Changelog: v0.10.0...v0.10.1
Bevy 0.12 support
What's Changed
Full Changelog: v0.9.0...v0.10.0
v0.9.0
What's Changed
- chore: fix typo by @striezel in #51
- chore: update GitHub Actions CI by @striezel in #52
- fix compatibility with bevy-inspector-egui by @BrainBacon in #56
New Contributors
- @striezel made their first contribution in #51
- @BrainBacon made their first contribution in #56
Full Changelog: v0.8.0...v0.9.0
Bevy 0.11 support
What's Changed
- Update to Bevy 0.11 by @msklosak in #48
- Improve args parsing by @johanhelsing in #43
- Ignore tilde key when entering text in other egui elements by @johanhelsing in #44
- Clear scrollback on Ctrl+L by @johanhelsing in #45
New Contributors
- @msklosak made their first contribution in #48
- @johanhelsing made their first contribution in #43
Full Changelog: v0.7.0...v0.8.0
Bevy 0.10
Clap Integration
Bevy 0.9 compatibility update
- Set console line prefix symbol/String (#32)
- Add prefix symbol setting
- Removed hardcoded space between prefix and cmd
- Use bevy w/o default-features (#30)
- Fix workflow error
- formatting
- Add support for bevy 0.9
- ignore doctests which require default plugins now
- Unified command traits, changed take error signature, reduced generics in API
Co-authored-by: Kolář Matěj [email protected]
Co-authored-by: Karol Kuczmarski [email protected]