Skip to content
This repository was archived by the owner on Apr 6, 2026. It is now read-only.

fix(deps): update rust crate egui_logger to 0.10.0 - #7

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/egui_logger-0.x
Open

fix(deps): update rust crate egui_logger to 0.10.0#7
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/egui_logger-0.x

Conversation

@renovate

@renovate renovate Bot commented Jun 1, 2023

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
egui_logger dependencies minor 0.3.00.10.0

Release Notes

RegenJacob/egui_logger (egui_logger)

v0.9.3: 0.9.3

Compare Source

v0.9.3

This update brings big performance improvements.
More on that in #​43

Huge thanks to @​Azkellas !

What's Changed

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

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

v0.6.3

This release updates to egui to 0.31

What's Changed1

New Contributors

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

v0.6.1

Compare Source

This release updates egui to 0.29

Full Changelog: RegenJacob/egui_logger@v0.6.0...v0.6.1

v0.6.0

Compare Source

v0.6.0

This release added more filtering and nicer display for some information to egui_logger

What's Changed

New Contributors

Full Changelog: RegenJacob/egui_logger@v0.5.0...v0.6.0

v0.5.0

Compare Source

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

Full Changelog: RegenJacob/egui_logger@v0.4.4...v0.5.0

v0.4.4

Compare Source

v0.4.4

This release updates egui to 0.27

Full Changelog: RegenJacob/egui_logger@v0.4.3...v0.4.4

v0.4.3

Compare Source

This release updates the egui dependency to 0.26.
Now you can also use multi_log to have multiple loggers e.g env_logger.

What's Changed

New Contributors

Full Changelog: RegenJacob/egui_logger@v0.4.2...v0.4.3

v0.4.2: v.0.4.2

Compare Source

Small dependency update, no code changes where made

What's Changed

Full Changelog: RegenJacob/egui_logger@v0.4.1...v0.4.2

v0.4.1: v.0.4.1

Compare Source

This release just updates to egui 0.24

What's Changed

New Contributors

Full Changelog: RegenJacob/egui_logger@v0.4.0...v0.4.1

v0.4.0: v.0.4.0

Compare Source

This release updates the egui dependency to v0.23

It also finally has the option to log things below log::Level::Info by using

egui_logger::init_with_max_level(log::LevelFilter::Debug).unwrap();

of course Trace is possible too but not recommended.

What's Changed

New Contributors

Full Changelog: RegenJacob/egui_logger@v0.3.1...v0.4.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.

Footnotes

  1. I kind of forgot to set a release for 0.6.2 on Github so it shows those changes aswell.

@renovate renovate Bot changed the title fix(deps): update rust crate egui_logger to 0.3.1 fix(deps): update rust crate egui_logger to 0.4.0 Oct 10, 2023
@renovate
renovate Bot force-pushed the renovate/egui_logger-0.x branch from f9d36c4 to f470ae7 Compare October 10, 2023 22:30
@renovate renovate Bot changed the title fix(deps): update rust crate egui_logger to 0.4.0 fix(deps): update rust crate egui_logger to 0.4.1 Nov 25, 2023
@renovate
renovate Bot force-pushed the renovate/egui_logger-0.x branch from f470ae7 to 855ce3e Compare November 25, 2023 15:26
@renovate
renovate Bot force-pushed the renovate/egui_logger-0.x branch from 855ce3e to 11e56f5 Compare January 11, 2024 08:47
@renovate renovate Bot changed the title fix(deps): update rust crate egui_logger to 0.4.1 fix(deps): update rust crate egui_logger to 0.4.2 Jan 11, 2024
@renovate
renovate Bot force-pushed the renovate/egui_logger-0.x branch from 11e56f5 to 58ab216 Compare February 6, 2024 04:30
@renovate renovate Bot changed the title fix(deps): update rust crate egui_logger to 0.4.2 fix(deps): update rust crate egui_logger to 0.4.3 Feb 6, 2024
@renovate
renovate Bot force-pushed the renovate/egui_logger-0.x branch from 58ab216 to 0e9c8ae Compare March 28, 2024 10:58
@renovate renovate Bot changed the title fix(deps): update rust crate egui_logger to 0.4.3 fix(deps): update rust crate egui_logger to 0.4.4 Mar 28, 2024
@renovate
renovate Bot force-pushed the renovate/egui_logger-0.x branch from 0e9c8ae to af183a0 Compare May 5, 2024 09:46
@renovate renovate Bot changed the title fix(deps): update rust crate egui_logger to 0.4.4 fix(deps): update rust crate egui_logger to 0.4.0 May 5, 2024
@renovate
renovate Bot force-pushed the renovate/egui_logger-0.x branch from af183a0 to a37f609 Compare July 10, 2024 21:56
@renovate renovate Bot changed the title fix(deps): update rust crate egui_logger to 0.4.0 fix(deps): update rust crate egui_logger to 0.5.0 Jul 10, 2024
@renovate
renovate Bot force-pushed the renovate/egui_logger-0.x branch from a37f609 to 57eb030 Compare September 21, 2024 19:46
@renovate renovate Bot changed the title fix(deps): update rust crate egui_logger to 0.5.0 fix(deps): update rust crate egui_logger to 0.6.0 Sep 21, 2024
@renovate
renovate Bot force-pushed the renovate/egui_logger-0.x branch from 57eb030 to c0252fb Compare April 29, 2025 15:34
@renovate renovate Bot changed the title fix(deps): update rust crate egui_logger to 0.6.0 fix(deps): update rust crate egui_logger to 0.7.0 Apr 29, 2025
@renovate
renovate Bot force-pushed the renovate/egui_logger-0.x branch from c0252fb to cbf665b Compare July 22, 2025 01:27
@renovate renovate Bot changed the title fix(deps): update rust crate egui_logger to 0.7.0 fix(deps): update rust crate egui_logger to 0.8.0 Jul 22, 2025
@renovate
renovate Bot force-pushed the renovate/egui_logger-0.x branch from cbf665b to 0e69a0e Compare October 15, 2025 14:45
@renovate renovate Bot changed the title fix(deps): update rust crate egui_logger to 0.8.0 fix(deps): update rust crate egui_logger to 0.9.0 Oct 15, 2025
@renovate
renovate Bot force-pushed the renovate/egui_logger-0.x branch from 0e69a0e to 0787902 Compare March 28, 2026 13:32
@renovate renovate Bot changed the title fix(deps): update rust crate egui_logger to 0.9.0 fix(deps): update rust crate egui_logger to 0.10.0 Mar 28, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants