Releases: noxware/hframe
Releases · noxware/hframe
v0.4.1
v0.4.0
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
- 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
Functional implementation of the change mask strategy at runtime feature.
Full Changelog: v0.1.1...v0.2.0
v0.1.1
Full Changelog: v0.1.0...v0.1.1
v0.1.0
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