Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Sep 12, 2025

This PR contains the following updates:

Package Type Update Change
egui_logger dependencies minor 0.60.9

Release Notes

RegenJacob/egui_logger (egui_logger)

v0.9.2

Compare Source

v0.9.2

This is just a small Bugfix that fixes #​42.

Full Changelog: RegenJacob/egui_logger@v0.9.1...v0.9.2

v0.9.1

Compare Source

v0.9.1

This update kind of breaks some things.

A new blacklist filter inside of the logger (not the UI!) got implemented. Which blacklists some log targets by Default!

It filters out following things by default:
  • tracing::span
  • tracing::span::active
This behavior can be disabled by:
egui_logger::builder()
	.default_blacklist(false)

This change greatly increases performance because noisy information doesn't need to be transported to the "Logger UI logic".

Adding additional blacklisted Items
egui_logger::builder()
	.add_blacklist("some::long::log::target")
	.add_blacklist("winit::window") // this can be noisy too

What's Changed

Full Changelog: RegenJacob/egui_logger@v0.9.0...v0.9.1

v0.9.0

Compare Source

v0.9.0

This release updates to egui to 0.33.

What's Changed

Full Changelog: RegenJacob/egui_logger@v0.8.0...v0.9.0

v0.8.0

Compare Source

This release has some small changes.

  • some deprecated Functions have been removed.
  • enable_category accepts any time that implements ToString.
  • egui has been updated to 0.32

What's Changed

Full Changelog: RegenJacob/egui_logger@v0.7.0...v0.8.0

I kind of forgot to create a release on github sorry

v0.7.0

Compare Source

This release includes customization options and support for Puffin profiling.
Additionally, a bug in multilog environments has been resolved.

What's Changed

New Contributors

Full Changelog: RegenJacob/egui_logger@v0.6.3...v0.7.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/egui_logger-0.x branch from 1d0a609 to ccdaaa0 Compare September 15, 2025 10:10
@renovate renovate bot changed the title Update Rust crate egui_logger to 0.8 chore(deps): update rust crate egui_logger to 0.8 Sep 15, 2025
@renovate renovate bot force-pushed the renovate/egui_logger-0.x branch from ccdaaa0 to e1fd059 Compare September 26, 2025 15:51
@renovate renovate bot force-pushed the renovate/egui_logger-0.x branch from e1fd059 to fe3ff40 Compare October 16, 2025 06:58
@renovate renovate bot changed the title chore(deps): update rust crate egui_logger to 0.8 chore(deps): update rust crate egui_logger to 0.9 Oct 16, 2025
@renovate renovate bot force-pushed the renovate/egui_logger-0.x branch from fe3ff40 to b75c0c4 Compare December 11, 2025 16:12
@renovate renovate bot force-pushed the renovate/egui_logger-0.x branch from b75c0c4 to 963d77f Compare January 2, 2026 06:56
@renovate renovate bot force-pushed the renovate/egui_logger-0.x branch from 963d77f to e66d4a2 Compare January 14, 2026 04:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant