Skip to content

Releases: umut-sahin/bevy-persistent-windows

v0.5.2

26 Apr 07:11
Compare
Choose a tag to compare

Fixes

  • Fixed window resizing during startup when scale != 1
    • Was solved by setting the physical resolution instead of the logical one when updating Window entity using the saved state

v0.5.1

26 Mar 22:54
Compare
Choose a tag to compare

Fixes

  • Workaround primary window creation issue introduced in Bevy v0.13

v0.5.0

26 Mar 21:00
Compare
Choose a tag to compare

New Features

  • Updated to Bevy v0.13

v0.4.0

03 Dec 10:24
Compare
Choose a tag to compare

New Features

v0.3.0

03 Dec 10:23
Compare
Choose a tag to compare

New Features

  • Add support for scaling
    • This is particularly important for big monitor sizes (e.g., 4K)

v0.2.0

13 Aug 09:37
Compare
Choose a tag to compare

Breaking Changes

  • Default window state is changed from fullscreen to borderless fullscren
    • It's changed because fullscreen was panicking in Wayland

New Features

  • Methods to create borderless fullscreen and sized fullscreen window states
    • Previously, creating those required creating another window state and modifying it

v0.1.1

12 Aug 12:54
Compare
Choose a tag to compare

Chores

  • Repository URL in Cargo.toml is fixed
    • It was https://github.com/umut-sahin/bevy-persistent-window/ without the s, which was not correct

v0.1.0

11 Aug 23:31
Compare
Choose a tag to compare

🥳