Releases: jacobsky/egui-stylist
v0.2.0 Release
The focus on this release is supporting egui 0.18 as well as reworking the EguiTheme format. This results in breaking changes that will require any exported fonts to be completely recreated. This should be the last time that this is required.
In addition egui-stylist has made the necessary changes to support the new text_styles formats and text option changes.
Supported version of egui
is 0.18
v0.1.1 release
This release is intended to bump the version of godot-egui to v0.15.0
While there should be no API breaking changes, there is a change egui-themes created for egui 0.14.2, will have references to the old font that changed, they will need to be migrated using the new migrations module.
A migrations tool in egui-stylist will be released at a later date.
v0.1.0 Release
This release marks that the initial experimentation phase of this crate is now completed and that this crate will strive to follow Cargo SemVer Compatibility to the best of it's ability.
Change Log:
- Side by Side preview to enable actively viewing the theme changes.
- Stablized Egui Theme API with future migration support in mind.
- Various bug fixes.
- Better UX for the theme editor.