Releases: joshka/bevy_ratatui
Releases · joshka/bevy_ratatui
v0.7.0
Other
- Bump the cargo-dependencies group across 1 directory with 3 updates (#24)
v0.6.4
Other
- Bump the cargo-dependencies group across 1 directory with 3 updates (#24)
v0.6.3
Other
- Bump ratatui from 0.28.0 to 0.28.1 in the cargo-dependencies group (#21)
v0.6.2
Other
- Bump ratatui from 0.27.0 to 0.28.0 in the cargo-dependencies group (#20)
- Bump the cargo-dependencies group with 2 updates (#18)
v0.6.1
Added
- Emit bevy_input keyboard events (#13)
Other
- Removed dynamic_linking feature (#17)
- Pass crossterm key event to bevy key handling.
v0.6.0
Other
- Migrate to Bevy 0.14 (#10)
v0.5.3
Other
- Migrate to Bevy 0.14 (#10)
v0.5.2
Other
- Bump ratatui from 0.26.3 to 0.27.0 in the cargo-dependencies group (#8)
v0.5.1
Other
- Ensure kitty setup runs after terminal setup (#6)
v0.5.0
Added
- add rest of crossterm events
Other
- Move mouse to separate plugin
- Make kitty protocol configurable
- added kitty protocol support. (#5)
- add mouse event example
- Add more docs