Skip to content

Releases: noxware/hframe

v0.4.1

03 Mar 17:09
65c3554
Compare
Choose a tag to compare

What's Changed

  • Allow broader egui versions, not only 0.25.0 by @noxware in #15

Full Changelog: v0.4.0...v0.4.1

v0.4.0

03 Mar 05:18
1900ee3
Compare
Choose a tag to compare

Changes

  • Lot's of internal changes.
  • Same public API (except for the removal of public masking stuff).
  • You can no longer configure how hframe composes HTML content with egui content (the API exposed to do so was just for experimentation purposes anyways).
  • Webkit based renderers should work better now thanks to some workarounds. HTML content will be hidden while dragging and masking to avoid flickers.
  • Gecko/Firefox will use the same technique as webkit until a composition strategy without the #10 problem appears.

PRs

Full Changelog: v0.3.0...v0.4.0

v0.3.0

26 Feb 05:07
Compare
Choose a tag to compare
  • Adds the Hide strategy.
  • Fixes the Nop strategy.
  • Optimizes when masking is triggered.
  • Other minor changes.

Full Changelog: v0.2.0...v0.3.0

v0.2.0

26 Feb 00:26
Compare
Choose a tag to compare

Functional implementation of the change mask strategy at runtime feature.

Full Changelog: v0.1.1...v0.2.0

v0.1.1

25 Feb 20:57
Compare
Choose a tag to compare

Full Changelog: v0.1.0...v0.1.1

v0.1.0

25 Feb 20:49
Compare
Choose a tag to compare

The first version of hframe that provides a usable public API.

Works against egui 0.25.0.

Full Changelog: https://github.com/noxware/hframe/commits/v0.1.0