Skip to content

Releases: mvlabat/bevy_egui

[0.15.0] - 30-Jul-2022

30 Jul 18:11
9e9c47b
Compare
Choose a tag to compare

Added

[0.14.0] - 1-May-2022

01 May 09:48
c9302aa
Compare
Choose a tag to compare

Added

  • Add new_tab support for open_url (#96 by @Azorlogh).
    • EguiSettings has also got the default_open_url_target parameter to make the default behaviour on left mouse click configurable.
  • Update Egui to 0.18 (#99).

Changed

  • The multi_threaded feature was renamed to immutable_ctx.

Fixed

  • Improve wgsl readability and introduce minor optimisations (#95 by @lain-dono).
  • Remove duplicate EguiPipeline resource initialization (#98 by @lain-dono).
  • Fix color blending for user textures (#100).

[0.13.0] - 16-Apr-2022

16 Apr 09:16
6eb02a2
Compare
Choose a tag to compare

Added

Changed

  • Return egui::TextureId on removal (#81 by @Shatur).
  • Add must_use attributes to methods (#82).

Fixed

  • Remove unnecessary image clone allocation (#84 by @frewsxcv).
  • Avoid allocations by utilizing HashMap::iter_mut (#83 by @frewsxcv).
  • Remove unnecessary swap texture clone (#85 by @frewsxcv).

[0.12.1] - 13-Mar-2022

13 Mar 16:52
f483cdf
Compare
Choose a tag to compare

Added

  • Add a function to get image id (#80 by @Shatur).

[0.12.0] - 12-Mar-2022

12 Mar 12:12
e6f185c
Compare
Choose a tag to compare

Added

  • Upgrade Egui to 0.17 (#78 by @emilk).
  • Add side panel example (#73).

Changed

  • User texture ids are now tracked internally (#71).
    • Instead of using set_egui_texture, you can now use add_image which returns a texture id itself
      (see the updated ui example).
  • Switch to arboard for managing clipboard (#72).

Full Changelog: v0.11.0...v0.12.0

Not a release: please support the Ukrainian army!

26 Feb 13:29
336aeef
Compare
Choose a tag to compare

Hi everyone, my name is Vlad, I'm a maintainer of bevy_egui. I'm currently staying in Kyiv, Ukraine.
Our country is being invaded by the Russian army, and our citizens are being killed.
This night I was staying in a shelter, this same night 33 civilians in Kyiv were wounded (2 of them are children) and russians hit a civilian building with a rocket destroying 3 floors.

I ask everyone to support the Ukrainian army if you can:

That would mean a lot for us.

Apologies for exploiting GitHub releases for this matter.