Skip to content

Latest commit

 

History

History
86 lines (54 loc) · 1.84 KB

File metadata and controls

86 lines (54 loc) · 1.84 KB

Changelog

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.

Unreleased

[0.8.1] - 2025-01-19

Changed

  • fix bringing along bevy/default_font feature

[0.8.0] - 2025-01-14

Changed

  • support Bevy 0.18
  • granular bevy_* crate dependencies

[0.7.0] - 2025-10-18

Changed

  • support Bevy 0.17

[0.6.0] - 2025-04-25

Changed

  • support Bevy 0.16.0

[0.5.0] - 2025-01-07

Added

  • allow scrolling

[0.4.2] - 2024-12-14

Changed

  • use Msaa::default() as default to fix example

[0.4.1] - 2024-12-02

Fixed

[0.4.0] - 2024-11-30

Changed

  • Upgrade to Bevy 0.15

[0.3.0] - 2024-11-24

Changed

  • Added level based log filtering (tabs for warn, info, error ..)
  • Show amount of logs per level

Fixed

  • Logviewer will no longer panic if a log event arrives after the receiver was dropped

[0.2.1] - 2024-11-01

Fixed

  • Fixed wasm build

[0.2.0] - 2024-11-01

Added

  • 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.

Changed

  • Replaced the plugin initialization function bevy_debug_log::plugin() with bevy_debug_log::LogViewerPlugin::default()

[0.1.1] - 2024-10-10

Added

  • Added screenshot to README.md

Changed

  • Updated Cargo.toml to exclude assets directory

[0.1.0] - 2024-09-01

Added

  • Initial implementation of bevy_debug_log with basic logging functionality