Skip to content

Releases: joshka/bevy_ratatui

v0.7.0

02 Dec 03:04
006f28d
Compare
Choose a tag to compare

Other

  • Bump the cargo-dependencies group across 1 directory with 3 updates (#24)

v0.6.4

22 Oct 08:49
221d7bd
Compare
Choose a tag to compare

Other

  • Bump the cargo-dependencies group across 1 directory with 3 updates (#24)

v0.6.3

02 Sep 18:17
e8e3f3b
Compare
Choose a tag to compare

Other

  • Bump ratatui from 0.28.0 to 0.28.1 in the cargo-dependencies group (#21)

v0.6.2

15 Aug 07:01
e6c8cb3
Compare
Choose a tag to compare

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

24 Jul 02:43
256f89e
Compare
Choose a tag to compare

Added

  • Emit bevy_input keyboard events (#13)

Other

  • Removed dynamic_linking feature (#17)
  • Pass crossterm key event to bevy key handling.

v0.6.0

05 Jul 12:15
9d26164
Compare
Choose a tag to compare

Other

  • Migrate to Bevy 0.14 (#10)

v0.5.3

05 Jul 04:23
030968e
Compare
Choose a tag to compare

Other

  • Migrate to Bevy 0.14 (#10)

v0.5.2

25 Jun 16:21
fa2d193
Compare
Choose a tag to compare

Other

  • Bump ratatui from 0.26.3 to 0.27.0 in the cargo-dependencies group (#8)

v0.5.1

07 Jun 04:02
2ed56df
Compare
Choose a tag to compare

Other

  • Ensure kitty setup runs after terminal setup (#6)

v0.5.0

05 Jun 11:59
89e618b
Compare
Choose a tag to compare

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