Releases: RegenJacob/egui_logger
v0.9.0
v0.9.0
This release updates to egui to 0.33.
What's Changed
- update egui to 0.33 by @RegenJacob in #38
Full Changelog: v0.8.0...v0.9.0
v0.8.0
This release has some small changes.
- some deprecated Functions have been removed.
enable_categoryaccepts any time that implementsToString.- egui has been updated to 0.32
What's Changed
- Some small Improvments + Update to egui 0.32 by @RegenJacob in #34
Full Changelog: v0.7.0...v0.8.0
I kind of forgot to create a release on github sorry
v0.7.0
This release includes customization options and support for Puffin profiling.
Additionally, a bug in multilog environments has been resolved.
What's Changed
- Fix log level filtering in multilog environments by @izolyomi in #30
- Implement extensive customization options by @falko17 in #31
- Add benchmarking capabilties with puffin by @RegenJacob in #32
New Contributors
Full Changelog: v0.6.3...v0.7.0
v0.6.3
This release updates to egui to 0.31
What's Changed1
New Contributors
Full Changelog: v0.6.1...v0.6.3
-
I kind of forgot to set a release for 0.6.2 on Github so it shows those changes aswell. ↩
v0.6.1
This release updates egui to 0.29
Full Changelog: v0.6.0...v0.6.1
v0.6.0
v0.6.0
This release added more filtering and nicer display for some information to egui_logger
What's Changed
- Better labels by @RegenJacob in #20
- Add category filtering, display time and target by @Azkellas in #22
New Contributors
Full Changelog: v0.5.0...v0.6.0
v0.5.0
This update changes the API a bit:
UI:
// before
egui_logger::logger_ui(ui);
// now
egui_logger::logger_ui().show();This is because LoggerUI provides new options.
And will (hopefully) provide more in the future.
Currently only has support to toggle regex support
Log
// before
egui_logger::init().unwrap();
// now
egui_logger::builder().init().unwrap();Like the above this will add some more features in the future.
Currently this only adds the features to set the max log level
What's Changed
- New API by @RegenJacob in #19
Full Changelog: v0.4.4...v0.5.0
v0.4.4
v0.4.3
v.0.4.2
Small dependency update, no code changes where made
What's Changed
- release version 0.4.2 by @RegenJacob in #12
Full Changelog: v0.4.1...v0.4.2