Skip to content

Latest commit

 

History

History
156 lines (98 loc) · 6.03 KB

File metadata and controls

156 lines (98 loc) · 6.03 KB

Changelog

All notable changes to this project will be documented in this file.

[unreleased]

0.9.3 - 2025-10-06

Other

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

0.9.2 - 2025-05-27

Other

  • remove direct dependency on crossterm

0.9.1 - 2025-05-26

Other

  • new feature for toggling crossterm context

0.9.0 - 2025-05-13

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

0.8.3 - 2025-04-27

Other

  • make control_c_interrupt public

0.8.2 - 2025-04-27

Other

  • actually remove ctrl-c behavior from passthrough

0.8.1 - 2025-04-27

Fixed

  • fixed issue when bevy/bevy_winit feature enabled

0.8.0 - 2025-04-26

Added

  • Add passthrough serde feature

Other

  • make ctrl+c handling optional
  • cargo fmt
  • cargo fix --edition
  • migration to bevy 0.16

0.7.1 - 2025-03-21

Other

  • cleaned up README, examples
  • transer ownership to cxreiff (#39)
  • Bump the cargo-dependencies group across 1 directory with 4 updates (#34)

0.6.4 - 2024-10-22

Other

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

0.6.3 - 2024-08-27

Other

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

0.6.2 - 2024-08-13

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)

0.6.1 - 2024-07-23

Added

  • Emit bevy_input keyboard events (#13)

Other

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

0.5.3 - 2024-07-05

Other

  • Migrate to Bevy 0.14 (#10)

0.5.2 - 2024-06-25

Other

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

0.5.1 - 2024-06-07

Other

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

0.5.0 - 2024-06-05

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.

0.4.0 - 2024-06-01

Other