Skip to content

Releases: ratatui/bevy_ratatui

v0.11.1

Choose a tag to compare

@cxreiff cxreiff released this 18 Feb 09:55

Other

  • remove default crossterm dependency

v0.11.0

Choose a tag to compare

@cxreiff cxreiff released this 18 Feb 07:44

Other

  • migration to bevy 0.18

v0.10.0

Choose a tag to compare

@cxreiff cxreiff released this 13 Nov 03:58
fb86c28

Other

  • migration to bevy 0.17

v0.9.3

Choose a tag to compare

@cxreiff cxreiff released this 07 Oct 08:12
1644ad2

Other

  • Bump tracing-subscriber from 0.3.19 to 0.3.20 (#66)
  • bump soft_ratatui (#68)

v0.9.2

Choose a tag to compare

@cxreiff cxreiff released this 27 May 02:45

Other

  • remove direct dependency on crossterm

v0.9.1

Choose a tag to compare

@cxreiff cxreiff released this 26 May 21:52

Other

  • new feature for toggling crossterm context

v0.9.0

Choose a tag to compare

@cxreiff cxreiff released this 13 May 05:23

Fixed

  • fixed workflows

Other

  • miscellaneous docs updates
  • public facing module structure
  • miscellaneous fixes for examples
  • refactored for encapsulation of context type
  • miscellaneous improvements and addressed comments
  • rename window feature from 'soft' to 'windowed'
  • integrate soft_ratatui for a windowed output mode

Removed

  • removed some cfg feature gates

v0.8.3

Choose a tag to compare

@cxreiff cxreiff released this 27 Apr 07:34

Other

  • make control_c_interrupt public

v0.8.2

Choose a tag to compare

@cxreiff cxreiff released this 27 Apr 06:25

Other

  • actually remove ctrl-c behavior from passthrough

v0.8.1

Choose a tag to compare

@cxreiff cxreiff released this 27 Apr 04:54

Fixed

  • fixed issue when bevy/bevy_winit feature enabled