Skip to content

Latest commit

 

History

History
89 lines (47 loc) · 1.89 KB

CHANGELOG.md

File metadata and controls

89 lines (47 loc) · 1.89 KB

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.7.0] - 05-Sep-2021

Added

  • Upgrade Egui to 0.14.0 (#38).

[0.6.2] - 15-Aug-2021

Fixed

  • Fix receiving input when holding a button (#37).

[0.6.1] - 20-Jul-2021

Fixed

  • Fix more edge-cases related to invalid scissors.

[0.6.0] - 29-Jun-2021

Added

  • Upgrade Egui to 0.13.0.

[0.5.0] - 22-May-2021

Added

  • Upgrade Egui to 0.12.0.

[0.4.2] - 03-May-2021

Added

  • Better error message for a missing Egui context (#24 by @jakobhellermann)
  • Add try_ctx_for_window function (#20 by @jakobhellermann)

[0.4.1] - 24-Apr-2021

Fixed

  • Fix crashes related to invalid scissor or window size (#18)

[0.4.0] - 10-Apr-2021

Huge thanks to @jakobhellermann and @Weasy666 for contributing to this release!

Added

  • Implement Egui 0.11.0 support (#12 by @Weasy666 and @jakobhellermann).
  • Implement multiple windows support (#14 by @jakobhellermann).

[0.3.0] - 02-Mar-2021

Added

  • Upgrade Egui to 0.10.0.

[0.2.0] - 08-Feb-2021

Added

  • Implement Egui 0.9.0 support.

[0.1.3] - 20-Jan-2021

Fixed

  • Fix copying textures to take alignment into account.
  • Disable a documentation test.

[0.1.2] - 18-Jan-2021

Fixed

  • Disable default features for docs.rs to fix the build.

[0.1.1] - 18-Jan-2021

Fixed

  • Fix compilation errors when no features are set.