Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.24 KB

RELEASES.md

File metadata and controls

38 lines (24 loc) · 1.24 KB

Version 0.5.0 (2024-03-19)

  • Update bevy_egui to 0.26.0.
  • Update bevy to 0.13.1.

Version 0.4.1 (2024-03-06)

  • Add missing re-normalization as part of smoothing, thanks to mo8it. This prevents panics when dependants enable the glam_assert/debug_glam_assert feature.

Version 0.4.0 (2024-02-21)

  • Update Bevy to 0.13.
  • Translate blend ratio of 0.25 into half-life of 40.0 milliseconds.
  • Support creating Delta::Track events to follow a target.

Version 0.3.0 (2023-12-05)

  • Fix mouse and especially touch input by clearing event readers when viewport is given back. This issue got noticeable with Bevy 0.12.1, see #10877.
  • Refactor viewport stealing allowing to specify number of frames.
  • Let m key toggle between map_esdf and map_wasd for slide operations.

Version 0.2.0 (2023-11-07)

  • Update Bevy to 0.12.

Version 0.1.1 (2023-08-20)

  • Fix default of TrackballInput::first_key matching documentation.
  • Host documentation next to examples. This fixes outdated intra-doc links to nalgebra 0.25.0 and broken intra-doc links to bevy.

Version 0.1.0 (2023-08-19)

  • Initial release.