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.
- fix bringing along bevy/default_font feature
- support Bevy
0.18 - granular bevy_* crate dependencies
- support Bevy
0.17
- support Bevy
0.16.0
- allow scrolling
- use
Msaa::default()as default to fix example
- configure
Msaasetting for camera we attach for debug_log - workaround for bevy 0.15 multi camera msaa panic
- Upgrade to Bevy 0.15
- Added level based log filtering (tabs for warn, info, error ..)
- Show amount of logs per level
- Logviewer will no longer panic if a log event arrives after the receiver was dropped
- Fixed wasm build
- Logviewer now has buttons for clearing logs and going fullscreen
- Loglines now show timestamps
- Logviewer can now be configured to open automatically when an event of a certain level is received.
- Replaced the plugin initialization function
bevy_debug_log::plugin()withbevy_debug_log::LogViewerPlugin::default()
- Added screenshot to
README.md
- Updated
Cargo.tomlto excludeassetsdirectory
- Initial implementation of
bevy_debug_logwith basic logging functionality