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
Open
Conversation
renovate
Bot
force-pushed
the
renovate/egui_logger-0.x
branch
from
October 10, 2023 22:30
f9d36c4 to
f470ae7
Compare
renovate
Bot
force-pushed
the
renovate/egui_logger-0.x
branch
from
November 25, 2023 15:26
f470ae7 to
855ce3e
Compare
renovate
Bot
force-pushed
the
renovate/egui_logger-0.x
branch
from
January 11, 2024 08:47
855ce3e to
11e56f5
Compare
renovate
Bot
force-pushed
the
renovate/egui_logger-0.x
branch
from
February 6, 2024 04:30
11e56f5 to
58ab216
Compare
renovate
Bot
force-pushed
the
renovate/egui_logger-0.x
branch
from
March 28, 2024 10:58
58ab216 to
0e9c8ae
Compare
renovate
Bot
force-pushed
the
renovate/egui_logger-0.x
branch
from
May 5, 2024 09:46
0e9c8ae to
af183a0
Compare
renovate
Bot
force-pushed
the
renovate/egui_logger-0.x
branch
from
July 10, 2024 21:56
af183a0 to
a37f609
Compare
renovate
Bot
force-pushed
the
renovate/egui_logger-0.x
branch
from
September 21, 2024 19:46
a37f609 to
57eb030
Compare
renovate
Bot
force-pushed
the
renovate/egui_logger-0.x
branch
from
April 29, 2025 15:34
57eb030 to
c0252fb
Compare
renovate
Bot
force-pushed
the
renovate/egui_logger-0.x
branch
from
July 22, 2025 01:27
c0252fb to
cbf665b
Compare
renovate
Bot
force-pushed
the
renovate/egui_logger-0.x
branch
from
October 15, 2025 14:45
cbf665b to
0e69a0e
Compare
renovate
Bot
force-pushed
the
renovate/egui_logger-0.x
branch
from
March 28, 2026 13:32
0e69a0e to
0787902
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.3.0→0.10.0Release Notes
RegenJacob/egui_logger (egui_logger)
v0.9.3: 0.9.3Compare 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.2Compare 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.1Compare 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
logtargets by Default!It filters out following things by default:
This behavior can be disabled by:
This change greatly increases performance because noisy information doesn't need to be transported to the "Logger UI logic".
Adding additional blacklisted Items
What's Changed
Full Changelog: RegenJacob/egui_logger@v0.9.0...v0.9.1
v0.9.0Compare 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.0Compare Source
This release has some small changes.
enable_categoryaccepts any time that implementsToString.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.0Compare 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.3This 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.1Compare Source
This release updates egui to 0.29
Full Changelog: RegenJacob/egui_logger@v0.6.0...v0.6.1
v0.6.0Compare 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.0Compare Source
This update changes the API a bit:
UI:
This is because LoggerUI provides new options.
And will (hopefully) provide more in the future.
Currently only has support to toggle regex support
Log
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.4Compare Source
v0.4.4
This release updates egui to 0.27
Full Changelog: RegenJacob/egui_logger@v0.4.3...v0.4.4
v0.4.3Compare Source
This release updates the egui dependency to 0.26.
Now you can also use
multi_logto have multiple loggers e.genv_logger.What's Changed
New Contributors
Full Changelog: RegenJacob/egui_logger@v0.4.2...v0.4.3
v0.4.2: v.0.4.2Compare 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.1Compare 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.0Compare Source
This release updates the egui dependency to v0.23
It also finally has the option to log things below
log::Level::Infoby usingof course
Traceis 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.
This PR was generated by Mend Renovate. View the repository job log.
Footnotes
I kind of forgot to set a release for 0.6.2 on Github so it shows those changes aswell. ↩